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: add virtual DBRP mappings based on bucket name #23606

Merged
merged 6 commits into from
Aug 3, 2022

Conversation

candrewlee14
Copy link
Contributor

@candrewlee14 candrewlee14 commented Aug 2, 2022

Required checklist

Description

Originally, I worked on #23525 to create and update physical DBRP mappings in the bucket service wrapper. This solution meant more state needed to be preserved, required a migration, etc. Virtual mappings, on the other hand, are not written on disk (corruptible), would be changed by a bucket name change implicitly, and overall made much more sense with less code.

Context

This makes it so users don't have to create a custom DBRP mapping every time they create a bucket.

Affected areas:

@candrewlee14 candrewlee14 merged commit adeac8b into master Aug 3, 2022
@candrewlee14 candrewlee14 deleted the automate-virtual-dbrps branch August 3, 2022 21:44
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.

Automate DBRP mappings
2 participants