This is an automated email from the ASF dual-hosted git repository.
rom pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 3f6f04868d0 Further make sure graphviz is truly optional feature on
MacOS (#43867)
add 084e29e9e28 Add documentation to standard provider operators (#43716)
No new revisions were added by this update.
Summary of changes:
docs/apache-airflow-providers-standard/index.rst | 4 +-
.../operators}/bash.rst | 15 -------
.../{operators.rst => operators/datetime.rst} | 16 +++++--
.../operators/index.rst | 6 +--
.../operators}/python.rst | 34 +--------------
.../sensors/bash.rst} | 18 ++++----
.../{sensors.rst => sensors/datetime.rst} | 16 +------
.../sensors}/index.rst | 6 +--
.../sensors/python.rst | 50 ++++++++++++++++++++++
docs/apache-airflow/faq.rst | 2 +-
docs/apache-airflow/howto/operator/index.rst | 2 -
docs/apache-airflow/operators-and-hooks-ref.rst | 15 -------
12 files changed, 79 insertions(+), 105 deletions(-)
rename docs/{apache-airflow/howto/operator =>
apache-airflow-providers-standard/operators}/bash.rst (96%)
rename docs/apache-airflow-providers-standard/{operators.rst =>
operators/datetime.rst} (89%)
copy docs/{apache-airflow-providers-opensearch =>
apache-airflow-providers-standard}/operators/index.rst (97%)
rename docs/{apache-airflow/howto/operator =>
apache-airflow-providers-standard/operators}/python.rst (95%)
copy
docs/{apache-airflow-providers-elasticsearch/hooks/elasticsearch_sql_hook.rst
=> apache-airflow-providers-standard/sensors/bash.rst} (67%)
rename docs/apache-airflow-providers-standard/{sensors.rst =>
sensors/datetime.rst} (85%)
copy docs/{apache-airflow-providers-opensearch/operators =>
apache-airflow-providers-standard/sensors}/index.rst (97%)
create mode 100644 docs/apache-airflow-providers-standard/sensors/python.rst