Skip to content

Commit

Permalink
Update tests/system/providers/slack/example_sql_to_slack.py
Browse files Browse the repository at this point in the history
Co-authored-by: eladkal <45845474+eladkal@users.noreply.github.com>
  • Loading branch information
2 people authored and potiuk committed Jun 26, 2022
1 parent 6e7b54a commit 4f67dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/providers/slack/example_sql_to_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
SqlToSlackOperator(
task_id="presto_to_slack",
sql_conn_id=SQL_CONN_ID,
sql=f"SELECT col FROM {PRESTO_TABLE}",
sql=f"SELECT col FROM {SQL_TABLE}",
slack_channel="my_channel",
slack_conn_id='slack_default',
slack_message="message: {{ ds }}, {{ results_df }}",
Expand Down

0 comments on commit 4f67dc1

Please sign in to comment.