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

fix(dbt Cloud): Update dbt metadata GraphQL query #306

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

Vitor-Avila
Copy link
Contributor

We were previously fetching legacy metrics with the metrics(jobId: $jobId) query, which was not working properly with new jobs as the jobId is an Int! for this query (and job IDs are exceeding the 32-bit limit).

This PR uses the job(id: $jobId) query which accepts/support a BigInt!.

Copy link
Member

@betodealmeida betodealmeida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

loveit

@Vitor-Avila Vitor-Avila merged commit 0fdb888 into main Jun 26, 2024
5 checks passed
@Vitor-Avila Vitor-Avila deleted the update-dbt-endpoint branch June 26, 2024 20:19
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.

None yet

2 participants