Skip to content

Commit

Permalink
change note wording
Browse files Browse the repository at this point in the history
  • Loading branch information
TJaniF committed Oct 11, 2023
1 parent 6753ce7 commit 6d3789e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions docs/getting_started/astro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ In your ``my_cosmos_dag.py`` file, import the ``DbtDag`` class from Cosmos and c
)
.. note::
In some cases, especially in projects containing a large number of DAGs, you might run into an error saying ``<> is not a valid ResourceType``.
The recommended solution is to use the Cosmos manifest parsing method `dbt_manifest <https://astronomer.github.io/astronomer-cosmos/configuration/parsing-methods.html#dbt-manifest>`_.
Alternatively, the error can be resolved by increasing the value of the Airflow configuration `core.dagbag_import_timeout <https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dagbag-import-timeout>`_.
In some cases, especially in larger dbt projects, you might run into a ``DagBag import timeout`` error.
This error can be resolved by increasing the value of the Airflow configuration `core.dagbag_import_timeout <https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dagbag-import-timeout>`_.

Start your project
~~~~~~~~~~~~~~~~~~
Expand Down
5 changes: 2 additions & 3 deletions docs/getting_started/gcc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@ Make sure to rename the ``<your-adapter>`` value below to your adapter's Python
.. note::
In some cases, especially in projects containing a large number of DAGs, you might run into an error saying ``<> is not a valid ResourceType``.
The recommended solution is to use the Cosmos manifest parsing method `dbt_manifest <https://astronomer.github.io/astronomer-cosmos/configuration/parsing-methods.html#dbt-manifest>`_.
Alternatively, the error can be resolved by increasing the value of the Airflow configuration `core.dagbag_import_timeout <https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dagbag-import-timeout>`_.
In some cases, especially in larger dbt projects, you might run into a ``DagBag import timeout`` error.
This error can be resolved by increasing the value of the Airflow configuration `core.dagbag_import_timeout <https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dagbag-import-timeout>`_.
5 changes: 2 additions & 3 deletions docs/getting_started/mwaa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,5 @@ In your ``my_cosmos_dag.py`` file, import the ``DbtDag`` class from Cosmos and c
.. note::
In some cases, especially in projects containing a large number of DAGs, you might run into an error saying ``<> is not a valid ResourceType``.
The recommended solution is to use the Cosmos manifest parsing method `dbt_manifest <https://astronomer.github.io/astronomer-cosmos/configuration/parsing-methods.html#dbt-manifest>`_.
Alternatively, the error can be resolved by increasing the value of the Airflow configuration `core.dagbag_import_timeout <https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dagbag-import-timeout>`_.
In some cases, especially in larger dbt projects, you might run into a ``DagBag import timeout`` error.
This error can be resolved by increasing the value of the Airflow configuration `core.dagbag_import_timeout <https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dagbag-import-timeout>`_.
5 changes: 2 additions & 3 deletions docs/getting_started/open-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@ For example, if you wanted to put your dbt project in the ``/usr/local/airflow/d
.. note::
In some cases, especially in projects containing a large number of DAGs, you might run into an error saying ``<> is not a valid ResourceType``.
The recommended solution is to use the Cosmos manifest parsing method `dbt_manifest <https://astronomer.github.io/astronomer-cosmos/configuration/parsing-methods.html#dbt-manifest>`_.
Alternatively, the error can be resolved by increasing the value of the Airflow configuration `core.dagbag_import_timeout <https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dagbag-import-timeout>`_.
In some cases, especially in larger dbt projects, you might run into a ``DagBag import timeout`` error.
This error can be resolved by increasing the value of the Airflow configuration `core.dagbag_import_timeout <https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dagbag-import-timeout>`_.

0 comments on commit 6d3789e

Please sign in to comment.