Describe the issue
(regression) pypi package libraries no longer can be included as a part of a task definition in databricks asset bundles
Configuration
resources:
jobs:
test-job:
name: test-job
max_concurrent_runs: 1
tasks:
- task_key: test
libraries:
- pypi:
package: requests
Steps to reproduce the behavior
Run databricks bundle deploy
Expected Behavior
A successful deployment
Actual Behavior
Error: exit status 1
Error: Missing required argument
on bundle.tf.json line 67, in resource.databricks_job.test-job.task[0].library[0].pypi:
67: "pypi": {}
The argument "package" is required, but no definition was found.
OS and CLI version
OS: Ubuntu
CLI Version: v0.241.1
Is this a regression?
This was working prior to 0.241, the hotfix in 0.241.1 merely changed the error, did not actually fix deployments
Describe the issue
(regression) pypi package libraries no longer can be included as a part of a task definition in databricks asset bundles
Configuration
Steps to reproduce the behavior
Run
databricks bundle deployExpected Behavior
A successful deployment
Actual Behavior
OS and CLI version
OS: Ubuntu
CLI Version: v0.241.1
Is this a regression?
This was working prior to 0.241, the hotfix in 0.241.1 merely changed the error, did not actually fix deployments