From 62ee76a32b30af7205ba82ffefbefa19d0a666c2 Mon Sep 17 00:00:00 2001 From: cmarteepants Date: Tue, 15 Oct 2024 14:09:58 -0400 Subject: [PATCH] add call to action to join community --- docs/index.rst | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 695328b39..579a74f58 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -98,10 +98,10 @@ This code snippet will generate an Airflow DAG that looks like this: .. image:: https://raw.githubusercontent.com/astronomer/astronomer-cosmos/main/docs/_static/jaffle_shop_dag.png -`DbtDag` is a custom DAG generator that converts dbt projects into Airflow DAGs and accepts Cosmos-specific args like -`fail_fast` to immediately fail a dag if dbt fails to process a resource, or `cancel_query_on_kill` to cancel any running +``DbtDag`` is a custom DAG generator that converts dbt projects into Airflow DAGs and accepts Cosmos-specific args like +``fail_fast`` to immediately fail a dag if dbt fails to process a resource, or `cancel_query_on_kill` to cancel any running queries if the task is externally killed or manually set to failed in Airflow. `DbtDag` also accepts standard DAG arguments such -as `max_active_tasks`, `max_active_runs` and `default_args`. +as ``max_active_tasks``, ``max_active_runs`` and ``default_args``. With Cosmos, transitioning from a dbt workflow to a proper Airflow DAG is seamless, giving you the best of both tools for managing and scaling your data workflows. @@ -115,15 +115,21 @@ Refer to `CHANGELOG.rst `_. -Find out more about `our contributors `_. +- Join the community on Slack! You can find us in the Airflow Slack workspace `#airflow-dbt `_ +channel. If you don't have an account, click `here `_ to sign up. -As contributors and maintainers to this project, you are expected to abide by the +- Report bugs, request features, or ask questions by creating an issue in the `GitHub repository `_ + +- Want to contribute new features, bug fixes or documentation enhancements? Please refer to our `Contributing Guide `_. + +- Check out this `link `_. to learn more about our current contributors + +Note that contributors and maintainers are expected to abide by the `Contributor Code of Conduct `_.