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(redshift): adds flag to skip all external tables #10040

Conversation

sgomezvillamor
Copy link
Contributor

@sgomezvillamor sgomezvillamor commented Mar 13, 2024

We have a mesh of redsfhit clusters where each of the clusters includes tables from the others as external tables. So everything is accessible from everywhere.

This causes lot of assset duplication in the catalogue. While we could prevent this with allow/deny pattern, with this flag we don't need to maintain the allow/deny patterns when new tables are added in any of the servers.

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). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@github-actions github-actions bot added ingestion PR or Issue related to the ingestion of metadata community-contribution PR or Issue raised by member(s) of DataHub Community datahub-community-champion PRs authored by DataHub Community Champions labels Mar 13, 2024
@sgomezvillamor sgomezvillamor marked this pull request as ready for review March 13, 2024 14:54
@sgomezvillamor
Copy link
Contributor Author

Some build checks fail because of unrelated stuff.

If tests for the new feature are requested, could you please point out where these tests could be added? I'm pretty sure there are but I couldn't find them 😅

@hsheth2 hsheth2 removed their request for review March 18, 2024 22:01
@hsheth2
Copy link
Collaborator

hsheth2 commented Mar 18, 2024

@treff7es can you give this a review, especially in the context of the redshift serverless changes that went in last week

@treff7es treff7es merged commit 70ab759 into datahub-project:master Mar 20, 2024
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution PR or Issue raised by member(s) of DataHub Community datahub-community-champion PRs authored by DataHub Community Champions ingestion PR or Issue related to the ingestion of metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants