Shreyas Goenka
9160a6e9ed
initialize dbfs client at root
2023-06-05 15:15:21 +02:00
Shreyas Goenka
08826094ce
added preallocation of size
2023-06-05 15:09:09 +02:00
Shreyas Goenka
265e517126
address comments 2
2023-06-05 15:07:08 +02:00
Shreyas Goenka
b048c8675d
address comments
2023-06-05 14:01:06 +02:00
Shreyas Goenka
fc7fbbec6f
-
2023-06-05 13:55:29 +02:00
Shreyas Goenka
8050dc524f
move sort outside
2023-06-05 13:53:38 +02:00
Shreyas Goenka
19a20512e9
comments
2023-06-05 13:49:33 +02:00
Shreyas Goenka
492382caa1
added resolvedbfs path func
2023-06-05 01:34:28 +02:00
Shreyas Goenka
a4879c0d91
added integration tests
2023-06-05 01:06:42 +02:00
Shreyas Goenka
b5f5f1103f
Add fs ls command for dbfs
2023-06-02 17:24:04 +02:00
shreyas-goenka
d52fc12644
Disable bricks fs and configure commands ( #320 )
...
## Changes
<!-- Summary of your changes that are easy to understand -->
## Tests
<!-- How is this tested? -->
2023-04-12 00:35:16 +02:00
shreyas-goenka
375eb1c502
Remove package project ( #321 )
...
## Changes
<!-- Summary of your changes that are easy to understand -->
This PR removes the project package and it's dependents in the bricks
repo
## Tests
<!-- How is this tested? -->
2023-04-11 16:59:27 +02:00
Pieter Noordhuis
a7701cc8f3
Store project object in context.Context instead of global ( #61 )
...
* Load project root from `BRICKS_ROOT` environment variable
* Rename project.Project -> project.Config
* Rename project.inner -> project.project
* Upgrade cobra to 1.5.0 for cmd.SetContext
2022-09-16 11:06:58 +02:00
shreyas-goenka
96efd0e2e4
Replace terraform dependency with go sdk ( #19 )
...
Issue: https://github.com/databricks/bricks/issues/17
`./bricks fs ls ...` command works
`./bricks launch ...` command works
Did not test other changes as the readme claims other commands don't
work anyways :) cc: @nfx
TODO left for this PR:
2. Replace terraform scim.Me once its there in go SDK
(https://github.com/databricks/databricks-sdk-go/issues/56 )
2022-09-07 11:55:59 +02:00
Shreyas Goenka
9951068c62
Revert "Using go sdk for ./bricks fs ls DIR_NAME command"
...
This reverts commit 6217d20e57
.
2022-09-01 13:42:34 +02:00
Shreyas Goenka
6217d20e57
Using go sdk for ./bricks fs ls DIR_NAME command
2022-08-31 19:31:58 +02:00
Serge Smertin
ae2dc104f9
add some comments to commands package
2022-05-20 20:43:29 +02:00
Serge Smertin
4e8955085e
moved commands to own packages
2022-05-14 19:54:35 +02:00