Skip to content

Commit b9b5123

Browse files
committed
Change to_parquet to 'overwrite_partitions' so that previous test results stored
1 parent a7faf9b commit b9b5123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/housing/housing_apply_gx_dq_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def main():
167167
dataset=True,
168168
database=target_database,
169169
table=target_table,
170-
mode="overwrite",
170+
mode="overwrite_partitions",
171171
partition_cols=partition_keys,
172172
dtype=dtype_dict
173173
)

0 commit comments

Comments
 (0)