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 2020/10/29 14:40:45 UTC

[airflow] branch master updated (8222851 -> ba9c044)

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

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


    from 8222851  Add Template Fields to RedshiftToS3Operator & S3ToRedshiftOperator (#11844)
     add ba9c044  Add How-to guide for JDBC Operator (#11472)

No new revisions were added by this update.

Summary of changes:
 .../providers/jdbc/example_dags}/__init__.py       |  0
 .../jdbc/example_dags/example_jdbc_operator.py}    | 61 ++++++--------
 docs/howto/connection/jdbc.rst                     |  2 +
 docs/howto/operator/index.rst                      |  1 +
 docs/howto/operator/jdbc.rst                       | 97 ++++++++++++++++++++++
 docs/operators-and-hooks-ref.rst                   |  2 +-
 6 files changed, 127 insertions(+), 36 deletions(-)
 copy {tests/providers/zendesk/hooks => airflow/providers/jdbc/example_dags}/__init__.py (100%)
 copy airflow/{example_dags/example_bash_operator.py => providers/jdbc/example_dags/example_jdbc_operator.py} (57%)
 create mode 100644 docs/howto/operator/jdbc.rst