-
Notifications
You must be signed in to change notification settings - Fork 72
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
Error deploying task with library dependency in object storage #699
Comments
Clarification: this is using databricks asset bundles |
Thanks for the report! This is indeed a bug on our side in how we detect if the library used is local or remote cli/bundle/libraries/libraries.go Line 136 in 861f33d
|
## Changes Fixes #699 ## Tests Added unit test
The fix will only be available in the upcoming next release this week |
Ahhh ok. Understood, thank you! |
The fix has been just released in 0.203.3 version, feel free to try it out |
## Changes Fixes #699 ## Tests Added unit test
## Changes Fixes databricks#699 ## Tests Added unit test Signed-off-by: Arpit Jasapara <[email protected]>
I receive an error when deploying a job task with a library dependency on >=v202.0. This error does not happen on v0.201.0.
time=2023-08-25T16:40:14.463-05:00 level=ERROR source=mutator.go:25 msg="Error: no library found for abfss://databricks@<storageaccount>.dfs.core.windows.net/libraries/ozspark/ozspark_databricks-0.0.1-py3-none-any.whl" mutator=seq mutator=deploy mutator=seq mutator=seq mutator=deferred time=2023-08-25T16:40:14.463-05:00 level=ERROR source=mutator.go:25 msg="Error: no library found for abfss://databricks@<storageaccount>.dfs.core.windows.net/libraries/ozspark/ozspark_databricks-0.0.1-py3-none-any.whl" mutator=seq mutator=deploy mutator=seq mutator=seq time=2023-08-25T16:40:14.463-05:00 level=ERROR source=mutator.go:25 msg="Error: no library found for abfss://databricks@<storageaccount>.dfs.core.windows.net/libraries/ozspark/ozspark_databricks-0.0.1-py3-none-any.whl" mutator=seq mutator=deploy mutator=seq time=2023-08-25T16:40:14.463-05:00 level=ERROR source=mutator.go:25 msg="Error: no library found for abfss://databricks@<storageaccount>.dfs.core.windows.net/libraries/ozspark/ozspark_databricks-0.0.1-py3-none-any.whl" mutator=seq mutator=deploy time=2023-08-25T16:40:14.464-05:00 level=ERROR source=mutator.go:25 msg="Error: no library found for abfss://databricks@<storageaccount>.dfs.core.windows.net/libraries/ozspark/ozspark_databricks-0.0.1-py3-none-any.whl" mutator=seq Error: no library found for abfss://databricks@<storageaccount>.dfs.core.windows.net/libraries/ozspark/ozspark_databricks-0.0.1-py3-none-any.whl
The text was updated successfully, but these errors were encountered: