Skip to content
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(metabase): allow configuring how database engines get mapped to platforms #3869

Conversation

iasoon
Copy link
Contributor

@iasoon iasoon commented Jan 11, 2022

I'm trying to ingest data from a metabase setup which uses AWS Athena to read data registered in the AWS Glue metadata catalog. Currently the ingestion will create a new version of the dataset as an Athena table, instead of referring to the underlying glue dataset.
Allowing the user to configure the db engine -> platform mapping allows easily resolving issues like these, as well as supporting platforms not currently listed in the hardcoded mapping.

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable)

@github-actions
Copy link

github-actions bot commented Jan 11, 2022

Unit Test Results (build & test)

  45 files    45 suites   14m 4s ⏱️
502 tests 450 ✔️ 52 💤 0

Results for commit 3e35a37.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jan 11, 2022

Unit Test Results (metadata ingestion)

       5 files         5 suites   35m 41s ⏱️
   245 tests    245 ✔️   0 💤 0
1 125 runs  1 099 ✔️ 26 💤 0

Results for commit 3e35a37.

♻️ This comment has been updated with latest results.

@iasoon iasoon force-pushed the feature/metabase-ingestion-engine-platform-map branch from f116be2 to 738a894 Compare January 12, 2022 00:06
@shirshanka
Copy link
Contributor

@iasoon : a build failure snuck in on master and is affecting your PR. Could you rebase?

@iasoon iasoon force-pushed the feature/metabase-ingestion-engine-platform-map branch from 738a894 to 3e35a37 Compare January 12, 2022 08:15
@iasoon
Copy link
Contributor Author

iasoon commented Jan 12, 2022

Done!

Copy link
Contributor

@shirshanka shirshanka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@shirshanka shirshanka merged commit 988baeb into datahub-project:master Jan 12, 2022
@iasoon iasoon deleted the feature/metabase-ingestion-engine-platform-map branch January 12, 2022 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants