Skip to content

Commit

Permalink
Merge pull request #1977 from LBHackney-IT/di-471-improvements-to-dq-…
Browse files Browse the repository at this point in the history
…outputs

Change to_parquet to 'overwrite_partitions' so that previous test res…
  • Loading branch information
annajgibson authored Nov 11, 2024
2 parents a7faf9b + b9b5123 commit 1c2eb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jobs/housing/housing_apply_gx_dq_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def main():
dataset=True,
database=target_database,
table=target_table,
mode="overwrite",
mode="overwrite_partitions",
partition_cols=partition_keys,
dtype=dtype_dict
)
Expand Down

0 comments on commit 1c2eb17

Please sign in to comment.