Skip to content

Commit

Permalink
Deprecated environment variables for state and defer
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Jan 16, 2025
1 parent d33036f commit 5d51894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/node-selection/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ When a job is selected, dbt Cloud will surface the artifacts from that job's mos
After issuing the `dbt source freshness` command, you can reference the source freshness results by adding a selector to a subsequent command:

```bash
# You can also set the DBT_ARTIFACT_STATE_PATH environment variable instead of the --state flag.
# You can also set the DBT_STATE environment variable instead of the --state flag.
dbt source freshness # must be run again to compare current to previous state
dbt build --select "source_status:fresher+" --state path/to/prod/artifacts
```
Expand Down

0 comments on commit 5d51894

Please sign in to comment.