You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2022/10/23 16:17:38 UTC

[airflow] branch main updated (57bb54d458 -> dd40e60b86)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 57bb54d458 set executor.job_id to BackfillJob.id for backfills (#27020)
     add dd40e60b86 Fix system tests for SnowflakeOperator (#27204)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  6 ++-
 .../operators/s3_to_snowflake.rst                  |  3 +-
 .../operators/snowflake.rst                        |  2 +
 .../operators/snowflake_to_slack.rst               |  3 +-
 .../example_s3_to_snowflake.py}                    | 44 ++++++++--------
 .../providers/snowflake/example_snowflake.py       | 61 ++--------------------
 ...xample_snowflake_snowflake_op_template_file.sql |  4 ++
 .../example_snowflake_to_slack.py}                 | 44 ++++++++--------
 8 files changed, 65 insertions(+), 102 deletions(-)
 copy tests/system/providers/{mysql/example_mysql.py => snowflake/example_s3_to_snowflake.py} (56%)
 create mode 100644 tests/system/providers/snowflake/example_snowflake_snowflake_op_template_file.sql
 copy tests/system/providers/{mysql/example_mysql.py => snowflake/example_snowflake_to_slack.py} (57%)