Skip to content

Commit

Permalink
Add 'virtualenv_dir' param to 'Execution Config' docs (#1173)
Browse files Browse the repository at this point in the history
Add missing `virtualenv_dir` param introduced in PR #1079 
to the `Execution Config` docs. Also say that it's added in v1.6

closes: #1172

Co-authored-by: Tatiana Al-Chueyr <[email protected]>
  • Loading branch information
pankajkoti and tatiana authored Aug 23, 2024
1 parent 4824b6d commit d24fbfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/execution-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ The ``ExecutionConfig`` class takes the following arguments:
- ``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 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``.
- ``virtualenv_dir`` (new in v1.6): Directory path to locate the (cached) virtual env that should be used for execution when execution mode is set to ``ExecutionMode.VIRTUALENV``.

0 comments on commit d24fbfa

Please sign in to comment.