Commit Graph

7 Commits

Author SHA1 Message Date
Ilya Kuznetsov 5af6c4222b
Proper handling for $ 2025-01-29 12:45:57 +01:00
Ilya Kuznetsov 198d105fe1
Escaping 2025-01-28 18:15:33 +01:00
Ilya Kuznetsov 2576ae99db
Windows fix for invalid json test case 2025-01-28 17:56:59 +01:00
Ilya Kuznetsov 934d206db0
Adds repls for window paths 2025-01-28 17:41:18 +01:00
Ilya Kuznetsov 9e42f66a13
Replace window slashes in output 2025-01-23 17:35:24 +01:00
Ilya Kuznetsov 9f46026d5f
Restore variable file tests 2025-01-23 16:41:00 +01:00
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