You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/11/15 21:35:55 UTC

[airflow] branch main updated (4a07272 -> 0c9ce54)

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

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


    from 4a07272  Improve automation for docker image release (#19573)
     add 0c9ce54  Add how-to Guide for MSSQL operators (#19470)

No new revisions were added by this update.

Summary of changes:
 .../microsoft/mssql/example_dags}/__init__.py      |   0
 .../mssql}/example_dags/create_table.sql           |  10 +-
 .../microsoft/mssql/example_dags/example_mssql.py  | 137 +++++++++++++++++++++
 .../providers/microsoft/mssql/operators/mssql.py   |   4 +
 airflow/providers/microsoft/mssql/provider.yaml    |   2 +
 .../connections/mssql.rst}                         |  23 +++-
 .../index.rst                                      |   8 ++
 .../operators.rst                                  | 110 +++++++++++++++++
 8 files changed, 286 insertions(+), 8 deletions(-)
 copy {tests/timetables => airflow/providers/microsoft/mssql/example_dags}/__init__.py (100%)
 copy airflow/providers/{sqlite => microsoft/mssql}/example_dags/create_table.sql (85%)
 create mode 100644 airflow/providers/microsoft/mssql/example_dags/example_mssql.py
 copy docs/{apache-airflow-providers-sqlite/connections/sqlite.rst => apache-airflow-providers-microsoft-mssql/connections/mssql.rst} (61%)
 create mode 100644 docs/apache-airflow-providers-microsoft-mssql/operators.rst