-
Notifications
You must be signed in to change notification settings - Fork 64
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
Remove run_as
from the built-in templates
#2044
base: main
Are you sure you want to change the base?
Conversation
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
run_as
from the built-in templates
@lennartkats-db Can you rebase? Then it can be part of the next release. |
@lennartkats-db Ping on this. |
The new acceptance tests don't like these changes yet; will update them. |
You can run them with
|
Changes
This removes the
run-as
property from the default templates. It's a useful property but it still only works for jobs and it makes the default databricks.yml a bit longer. It seems like users can just learn about it from the docs and/or vary their deployment identity.Depends on #1712.