-
Notifications
You must be signed in to change notification settings - Fork 209
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
Athena catalog column name to default #1888
base: main
Are you sure you want to change the base?
Conversation
fix: column_metadata_catalog_column method to default value for Athena
|
Kudos, SonarCloud Quality Gate passed! |
fix databricks datatype cast and support for int type decimal
Databricks: Profiling support for bigint datatypes
Kudos, SonarCloud Quality Gate passed! |
Thanks for reporting and fixing this @bichitra95 ! I apologize for the delay, this has slipped our attention for too long. Would you be able to resolve the conflicts please so that we can merge this? 🙏 |
add support for externalId for athena connection
Quality Gate passedIssues Measures |
hi @bichitra95 , are you pushing old commits to this branch? In any case I see a bunch of unrelated changes in this PR, nothing related to the original PR title, could you elaborate please? |
PES-3645 Soda <> Redshift IAM Role profiling
Quality Gate passedIssues Measures |
Related Issue: #1887
While profiling for a table, we are fetching the columns metadata for the table here.
The query that generates for fetching the columns is of follows,
So removed the override method to use the parent method which returns
table_catalog
instead oftable_schema
.