From 786f1881d7666b111cf81e564358790de7e7fa7f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:17:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- test-new-template/20_python_step.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test-new-template/20_python_step.py b/test-new-template/20_python_step.py index 1154dd3600..97bc8f0bbf 100644 --- a/test-new-template/20_python_step.py +++ b/test-new-template/20_python_step.py @@ -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", )