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 46cdb0e Add type hinting for mongo provider (#9875)
add 750555f Add guide for Cassandra Operators (#9877)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 1 +
.../apache/cassandra/example_dags}/__init__.py | 0
.../example_dags/example_cassandra_dag.py | 54 ++++++++++
.../providers/apache/cassandra/sensors/record.py | 4 +
.../providers/apache/cassandra/sensors/table.py | 5 +
docs/howto/connection/cassandra.rst | 114 +++++++++++++++++++++
docs/howto/operator/apache/cassandra.rst | 70 +++++++++++++
docs/operators-and-hooks-ref.rst | 2 +-
8 files changed, 249 insertions(+), 1 deletion(-)
copy {tests/providers/zendesk/hooks =>
airflow/providers/apache/cassandra/example_dags}/__init__.py (100%)
create mode 100644
airflow/providers/apache/cassandra/example_dags/example_cassandra_dag.py
create mode 100644 docs/howto/connection/cassandra.rst
create mode 100644 docs/howto/operator/apache/cassandra.rst