Skip to content

Commit

Permalink
fix deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
rajaths010494 committed Feb 8, 2023
1 parent 1aa7b61 commit c2919fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def handle_result(result: Any):

snowflake_op_sql_multiple_stmts = SnowflakeOperator(
task_id="snowflake_op_sql_multiple_stmts",
sql="{{ task_instance.xcom_pull(task_ids='create_drop_statement', dag_id='example_snowflake_cleanup', key='return_value') }}", # noqa: E501
sql="{{ task_instance.xcom_pull(task_ids='create_drop_statement', dag_id='example_snowflake_cleanup', key='return_value') }}", # noqa: E501 # PYL-W0104
)

snowflake_op_sql_str >> create_drop_statement >> snowflake_op_sql_multiple_stmts # PYL-W0104

0 comments on commit c2919fc

Please sign in to comment.