Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2024
1 parent c771150 commit 786f188
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test-new-template/20_python_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ def sample_check(random_table_name):

# Write your python code inside here ... for example:
job_input.execute_template(
template_name='scd_upsert',
template_name="scd_upsert",
template_args={
'source_schema': 'starshot_internal_dw_stg',
'source_view': 'sbuldeev_vw_template_test',
'target_schema': 'starshot_internal_dw_stg',
'target_table': 'sbuldeev_dw_template_test',
'id_column': 'org_id',
'check': sample_check
"source_schema": "starshot_internal_dw_stg",
"source_view": "sbuldeev_vw_template_test",
"target_schema": "starshot_internal_dw_stg",
"target_table": "sbuldeev_dw_template_test",
"id_column": "org_id",
"check": sample_check,
},
database="trino",
)
Expand Down

0 comments on commit 786f188

Please sign in to comment.