Skip to content
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

[FEATURE] Support of latest brickflow cli 0.236.0 #189

Open
mikita-sakalouski opened this issue Dec 17, 2024 · 0 comments
Open

[FEATURE] Support of latest brickflow cli 0.236.0 #189

mikita-sakalouski opened this issue Dec 17, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mikita-sakalouski
Copy link
Contributor

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

  1. Update BRICKFLOW_BUNDLE_CLI_VERSION
export BRICKFLOW_BUNDLE_CLI_VERSION=0.236.0
  1. Run bf deploy
  2. 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.
@mikita-sakalouski mikita-sakalouski added the enhancement New feature or request label Dec 17, 2024
@pariksheet pariksheet added this to the v1.3.3 milestone Jan 14, 2025
@mikita-sakalouski mikita-sakalouski removed their assignment Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants