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

Add a new datasource for dbtcloud_jobs to retrieve multiple jobs #276

Merged
merged 8 commits into from
Jul 16, 2024

Conversation

b-per
Copy link
Collaborator

@b-per b-per commented Jul 16, 2024

  • add new datasource + docs + tests
  • fix typo in diagram
  • refactor helper a bit

@b-per b-per requested a review from chasewalden July 16, 2024 09:34
@chasewalden
Copy link
Collaborator

Looks good to me.

As a side-note, this does make me think we should eventually go through an clean up uses of int in favor of a fixed-width type (either int32 or int64). Not a big deal for right now, but will help with unnecessary conversions back-and-forth and would prevent hard-to-debug issues between 32 & 64 bit machines in the future

@chasewalden chasewalden added this pull request to the merge queue Jul 16, 2024
Merged via the queue into main with commit 2797749 Jul 16, 2024
9 checks passed
@chasewalden chasewalden deleted the feature/datasource-all-jobs branch July 16, 2024 20:33
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.

Provide data resources that allows to query all jobs from within a project and or environment
2 participants