databricks / cli

Databricks CLI
Other
132 stars 50 forks source link

Serialize dynamic value for `bundle validate` output #1499

Closed shreyas-goenka closed 3 months ago

shreyas-goenka commented 3 months ago

Changes

Using dynamic values allows us to retain references like ${resources.jobs...} even when the type of field is not integer, eg: run_job_task, or in general values that do not map to the Go types for a field.

Tests

Integration test