Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vars not loaded in invocations source for BigQuery target #481

Open
davidmunoz4185 opened this issue Feb 14, 2025 · 0 comments
Open

vars not loaded in invocations source for BigQuery target #481

davidmunoz4185 opened this issue Feb 14, 2025 · 0 comments

Comments

@davidmunoz4185
Copy link

Trying to identify specific executions by description:

dbt run -s staging --vars '{description: test_description}'

Notice that in postgres invocations info is loaded in invocations_args, otherwise in Bigquery is not.

This is the config in dbt_project.yml:


vars:
  dbt_artifacts_exclude_all_results: true

models:
  dbt_artifacts:
    +enabled: false
    sources:
      +enabled: true
      +schema: dbt_artifacts_src
  integration_tests:
      materialized: table
      staging:
        +schema: dbt_artifacts_tst

on-run-end:
  - "{{ dbt_artifacts.upload_results(results) }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant