Pieter Noordhuis
8e786d76a9
Update databricks-sdk-go to latest ( #102 )
2022-11-24 21:41:57 +01:00
Pieter Noordhuis
07f07694a4
Function to return workspace client on bundle.Bundle ( #100 )
...
Complementary command to check the identity in the context of a bundle
environment:
For example:
```
bricks bundle debug whoami -e development
```
2022-11-23 15:20:03 +01:00
Pieter Noordhuis
ab1df558a2
Test that YAML anchors work ( #96 )
2022-11-21 15:40:27 +01:00
Pieter Noordhuis
195eb7f0f9
Add job and pipeline structs ( #94 )
2022-11-18 11:12:24 +01:00
Pieter Noordhuis
e47fa61951
Skeleton for configuration loading and mutation ( #92 )
...
Load a tree of configuration files anchored at `bundle.yml` into the
`config.Root` struct.
All mutations (from setting defaults to merging files) are observable
through the `mutator.Mutator` interface.
2022-11-18 10:57:31 +01:00