Pieter Noordhuis
98ebb78c9b
Rename bricks -> databricks ( #389 )
...
## Changes
Rename all instances of "bricks" to "databricks".
## Tests
* Confirmed the goreleaser build works, uses the correct new binary
name, and produces the right archives.
* Help output is confirmed to be correct.
* Output of `git grep -w bricks` is minimal with a couple changes
remaining for after the repository rename.
2023-05-16 18:35:39 +02:00
Serge Smertin
9581187c9e
Update to Go SDK v0.8.0 ( #351 )
...
## Changes
- Update to Go SDK v0.8.0
- Fix all breaking changes
## Tests
- make test
2023-04-21 10:30:20 +02:00
Pieter Noordhuis
d7ac265536
Allow use of file library in pipeline ( #308 )
...
## Changes
This requires databricks/databricks-sdk-go#359 .
## Tests
Tests pass and ran manual verification of deployment with files.
2023-04-05 16:29:42 +02:00
Pieter Noordhuis
66ca9ec266
Add permissions block to each resource ( #264 )
...
Example:
```yaml
resources:
jobs:
my_job:
name: "[${bundle.environment}] My job"
permissions:
- level: CAN_VIEW
group_name: users
```
2023-03-21 10:58:16 +01:00
Pieter Noordhuis
58563b1ea9
Add resources for mlflow models and experiments ( #263 )
...
Manually confirmed that both can be deployed.
2023-03-20 21:28:43 +01:00
Pieter Noordhuis
414ea4f891
Bump databricks-sdk-go to 0.3.2 ( #215 )
2023-02-20 16:00:20 +01:00
Pieter Noordhuis
72e89bf33c
Use pointers to resources in bundle configuration ( #140 )
...
Avoid copy-by-value when iterating over these maps.
2022-12-15 13:00:41 +01:00
Pieter Noordhuis
d713521d63
Convert job task libraries to TF JSON ( #132 )
2022-12-12 16:36:59 +01:00
Pieter Noordhuis
8640696b4b
Add minimal test for conversion to TF JSON format ( #130 )
2022-12-12 11:31:28 +01:00