Skip to content

Releases: databricks/cli

v0.0.10

30 Nov 13:20
8f13b55
Compare
Choose a tag to compare

Changelog

  • 8f13b55 -
  • b88b35a Move mutator interface to top level bundle package (#105)
  • 2ebfa5f Run unit tests on windows and macos (#103)
  • 5c916a6 Store specified environment in configuration for reference (#104)
  • f216f55 [DECO-396] Send delete file requests with recursive set to false

v0.0.9

25 Nov 13:25
761de12
Compare
Choose a tag to compare

Changelog

  • 761de12 Fix incorrect remote path arg to APIs in windows on bricks sync (#101)
  • 07f0769 Function to return workspace client on bundle.Bundle (#100)
  • 8e786d7 Update databricks-sdk-go to latest (#102)
  • 696e337 Update go sdk version (#97)

v0.0.8

21 Nov 22:47
b25bd31
Compare
Choose a tag to compare

Changelog

  • 3b351d3 Add command that writes the materialized bundle configuration to stdout (#95)
  • 195eb7f Add job and pipeline structs (#94)
  • b25bd31 Deal with notebook remote filenames stripping .py (#90)
  • 0c24e6f Revert "WIP initial version of the workspace file lock done"
  • e47fa61 Skeleton for configuration loading and mutation (#92)
  • ab1df55 Test that YAML anchors work (#96)
  • af5659a Update databricks-sdk-go to latest (#89)
  • 6a8c9f2 Update databricks-sdk-go to latest (#93)
  • 02eec1f WIP initial version of the workspace file lock done

v0.0.7

08 Nov 12:57
d587531
Compare
Choose a tag to compare

Changelog

  • 1505c63 Added creation of .gitignore for bricks project with cache dir path
  • d587531 Added creation of .gitignore for bricks project with cache dir path (#88)
  • efe1f28 Revert "Added creation of .gitignore for bricks project with cache dir path"

v0.0.6

27 Oct 15:38
0601e11
Compare
Choose a tag to compare

Changelog

  • 0601e11 [DECO-200] Ignore RESOURCE_DOES_NOT_EXIST errors on file deletion during sync (#85)

v0.0.5

27 Oct 13:58
1329bc0
Compare
Choose a tag to compare

Changelog

  • 1329bc0 Log initial sync complete (#86)
  • 18dae73 [DECO-79][DECO-165] Incremental sync with support for multiple profiles (#82)

v0.0.4

10 Oct 14:12
38a9dab
Compare
Choose a tag to compare

Changelog

  • 38a9dab Add command to make API calls (#80)
  • 6258a16 Add environments to project configuration (#68)
  • f27cb71 Reduce nesting (#72)
  • a1b6fdb Update SDK (#79)
  • ed56fc0 [DECO-68] Modify acceptance test to work with deco testing infra and represent vscode usecase (#78)
  • 0b754e6 [DECO-94] Execute uploads in parallel instead of sequentailly (#81)

v0.0.3

21 Sep 14:52
6bcb33b
Compare
Choose a tag to compare

Changelog

  • 457f3ad Add bricks configure command to bricks CLI (#18)
  • 731679c Add persist-snapshot to bricks sync (#66)
  • 6c28fc3 Add basic flavor skeleton
  • 30a7de6 Add more flags to configure command (#29)
  • 0ae8b60 Added go sdk as a dependency
  • 1ddba0c Allow manually triggering releases
  • ea19417 Also build for windows (#42)
  • 5d8613b Also on main branch
  • a168eec Build 32 bit Windows (#47)
  • 82438b9 Bump github.com/databrickslabs/terraform-provider-databricks (#1)
  • bb50563 Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#13)
  • 081f039 Bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0 (#16)
  • 192a790 Comment out flavor.go (#60)
  • 82e80bd Create dependabot.yml
  • 281f25a Don't depend on working directory in folders.FindDirWithLeaf (#54)
  • 5a55cad Ensure Go code is formatted (#37)
  • 32ae59c Experimental sync command
  • 836ab58 Fix flaky test TestDiff (#59)
  • 80a4c47 Fix lint error regarding struct with unexported fields (#38)
  • 31a841f Fix lint errors for unused functions (#36)
  • c00db56 Fix lint errors for using deprecated functionality (#35)
  • ec6c58f Fix relative path derivation if root path can be cleaned (#64)
  • f309f68 Fix release action and make sure to also build for Windows (#43)
  • f9b66b3 Make bricks sync feature work (#48)
  • 2e12a2a Make tests pass (#40)
  • 21bc774 Replace scim Me terraform call with go sdk (#46)
  • 96efd0e Replace terraform dependency with go sdk (#19)
  • a9a7672 Replaced usage of Cluster struct from terraform provider to ClusterInfo from go-sdk in config.go
  • 7cad8bd Respect project root in sync command (#63)
  • f70d42f Revert "Added go sdk as a dependency"
  • 5e2c588 Revert "Replaced usage of Cluster struct from terraform provider to ClusterInfo from go-sdk in config.go"
  • 9951068 Revert "Using go sdk for ./bricks fs ls DIR_NAME command"
  • 14a45e7 Run go mod tidy (#55)
  • 40194cc Scope snippets to Go (#51)
  • a7701cc Store project object in context.Context instead of global (#61)
  • a4430d1 Update README.md
  • d214f44 Use actions/setup-go@v3 with caching support (#41)
  • 6bcb33b Use env vars to read profile if databricks.yml is absent (#70)
  • 67b2e42 Use t.Setenv instead of custom implementation (#34)
  • 6217d20 Using go sdk for ./bricks fs ls DIR_NAME command
  • f070c24 Write default header only if DEFAULT section exists (#31)
  • ae2dc10 add some comments to commands package
  • 99ce4f7 added dummy wheel
  • b85e636 added essential Python metadata detection
  • d829ce3 fix release (#45)
  • 749da47 fix test on github actions
  • 515a693 interation on .tfstate sync stability
  • 06db837 local and remote .tfstate utilities
  • de8091c make readme prettier
  • 1b38687 more TODO's
  • 395a66e refresh build badge
  • 95a6893 rename internal/test to idiomatic testdata
  • bf801c2 run tests on push or PR
  • 0d76ab3 upload wheel to pep503-compatible DBFS path
  • 3907dcd wrap terraform execution PoC

v0.0.2

09 Sep 08:36
7e42819
Compare
Choose a tag to compare

Changelog

  • 457f3ad Add bricks configure command to bricks CLI (#18)
  • 6c28fc3 Add basic flavor skeleton
  • 30a7de6 Add more flags to configure command (#29)
  • 0ae8b60 Added go sdk as a dependency
  • 1ddba0c Allow manually triggering releases
  • ea19417 Also build for windows (#42)
  • 5d8613b Also on main branch
  • 7e42819 Build 32 bit Windows
  • 82438b9 Bump github.com/databrickslabs/terraform-provider-databricks (#1)
  • bb50563 Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#13)
  • 081f039 Bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0 (#16)
  • 82e80bd Create dependabot.yml
  • 5a55cad Ensure Go code is formatted (#37)
  • 32ae59c Experimental sync command
  • 80a4c47 Fix lint error regarding struct with unexported fields (#38)
  • 31a841f Fix lint errors for unused functions (#36)
  • c00db56 Fix lint errors for using deprecated functionality (#35)
  • f309f68 Fix release action and make sure to also build for Windows (#43)
  • 2e12a2a Make tests pass (#40)
  • 21bc774 Replace scim Me terraform call with go sdk (#46)
  • 96efd0e Replace terraform dependency with go sdk (#19)
  • a9a7672 Replaced usage of Cluster struct from terraform provider to ClusterInfo from go-sdk in config.go
  • f70d42f Revert "Added go sdk as a dependency"
  • 5e2c588 Revert "Replaced usage of Cluster struct from terraform provider to ClusterInfo from go-sdk in config.go"
  • 9951068 Revert "Using go sdk for ./bricks fs ls DIR_NAME command"
  • a4430d1 Update README.md
  • d214f44 Use actions/setup-go@v3 with caching support (#41)
  • 67b2e42 Use t.Setenv instead of custom implementation (#34)
  • 6217d20 Using go sdk for ./bricks fs ls DIR_NAME command
  • f070c24 Write default header only if DEFAULT section exists (#31)
  • ae2dc10 add some comments to commands package
  • 99ce4f7 added dummy wheel
  • b85e636 added essential Python metadata detection
  • d829ce3 fix release (#45)
  • 749da47 fix test on github actions
  • 515a693 interation on .tfstate sync stability
  • 06db837 local and remote .tfstate utilities
  • de8091c make readme prettier
  • 1b38687 more TODO's
  • 395a66e refresh build badge
  • 95a6893 rename internal/test to idiomatic testdata
  • bf801c2 run tests on push or PR
  • 0d76ab3 upload wheel to pep503-compatible DBFS path
  • 3907dcd wrap terraform execution PoC

v0.0.1

14 May 17:59
Compare
Choose a tag to compare

Changelog

  • 3d3b722 updated dependencies
  • 154fb8a added basic init command for databricks.yml
  • 77198bd added basic go mnemonics for vscode
  • 1029244 Added basic project configuration
  • 4e89550 moved commands to own packages
  • 3cc425f bring the artifact GPG signing
  • da41d3c s/run/launch/
  • 7b32ab1 Update downloads