databricks-cli/acceptance/bundle
Andrew Nester 41961226be
Switch to use GET workspaces-files/{name} instead of workspace/export for state files (#2423)
## Changes
Switch to use GET workspaces-files/{name} instead of workspace/export
for state files.

## Why
`/api/2.0./workspaces-files/{name}` has a higher limit which allows to
export state files larger than 10 MBs (which is the current limit for
`workspace/export`). We don't use the same API for read in other places
and fully replacing existing Filer because it doesn't correct get the
file content for notebooks and returns "File Not Found" error instead.

## Tests
All existing tests pass
2025-03-04 15:03:51 +00:00
..
apps Added a warning when `config` section is used in apps (#2416) 2025-03-03 16:40:28 +00:00
artifacts acc: Prevent regex in test.toml from consuming too much (#2417) 2025-03-03 12:55:52 +00:00
debug Remove bundle.{Parallel,ReadOnlyBundle} (#2414) 2025-03-03 13:35:36 +00:00
generate/git_job acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00
git-permerror Always print warnings and errors; clean up format (#2213) 2025-02-07 11:29:40 +00:00
help acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00
includes Update warning for includes outside root to only mention databricks.yml (#2411) 2025-03-03 09:21:39 +00:00
libraries acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00
override acc: Use [VARNAME] instead of $VARNAME (#2282) 2025-02-03 14:10:19 +00:00
paths acc: Use [VARNAME] instead of $VARNAME (#2282) 2025-02-03 14:10:19 +00:00
quality_monitor acc: Use [VARNAME] instead of $VARNAME (#2282) 2025-02-03 14:10:19 +00:00
scripts acc: enable bundle/scripts on cloud (#2313) 2025-02-07 17:42:47 +00:00
state Switch to use GET workspaces-files/{name} instead of workspace/export for state files (#2423) 2025-03-04 15:03:51 +00:00
syncroot acc: Use [VARNAME] instead of $VARNAME (#2282) 2025-02-03 14:10:19 +00:00
templates acc: Include full output for default-python/classic (#2391) 2025-02-27 10:16:06 +00:00
templates-machinery acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00
trampoline acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00
undefined_resources Migrate bundle/tests/undefined_resources_test.go to acceptance test (#2106) 2025-01-09 15:21:24 +00:00
variables Add warning when variable interpolation is used for auth fields (#2399) 2025-02-27 15:58:48 +00:00
test.toml acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00