-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(ingest/dbt): fallback to schema from graph #13438
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
📢 Thoughts on this report? Let us know! |
✅ Meticulous spotted 0 visual differences across 1261 screens tested: view results. Meticulous evaluated ~12 hours of user flows against your PR. Expected differences? Click here. Last updated for commit 077f996. This comment will update as new commits are pushed. |
# If we don't have a schema for this node from the dbt catalog | ||
# and were unable to infer it (e.g. for sources), then we use | ||
# the schema from the graph. | ||
node.columns_setdefault(schema_fields) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may have a debug log trace here and maybe a counter in the report.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding updates in the OperatorProcessor
: I left comments on the stacked PR
Stacked on top of #13436