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

chore(dbt Cloud): Support versionless jobs #314

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

Vitor-Avila
Copy link
Contributor

We support both legacy/OG metrics and also semantic layer metrics. To handle both cases, the dbt Cloud integration triggers two GraphQL calls:

  • one to fetch OG metrics (via get_og_metrics).
  • one to fetch SL metrics (via get_sl_metrics).

dbt recently released versionless, so that you don't have to manage/upgrade environment versions. With versionless jobs, both OG and SL metrics are returned by the GraphQL call used in get_og_metrics.

This PR skips SL metrics in this first request, as they'll be properly handled in the second one.

@Vitor-Avila Vitor-Avila merged commit 21c58d6 into main Aug 20, 2024
5 checks passed
@Vitor-Avila Vitor-Avila deleted the dbt-cloud-versionless branch August 20, 2024 16:51
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

Successfully merging this pull request may close these issues.

2 participants