We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76aae0 commit bae27bfCopy full SHA for bae27bf
1 file changed
self-host/customize-deployment/environment-variables.mdx
@@ -600,6 +600,7 @@ The admin, organization, and API key variables from [Initialize instance](#initi
600
| `repository` | Yes | Repository in `org/repo` format. |
601
| `branch` | Yes | Branch name to pull the dbt project from. |
602
| `project_sub_path` | Yes | Subdirectory path within the repo (use `/` for the root). |
603
+| `selector` | No | dbt [selector](https://docs.getdbt.com/reference/node-selection/yaml-selectors) name to limit which models are compiled. |
604
605
### Example
606
0 commit comments