Skip to content

Commit

Permalink
Update python_submissions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyshah authored Nov 7, 2023
1 parent 0c3596b commit c49376f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/python_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,5 @@ def _configure_batch(self):
batch = update_batch_from_config(self.credential.dataproc_batch, batch)
if batch.runtime_config.properties:
for key, val in batch.runtime_config.properties.items():
batch.runtime_config.properties[key] = str(val)
batch.runtime_config.properties[key] = str(val)
return batch

0 comments on commit c49376f

Please sign in to comment.