-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
External catalog config #10814
base: main
Are you sure you want to change the base?
External catalog config #10814
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10814 +/- ##
===========================================
- Coverage 89.17% 62.12% -27.05%
===========================================
Files 183 184 +1
Lines 23382 23430 +48
===========================================
- Hits 20850 14557 -6293
- Misses 2532 8873 +6341
Flags with carried forward coverage won't be shown. Click here to find out more.
|
identifier = f"{target_source_name}.{target_table_name}" | ||
catalog_database = catalog.configuration.internal_namespace.database | ||
catalog_schema = catalog.configuration.internal_namespace.schema_ | ||
return SourceDefinition( |
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.
Add merge functionality to merge with sources.yml
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.
Move down to below if disabled
Resolves #
Problem
Solution
Checklist