Commit 478eda0
authored
acc: remove BundleConfig feature (#4182)
## Changes
- Remove BundleConfig setting
(#2809) which allows
post-processing of databricks.yml
- Add bundle.name section to all config that need it explicitly.
## Why
It is not used outside of original 'name' use case and I don't think
that use case alone warrants the complexity.
This makes test runner simpler and understanding the test output
simpler. In particular line numbers in the output become correct. There
is also log noise that is removed.
Dynamically generated configs are useful sometimes, but that can be done
by a script, no need to support it on test runner level. Test runner can
provide input to configuration via EnvMatrix.1 parent ae7bead commit 478eda0
File tree
221 files changed
+520
-359
lines changed- acceptance
- bundle
- apps/app_yaml
- artifacts
- artifact_upload_for_volumes
- artifact_upload_for_workspace
- artifact_upload_with_no_library_reference
- artifacts_dynamic_version
- build_and_files_whl
- build_and_files
- glob_exact_whl
- globs_in_files_in_include
- issue_3109
- shell
- err-bash
- err-sh
- unique_name_libraries
- upload_multiple_libraries
- whl_change_version
- whl_dbfs
- whl_dynamic
- whl_explicit
- whl_implicit_custom_path
- whl_implicit_notebook
- whl_implicit
- whl_multiple
- whl_no_cleanup
- whl_prebuilt_multiple
- whl_prebuilt_outside_dynamic
- whl_prebuilt_outside
- whl_via_environment_key
- bundle_tag
- id
- url_ref
- url
- deployment/bind
- alert
- cluster
- dashboard
- recreation
- database_instance
- experiment
- job/job-abort-bind
- model-serving-endpoint
- registered-model
- schema
- sql_warehouse
- volume
- deploy
- experimental-python
- fail-on-active-runs
- python-notebook
- destroy/all-resources
- experimental/skip_name_prefix_for_schema
- generate
- dashboard_existing_id_not_found
- dashboard_existing_path_not_found
- lakeflow_pipelines
- includes/glob_in_root_path
- [abc]
- override
- clusters
- job_cluster_var
- job_cluster
- job_tasks
- pipeline_cluster
- paths/pipeline_root_path_doesnotexist
- resource_deps
- bad_ref_string_to_int
- bad_syntax
- create_error
- id_chain
- id_star
- job_tasks
- jobs_update_remote
- jobs_update
- missing_ingestion_definition
- missing_string_field
- non_existent_field
- pipelines_recreate
- present_ingestion_definition
- remote_app_url
- remote_pipeline
- resources_var_presets_implicit_deps
- resources_var_presets
- resources_var
- resources
- apps
- default_description
- update
- independent
- jobs
- big_id
- create-error
- instance_pool_and_node_type
- remote_add_tag
- remote_delete
- deploy
- destroy
- update_single_node
- update
- permissions
- apps
- current_can_manage
- other_can_manage
- clusters
- current_can_manage
- target
- database_instances/current_can_manage
- experiments/current_can_manage
- jobs
- current_can_manage
- current_is_owner
- empty_list
- other_can_manage
- other_is_owner
- viewers
- models/current_can_manage
- pipelines
- current_can_manage
- current_is_owner
- empty_list
- other_can_manage
- other_is_owner
- sql_warehouses/current_can_manage
- schemas
- recreate
- update
- volumes
- change-comment
- change-name
- change-schema-name
- remote-change-name
- remote-delete
- run_as
- run
- inline-script
- basic
- cwd
- databricks-cli
- profile-is-passed/from_flag
- target-is-passed
- default
- from_flag
- no-auth
- no-bundle
- no-separator
- no-state
- scripts
- basic
- no_content
- summary
- missing-libraries-file-path
- modified_status
- show-full-config
- sync
- dryrun
- telemetry
- deploy-artifact-path-type
- deploy-config-file-count
- deploy-error
- deploy-experimental
- deploy-mode
- deploy-no-uuid
- deploy-run-as
- deploy-target-count
- deploy-variable-count
- deploy-whl-artifacts
- deploy
- trampoline/warning_message_with_new_spark
- validate
- dashboard_defaults
- dashboard_required_name
- dashboard_required_warehouse_id
- definitions_yaml_anchors
- enum
- models/missing_name
- no_dashboard_etag
- permissions
- presets_max_concurrent_runs
- presets_tags
- required
- sync_patterns
- volume_defaults
- variables
- complex
- int
- prepend-workspace-var
- resolve-resources-fields
- volume_path
- invalid_file
- invalid_resource
- invalid_root
- invalid_state
- valid
- internal
- selftest/bundleconfig
- different_target
- disabled1
- disabled2
- empty
- matching
- override
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
221 files changed
+520
-359
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
548 | 546 | | |
549 | 547 | | |
550 | 548 | | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | 549 | | |
564 | 550 | | |
565 | 551 | | |
| |||
1378 | 1364 | | |
1379 | 1365 | | |
1380 | 1366 | | |
1381 | | - | |
1382 | | - | |
1383 | | - | |
1384 | | - | |
1385 | | - | |
1386 | | - | |
1387 | | - | |
1388 | | - | |
1389 | | - | |
1390 | | - | |
1391 | | - | |
1392 | | - | |
1393 | | - | |
1394 | | - | |
1395 | | - | |
1396 | | - | |
1397 | | - | |
1398 | | - | |
1399 | | - | |
1400 | | - | |
1401 | | - | |
1402 | | - | |
1403 | | - | |
1404 | | - | |
1405 | | - | |
1406 | | - | |
1407 | | - | |
1408 | | - | |
1409 | | - | |
1410 | | - | |
1411 | | - | |
1412 | | - | |
1413 | | - | |
1414 | | - | |
1415 | | - | |
1416 | | - | |
1417 | | - | |
1418 | | - | |
1419 | | - | |
1420 | | - | |
1421 | | - | |
1422 | | - | |
1423 | | - | |
1424 | | - | |
1425 | | - | |
1426 | | - | |
1427 | | - | |
1428 | | - | |
1429 | | - | |
1430 | | - | |
1431 | | - | |
1432 | | - | |
1433 | | - | |
1434 | | - | |
1435 | | - | |
1436 | | - | |
1437 | | - | |
1438 | | - | |
1439 | | - | |
1440 | | - | |
1441 | | - | |
1442 | | - | |
1443 | | - | |
1444 | | - | |
1445 | | - | |
1446 | | - | |
1447 | | - | |
1448 | | - | |
1449 | | - | |
1450 | | - | |
1451 | | - | |
1452 | 1367 | | |
1453 | 1368 | | |
1454 | 1369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
0 commit comments