-
Notifications
You must be signed in to change notification settings - Fork 119
DAB unable to validate container local file:///path-to-jar #3892
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
Conversation
|
@sshpuntoff thanks for the PR! Contributing to CLI requires a signed CLA, if that's something you're willing to do, please reach out with a request to sign CLA to [email protected] and we will take it from there. Thank you! |
Signed-off-by: sshpuntoff <[email protected]>
CLA should be good to go. |
|
An authorized user can trigger integration tests manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
|
@andrewnester - just following up here. |
|
Commit: b98535d
12 failing tests:
Top 31 slowest tests (at least 2 minutes):
|
|
Commit: 4d46dd1
32 failing tests:
Top 50 slowest tests (at least 2 minutes):
|
## Changes
In a runtime container, I need to be able to reference files.
This PR allows the
file:///path (which is valid in databricks templates) to do that.Currently the CLI attempts to resolve this path when it should now.
Open to feedback here.
Why
When running a containerized job, I have pre-bundled assets that need to be referenced.
If I set the path to
file:///manually via the databricks UX, my job works. If I attempt to do it via the cli, I have this rendering issue.With this change, the asset bundle is deployable.
Tests
Unit testing and manual deployment verification.