From 0ebec7395d14a8591e6d1637d6f47ef968a1ceda Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:42:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/getting_started/dbt-airflow-concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/dbt-airflow-concepts.rst b/docs/getting_started/dbt-airflow-concepts.rst index 9eed7df00..ce88a9101 100644 --- a/docs/getting_started/dbt-airflow-concepts.rst +++ b/docs/getting_started/dbt-airflow-concepts.rst @@ -26,7 +26,7 @@ who may be new to Airflow or dbt and are considering to use Cosmos. | Variables | Variables | Key-value configuration that can be used in steps and avoids hard-coded values | | https://airflow.apache.org/docs/apache-airflow/2.7.1/core-concepts/variables.html | https://docs.getdbt.com/docs/build/project-variables | | | | | | | | +----------------+--------------+---------------------------------------------------------------------------------+-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+ -| Templating | Macros | Jinja templating used to access variables, configuration and reference steps | dbt encourages using jinja templating for control structures (if and for). | https://airflow.apache.org/docs/apache-airflow/stable/templates-ref.html | https://docs.getdbt.com/docs/build/jinja-macros | +| Templating | Macros | Jinja templating used to access variables, configuration and reference steps | dbt encourages using jinja templating for control structures (if and for). | https://airflow.apache.org/docs/apache-airflow/stable/templates-ref.html | https://docs.getdbt.com/docs/build/jinja-macros | | | | | Native in Airflow/Python, used to define variables, macros and filters. | | | +----------------+--------------+---------------------------------------------------------------------------------+-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+ | Connection | Profile | Configuration to connect to databases or other services | | https://airflow.apache.org/docs/apache-airflow/stable/howto/connection.html | https://docs.getdbt.com/docs/core/connect-data-platform/connection-profiles |