You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I define as an artifact a module called my_module, published as the version my_module-0.0.0+localversion.whl, it is uploaded to my specified volume as my_module-0.0.0 localversion.whl - not its actual built file name.
Describe the issue
If I define as an artifact a module called
my_module
, published as the versionmy_module-0.0.0+localversion.whl
, it is uploaded to my specified volume asmy_module-0.0.0 localversion.whl
- not its actual built file name.Configuration
databricks.yml
setup.py
Steps to reproduce the behavior
Please list the steps required to reproduce the issue, for example:
my_catalog
catalog in databricksartifacts
volume inmy_catalog
databricks bundle deploy
Expected Behavior
A file called
my_module-0.0.0+localversion.whl
is found in the volumeActual Behavior
A file called
my_module-0.0.0 localversion.whl
is found in the volumeOS and CLI version
Ubuntu
Databricks CLI v0.234.0
Is this a regression?
Unknown.
Debug Logs
N/A
The text was updated successfully, but these errors were encountered: