Skip to content

Commit

Permalink
Update dbt-project-yml-context.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Sep 22, 2023
1 parent e9aa36d commit eb731a1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: " About dbt_project.yml context variables"
title: " About dbt_project.yml context"
sidebar_label: "dbt_project.yml context"
id: "dbt-project-yml-context"
description: "The context variables and methods are available when configuring resources in the dbt_project.yml file."
Expand All @@ -11,11 +11,13 @@ and `snapshots:` keys in the `dbt_project.yml` file.

**Available context variables:**
- [target](/reference/dbt-jinja-functions/target)
- [env_var](/reference/dbt-jinja-functions/env_var)
- [vars](/reference/dbt-jinja-functions/var) (_Note: only variables defined with `--vars` are available_)
- [builtins](/reference/dbt-jinja-functions/builtins)
- [dbt_version](/reference/dbt-jinja-functions/dbt_version)

**Available context methods:**
- [env_var](/reference/dbt-jinja-functions/env_var)
- [var](/reference/dbt-jinja-functions/var) (_Note: only variables defined with `--vars` are available_)


### Example configuration

Expand Down

0 comments on commit eb731a1

Please sign in to comment.