Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 15, 2023
1 parent 425100d commit 0ebec73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/dbt-airflow-concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 0ebec73

Please sign in to comment.