Skip to content

Commit

Permalink
Merge branch 'current' into clean
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver authored Mar 21, 2024
2 parents 5b542ed + ae6237c commit 3503317
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/reference/dbt-jinja-functions/invocation_id.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ If available, the `invocation_id` is:
- included in the `info` dictionary in dbt [events and logs](/reference/events-logging#info)
- included in the `metadata` dictionary in [dbt artifacts](/reference/artifacts/dbt-artifacts#common-metadata)
- included as a label in all BigQuery jobs that dbt originates

**Example usage**:
You can use the following example code for all data platforms. Remember to replace `TABLE_NAME` with the actual name of your target table:

`select '{{ invocation_id }}' as test_id from TABLE_NAME`

0 comments on commit 3503317

Please sign in to comment.