-
Notifications
You must be signed in to change notification settings - Fork 111
Replace terraform dependency with go sdk #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
bb3047a
First commit
shreyas-goenka fba7a5b
WIP
shreyas-goenka 227a64a
Removed isolation soft implementation, and migrated to go sdk for lau…
shreyas-goenka 6a28593
replaces repos API with go sdk in sync.go
shreyas-goenka 195f713
Replaced dbfs api calls in wheel.go (still some todos here)
shreyas-goenka c80509c
replaced dbfs api uses in python wheel and tf state runner with the g…
shreyas-goenka 8ff7ac7
Creating workspace client on init now
shreyas-goenka f893c62
ls command now uses the preexisting workspace client, and works
shreyas-goenka b26bb6c
added old version of development cluster implementation, kept around …
shreyas-goenka 1a8faab
renamed workspaceClient to wsc
shreyas-goenka 8b04f0f
cleaned comments from go.mod
shreyas-goenka bf616e8
Moved GetAllRepos to utilities and created issue to move it to go sdk
shreyas-goenka bd497ea
Pull in remote changes
shreyas-goenka a1c0452
updated git version to 1.18 in github workflows
shreyas-goenka 45dcc6f
added checkout submodules to push github action
shreyas-goenka 2f6322b
deco github token
shreyas-goenka fcc9f65
removed comment explaining why go versoin 1.18 is needed
shreyas-goenka ae45f79
converted first word of error message to lower case
shreyas-goenka 1599a68
ran gofmt -s -w .
shreyas-goenka c27bb4e
Added equivalent issues in bricks to track utility function replaceme…
shreyas-goenka e775b4a
made 1e6 a named constant
shreyas-goenka 656d21b
Added close api call for dbfs and linked documentation next to the he…
shreyas-goenka 052ba4f
removed question wala comment
shreyas-goenka e515a2b
moved close call outside loop
shreyas-goenka 1a61417
pulled in the latest databricks-sdk-go
shreyas-goenka fd9635d
Merge remote-tracking branch 'origin' into use-go-sdk
shreyas-goenka 3f3a22f
ran go mod tidy
shreyas-goenka 85b47cb
Merge remote-tracking branch 'origin' into use-go-sdk
shreyas-goenka dd6dacb
making build pass after serge's consistancy changes
shreyas-goenka 793ac56
fetching the latest staticcheck to fix build workflow
shreyas-goenka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| [submodule "ext/databricks-sdk-go"] | ||
| path = ext/databricks-sdk-go | ||
| url = git@github.com:databricks/databricks-sdk-go.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule databricks-sdk-go
added at
9e9cc8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.