-
Notifications
You must be signed in to change notification settings - Fork 89
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 adapter_response
in dbt_run_results
#495
Merged
elongl
merged 47 commits into
elementary-data:master
from
Arun-kc:adapter_response-in-dbt_run_results
Aug 30, 2023
Merged
Add adapter_response
in dbt_run_results
#495
elongl
merged 47 commits into
elementary-data:master
from
Arun-kc:adapter_response-in-dbt_run_results
Aug 30, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Arun-kc
changed the title
Add adapter_response in dbt_run_results
Add Aug 20, 2023
adapter_response
in dbt_run_results
…run-ci-on-both-lowest-and-highest-versions-of-dbt Run CI on both lowest and highest versions of dbt.
…metrics-are-stored-inaccurately-in-databricks Changed the freshness assertion.
…safely-accessing-is_delta Safely accessing 'is_delta'.
…change-schema-prefix Change schema prefix.
…add-timestamp-to-elementary-test-table-names-to-avoid Add timestamp to Elementary test table names to avoid conflict.
…change-postgres-string-data-type change postgres data type from varchar to text (only for sync)
…slack-notifications Slack notifications for scheduled workflow
…ttv-fix-freshness-volume-anomalies-on-negative-expected Bounding min value of expected range in volume anomalies to 0.
Co-authored-by: GitHub Actions <[email protected]>
…ttv-fix-freshness-volume-anomalies-on-negative-expected Updated expression of min_metric_value.
….10.2 release/0.10.2
…update-contribution-guide-with-new-tests-infra Contribution guide - dbt package
…add-test-descriptions-to-elementarys-tests Added test descriptions to Elementary's tests.
…-kc/dbt-data-reliability into adapter-response
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Added
adapter_response
field todbt_run_results
as different adapter returns different sets of fields.This might solve issues [ELE-60] Obtain model run billing metrics and Fill query_id for BigQuery