Describe the issue
When creating containing a reference to a wheel in the libraries:
libraries:
- whl: /dist/*.whl
The wheel location in the resulting job is not interpolated anymore:
Before:
- whl: /Workspace/Users/<user name>/.bundle/<project>/<target>/artifacts/.internal/<wheel name>.whl
Current:
The later results in the following error when running the job:
Python wheels must be stored in UC Volumes, dbfs, s3, adls, gs or as a workspace file/local file. Make sure the URI begins with 'dbfs:', 'file:', 's3:', 'abfss:', 'gs:', 'wasbs:', '/Volumes', or '/Workspace'but the URI is '/dist/*.whl').
Steps to reproduce the behavior
- Follow the Databricks guide on deploying a workflow with a Python wheel
- Run the created job AND/OR looking at the YAML job definition from the Databricks workflow UI
Expected Behavior
A Databricks workflow with a library location as follows should be created:
- whl: /Workspace/Users/<user name>/.bundle/<project>/<target>/artifacts/.internal/<wheel name>.whl
Actual Behavior
A Databricks workflow with a library location as follows is created:
This causes the job to fail as this wheel location does not exists.
OS and CLI version
Error occurs in: v0.212.4
Error does not occur in: v0.212.3
Is this a regression?
Yes, it worked in: v0.212.3
Describe the issue
When creating containing a reference to a wheel in the libraries:
The wheel location in the resulting job is not interpolated anymore:
Before:
Current:
The later results in the following error when running the job:
Steps to reproduce the behavior
Expected Behavior
A Databricks workflow with a library location as follows should be created:
Actual Behavior
A Databricks workflow with a library location as follows is created:
This causes the job to fail as this wheel location does not exists.
OS and CLI version
Error occurs in: v0.212.4
Error does not occur in: v0.212.3
Is this a regression?
Yes, it worked in: v0.212.3