You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for pipeline environment field (#3153)
## Changes
Added support for pipeline `environment` field
## Why
This allows setting libraries as dependencies for pipeline serverless
environments in the form of
```
pipelines:
test_pipeline:
name: "Test Pipeline"
environment:
dependencies:
- "dist/*.whl"
```
## Tests
Added an acceptance test
<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
* Fixed an issue where running `databricks auth login` would remove the `cluster_id` field from profiles in `.databrickscfg`. The login process now preserves the `cluster_id` field. ([#2988](https://github.com/databricks/cli/pull/2988))
12
12
13
13
### Bundles
14
+
* Added support for pipeline environment field ([#3153](https://github.com/databricks/cli/pull/3153))
14
15
* "bundle summary" now prints diagnostic warnings to stderr ([#3123](https://github.com/databricks/cli/pull/3123))
0 commit comments