databricks-cli/bundle/config/variable
Ilya Kuznetsov 0487e816cc
Reading variables from file (#2171)
## Changes

New source of default values for variables - variable file
`.databricks/bundle/<target>/variable-overrides.json`

CLI tries to stat and read that file every time during variable
initialisation phase

<!-- Summary of your changes that are easy to understand -->

## Tests

Acceptance tests
2025-01-23 14:35:33 +00:00
..
lookup.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
lookup_test.go Enable intrange linter and apply autofix (#2069) 2025-01-03 09:25:07 +00:00
resolve_alert.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_alert_test.go Breakout variable lookup into separate files and tests (#1921) 2024-11-21 11:28:50 +01:00
resolve_cluster.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_cluster_policy.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_cluster_policy_test.go Breakout variable lookup into separate files and tests (#1921) 2024-11-21 11:28:50 +01:00
resolve_cluster_test.go Breakout variable lookup into separate files and tests (#1921) 2024-11-21 11:28:50 +01:00
resolve_dashboard.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_dashboard_test.go Breakout variable lookup into separate files and tests (#1921) 2024-11-21 11:28:50 +01:00
resolve_instance_pool.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_instance_pool_test.go Breakout variable lookup into separate files and tests (#1921) 2024-11-21 11:28:50 +01:00
resolve_job.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_job_test.go Breakout variable lookup into separate files and tests (#1921) 2024-11-21 11:28:50 +01:00
resolve_metastore.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_metastore_test.go Breakout variable lookup into separate files and tests (#1921) 2024-11-21 11:28:50 +01:00
resolve_notification_destination.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_notification_destination_test.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_pipeline.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_pipeline_test.go Breakout variable lookup into separate files and tests (#1921) 2024-11-21 11:28:50 +01:00
resolve_query.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_query_test.go Breakout variable lookup into separate files and tests (#1921) 2024-11-21 11:28:50 +01:00
resolve_service_principal.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_service_principal_test.go Breakout variable lookup into separate files and tests (#1921) 2024-11-21 11:28:50 +01:00
resolve_warehouse.go Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
resolve_warehouse_test.go Breakout variable lookup into separate files and tests (#1921) 2024-11-21 11:28:50 +01:00
variable.go Reading variables from file (#2171) 2025-01-23 14:35:33 +00:00