Uh oh!
There was an error while loading. Please reload this page.
Customize the prefix assigned to resources deployed in development mode - #1084
Customize the prefix assigned to resources deployed in development mode#1084domcorvasce wants to merge 5 commits into
Conversation
99a5a21 to
be84b9fComparelennartkats-db
commented
Dec 22, 2023
Thanks @domcorvasce for this contribution. It would be great to have a feature like this! We had the request to make these transformations more customizable from multiple customers. We'd like to do so for the prefix and for other things like the tags that are automatically asserted. I'll discuss with the team what the right name is for a prefixing property, and if it should perhaps be nested under a property like |
be84b9f to
bd85992Comparebd85992 to
688af35Comparelennartkats-db
commented
Jun 18, 2024
Closing this PR in favor of #1490. Again thanks for the initiative and contribution, domcorvasce! |
Changes
All the names of the resources (i.e. jobs, pipelines, models endpoints) deployed in development mode are prefixed with
[dev user_name]which can be confusing when an organization has multiple development environments to choose from.This pull request adds an optional
resource_name_prefixfield to the bundlestargetobject, allowing developers to specify custom prefixes:Open points
Tests
process_target_modemodule test suite