This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from f1f1940 Add DataflowStartSQLQuery operator (#8553)
add 75f2296 Adding MySql howto-documentation and example DAG (#12077)
No new revisions were added by this update.
Summary of changes:
.../providers/mysql/example_dags}/__init__.py | 0
.../example_dags/example_mysql.py} | 36 +++++++----
docs/howto/operator/index.rst | 1 +
docs/howto/operator/mysql.rst | 69 ++++++++++++++++++++++
docs/operators-and-hooks-ref.rst | 6 ++
5 files changed, 101 insertions(+), 11 deletions(-)
copy {tests/www/api/experimental =>
airflow/providers/mysql/example_dags}/__init__.py (100%)
copy airflow/providers/{apache/pig/example_dags/example_pig.py =>
mysql/example_dags/example_mysql.py} (59%)
create mode 100644 docs/howto/operator/mysql.rst