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
Is your feature request related to a problem? Please describe.
I would like to use latest Databricks CLI to check if we can switch to auth_type = databricks-cli
Describe the solution you'd like
Databricks CLI is updated to 0.236.0
Describe alternatives you've considered
No
Additional context
Update BRICKFLOW_BUNDLE_CLI_VERSION
export BRICKFLOW_BUNDLE_CLI_VERSION=0.236.0
Run bf deploy
You are getting warnings as
Warning: expected a string value, found null
at targets......job_clusters[0].new_cluster.driver_instance_pool_id
in bundle.yml:30:42
Warning: expected a string value, found null
at targets......job_clusters[0].new_cluster.driver_node_type_id
in bundle.yml:31:38
Warning: expected a bool value, found null
at targets......job_clusters[0].new_cluster.enable_elastic_disk
in bundle.yml:32:38
Warning: expected a string value, found null
at targets......job_clusters[0].new_cluster.instance_pool_id
in bundle.yml:34:35
Warning: expected a int value, found null
at targets......job_clusters[0].new_cluster.num_workers
in bundle.yml:36:30
Warning: expected a string value, found null
at targets......job_clusters[0].new_cluster.runtime_engine
in bundle.yml:38:33
Warning: expected a string value, found null
at targets......tasks[0].depends_on[0].outcome
in bundle.yml:70:26
Warning: expected a string value, found null
at targets.....tasks[0].libraries[0].pypi.repo
in bundle.yml:77:25
Warning: expected a int value, found null
at targets....tasks[0].max_retries
in bundle.yml:78:28
Warning: expected a int value, found null
at targets.....tasks[0].min_retry_interval_millis
in bundle.yml:79:42
Warning: expected a bool value, found null
at targets.....tasks[0].retry_on_timeout
in bundle.yml:80:33
Warning: expected a int value, found null
at targets.....tasks[0].timeout_seconds
in bundle.yml:102:32
Warning: expected a string value, found null
at targets.....tasks[1].depends_on[0].outcome
in bundle.yml:104:26
Warning: expected a string value, found null
at targets.....tasks[1].libraries[0].pypi.repo
in bundle.yml:111:25
Warning: expected a int value, found null
at targets....tasks[1].max_retries
in bundle.yml:112:28
Warning: expected a int value, found null
at targets.....tasks[1].min_retry_interval_millis
in bundle.yml:113:42
Warning: expected a bool value, found null
at targets......tasks[1].retry_on_timeout
in bundle.yml:114:33
Warning: expected a int value, found null
at targets.....tasks[1].timeout_seconds
in bundle.yml:136:32
Warning: expected a string value, found null
at targets.....tasks[2].libraries[0].pypi.repo
in bundle.yml:143:25
Warning: expected a int value, found null
at targets....tasks[2].max_retries
in bundle.yml:144:28
Warning: expected a int value, found null
at targets....tasks[2].min_retry_interval_millis
in bundle.yml:145:42
Warning: expected a bool value, found null
at targets.....tasks[2].retry_on_timeout
in bundle.yml:146:33
Warning: expected a int value, found null
at targets.....tasks[2].timeout_seconds
in bundle.yml:168:32
Warning: expected a int value, found null
at targets.....timeout_seconds
in bundle.yml:169:30
Error: exit status 1
Error: Missing required argument
on bundle.tf.json line 24, in resource.databricks_job......git_source:
24: "git_source": {},
The argument "url" is required, but no definition was found.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to use latest Databricks CLI to check if we can switch to
auth_type = databricks-cli
Describe the solution you'd like
Databricks CLI is updated to 0.236.0
Describe alternatives you've considered
No
Additional context
export BRICKFLOW_BUNDLE_CLI_VERSION=0.236.0
The text was updated successfully, but these errors were encountered: