-
Notifications
You must be signed in to change notification settings - Fork 60
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
Create UC schema from DAB without development mode name prefix #1779
Comments
Thanks for reaching out @jamuska! DABs has the configurable That, however, will not solve your problem of just turning off the prefix for just UC schemas. One workaround I can recommend for now is to add a separate target to your DAB where As for a native solution to allow selective prefixing, it's something we will have to evaluate. One of the intentions behind I'll keep this issue open to receive feedback incase other users also run into this issue. |
Thanks for the input @shreyas-goenka I get your point about namespacing with development mode. I really like the feature for workflows and pipelines, where I'm most of the time just clicking on them in a list and there is no other native way of separating those to "collections". With UC resources the situation in my opinion is a bit different, since UC natively offers different layers for organizing objects. Including user name in each of the resources (which I suppose is required to avoid having duplicate object names for different developers) makes the object names very long and cumbersome to use in queries. Correct me if I'm wrong, but using a separate target without |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
When deploying UC schemas with
mode: development
, the schema name gets the same dev prefix as workflow or pipeline names.In our case, we are already using separate dev catalogs, so the prefixed schema name does not bring any additional value. Rather it makes the schema list more difficult to read and annoys the developers who have to write a long schema name. I would like to have the option to deploy the schema without the prefix.
The text was updated successfully, but these errors were encountered: