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 query_id to adapter payload and tests. #109

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

VersusFacit
Copy link
Contributor

@VersusFacit VersusFacit commented Mar 14, 2022

completes #40
resolves #7

Description

See PR for more details. I've optimized the types to avoid false-positives due to truthi-strings. I pushed this over the finish line with all credit given to those behind the code since some users have been asking for this in GitHub and Slack.

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-snowflake next" section.

@cla-bot cla-bot bot added the cla:yes label Mar 14, 2022
@VersusFacit VersusFacit requested a review from jtcohen6 March 14, 2022 06:13
Copy link
Contributor

@jtcohen6 jtcohen6 left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for taking this one over the finish line :)

@VersusFacit VersusFacit merged commit 032d2bb into main Mar 14, 2022
@VersusFacit VersusFacit deleted the add_query_id_to_run_result branch March 14, 2022 13:03
VersusFacit added a commit that referenced this pull request Mar 29, 2022
* use checks over code and rewrite repo to conform to style conventions
* Add query_id to adapter payload and tests. (#109)
* Mix in released snowflake 1.1.0b1
* Resolve a Black library issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include the snowflake query id in the run results output
2 participants