Shreyas Goenka
dd9442ef1a
Merge remote-tracking branch 'origin' into fs-rm
2023-06-06 01:17:07 +02:00
shreyas-goenka
ae10419eb8
Add fs cat command for dbfs files ( #430 )
...
## Changes
TSIA
## Tests
Manually and integration tests
2023-06-06 01:16:23 +02:00
Shreyas Goenka
b64b7ab1a7
-
2023-06-05 17:48:21 +02:00
shreyas-goenka
6ff00122ad
Add fs ls command for dbfs ( #429 )
...
## Changes
1. Adds fs ls command
2. Adds ability to define multiple templates
## Tests
Manually and integration tests
2023-06-05 17:41:30 +02:00
Shreyas Goenka
25aa5b667c
-
2023-06-05 15:42:56 +02:00
Shreyas Goenka
4b8f5746ef
Merge branch 'fs-ls' into fs-rm
2023-06-05 15:42:09 +02:00
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
54a6602aae
Add fs rm command for dbfs
2023-06-05 03:07:19 +02:00
Shreyas Goenka
492382caa1
added resolvedbfs path func
2023-06-05 01:34:28 +02:00
Shreyas Goenka
2706bebb38
lint
2023-06-05 01:10:15 +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
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
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