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

[BUG] Bundle in dev mode uses service principal client ID in the Job Name #1509

Open
stevenayers-bge opened this issue Jun 20, 2024 · 2 comments
Labels
DABs DABs related issues Enhancement New feature or request

Comments

@stevenayers-bge
Copy link

Describe the issue

Deploying a bundle in dev mode uses the long client ID instead of the service principal display name, which is annoying because it's so long it hides what your jobs are called.

Screenshot 2024-06-20 at 07 49 41
@stevenayers-bge stevenayers-bge added the DABs DABs related issues label Jun 20, 2024
@andrewnester
Copy link
Contributor

This PR will address the issue by allowing configurable prefix #1490

@andrewnester andrewnester added the Enhancement New feature or request label Aug 1, 2024
@jpcpereira
Copy link

This PR will address the issue by allowing configurable prefix #1490

Hi @andrewnester, just tried the newly released name_prefix preset in v2.227.0, but get the following error if I don't include the username in the name_prefix:
Error: prefix should contain the current username or ${workspace.current_user.short_name} to ensure uniqueness when using 'mode: development'
This means that the service principal ID must be always in the name_prefix leading still to long resource names in development mode.
Would be great if this would be addressed in a future release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DABs DABs related issues Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants