Skip to content

Commit

Permalink
Fix docs:ExecutionConfig.dbt_project_path (#847)
Browse files Browse the repository at this point in the history
## Description

I think this was originally copied over from RenderConfig, and clears up
confusion for users using docker/k8s execution mode where they should
specify the project path.
  • Loading branch information
jbandoro authored Feb 15, 2024
1 parent 30e1e29 commit 677a242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/execution-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ The ``ExecutionConfig`` class takes the following arguments:
- ``execution_mode``: The way dbt is run when executing within airflow. For more information, see the `execution modes <../getting_started/execution-modes.html>`_ page.
- ``test_indirect_selection``: The mode to configure the test behavior when performing indirect selection.
- ``dbt_executable_path``: The path to the dbt executable for dag generation. Defaults to dbt if available on the path.
- ``dbt_project_path``: Configures the DBT project location accessible on their airflow controller for DAG rendering - Required when using ``load_method=LoadMode.DBT_LS`` or ``load_method=LoadMode.CUSTOM``
- ``dbt_project_path``: Configures the dbt project location accessible at runtime for dag execution. This is the project path in a docker container for ``ExecutionMode.DOCKER`` or ``ExecutionMode.KUBERNETES``. Mutually exclusive with ``ProjectConfig.dbt_project_path``.

0 comments on commit 677a242

Please sign in to comment.