Skip to content

Commit

Permalink
Add 'virtualenv_dir' param to 'Execution Config' docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Aug 23, 2024
1 parent f47df1b commit b41fd2f
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 b41fd2f

Please sign in to comment.