-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
#14235: adding dialect based on connection type to LineageParser #14249
Conversation
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
Thanks @LucasGarcia07 for the contribution. |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
ingestion/src/metadata/ingestion/source/dashboard/metabase/metadata.py
Outdated
Show resolved
Hide resolved
…adata.py Co-authored-by: Mayur Singal <[email protected]>
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
[open-metadata-ingestion] Kudos, SonarCloud Quality Gate passed! |
Thanks @LucasGarcia07 for the pr ❤️ |
…geParser (open-metadata#14249) * Fix open-metadata#14235: adding dialect based on connection type to LineageParser * Fix: formating changes * Update ingestion/src/metadata/ingestion/source/dashboard/metabase/metadata.py Co-authored-by: Mayur Singal <[email protected]> * style: fix indentation errors * Fix pytest --------- Co-authored-by: LucasGarcia07 <[email protected]> Co-authored-by: ulixius9 <[email protected]>
Describe your changes:
Fixes 14235, adding dialect based on db_service_name to the LineageParser.
I worked on because I'm create lineage based on bigquery dialect and sqlfluff fails when use ansi dialect to validate.
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>