Skip to content

Commit

Permalink
Add install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Oct 3, 2024
1 parent ea5816b commit 85f86a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/getting_started/execution-modes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,13 @@ Note that currently, the ``airflow_async`` execution mode has the following limi
3. Only works for ``full_refresh`` models. There is pending work to support other modes.
4. Only Support for the Bigquery profile type
5. Users need to provide ProfileMapping parameter in ProfileConfig
6. It does not support dataset

You can leverage async operator support by installing an additional dependency

.. code:: bash
astronomer-cosmos[dbt-bigquery, google]
Example DAG:
Expand Down Expand Up @@ -310,6 +317,8 @@ This causes the BigQuery trigger to attempt accessing parameters of the Task Ins
TaskInstance.dag_id == self.task_instance.dag_id,
AttributeError: 'NoneType' object has no attribute 'dag_id'
.. _invocation_modes:
Invocation Modes
================
Expand Down

0 comments on commit 85f86a4

Please sign in to comment.