-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(redshift-driver): introspection for external schemas/tables (e.g. Spectrum) #8849
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 8 Skipped Deployments
|
4739eb0
to
0da9bcd
Compare
8dfdddd
to
89afdc1
Compare
89afdc1
to
ba9f41f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8849 +/- ##
==========================================
- Coverage 82.55% 82.53% -0.02%
==========================================
Files 221 221
Lines 77830 77572 -258
==========================================
- Hits 64249 64023 -226
+ Misses 13581 13549 -32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
d2a9e41
to
3b3fa9f
Compare
This PR brings support for the introspection of external queries in AWS RedShift. External table properties in external schemas are returned with the common tables metadata. This is pretty useful in the case of using Redshift Spectrum.
Check List