Skip to content

Commit

Permalink
Update dbt-project-yml-context.md
Browse files Browse the repository at this point in the history
The `project_name` is not available in the `dbt_project.yml` context. 
'project_name' is available in: query headers, hooks, models, and macro execution

See: dbt-labs/dbt-core#2085
  • Loading branch information
mmeasic authored Jan 17, 2021
1 parent e7b3cd8 commit d25f6a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ and `snapshots:` keys in the `dbt_project.yml` file.
- [vars](var) (_Note: only variables defined with `--vars` are availabe_)
- [builtins](builtins)
- [dbt_version](dbt_version)
- [project_name](project_name)


### Example configuration
Expand Down

0 comments on commit d25f6a0

Please sign in to comment.