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
name: Bug report for direct deployment engine for DABs
3
+
about: Use this to report an issue with direct deployment engine in Databricks Asset Bundles.
4
+
labels: DABs engine/direct Bug
5
+
title: ''
6
+
---
7
+
8
+
### Describe the issue
9
+
A clear and concise description of what the issue is
10
+
11
+
### Configuration
12
+
Please provide a minimal reproducible configuration for the issue
13
+
14
+
### Steps to reproduce the behavior
15
+
Please list the steps required to reproduce the issue, for example:
16
+
1. Run `databricks bundle deploy ...`
17
+
2. Run `databricks bundle run ...`
18
+
3. See error
19
+
20
+
### Expected Behavior
21
+
Clear and concise description of what should have happened
22
+
23
+
### Actual Behavior
24
+
Clear and concise description of what actually happened
25
+
26
+
### OS and CLI version
27
+
Please provide the version of the CLI (eg: v0.1.2) and the operating system (eg: windows). You can run databricks --version to get the version of your Databricks CLI
28
+
29
+
### Is this a regression?
30
+
Did this work in a previous version of the CLI? If so, which versions did you try?
31
+
32
+
### Detailed plan
33
+
34
+
If relevant, please provide redacted output of `bundle plan -o json -t <your target>`. The plan includes reasons for a given action per resource.
35
+
36
+
### Debug Logs
37
+
Output logs if you run the command with debug logs enabled. Example: databricks bundle deploy --log-level=debug. Redact if needed
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
@@ -10,5 +10,6 @@
10
10
11
11
### Bundles
12
12
* Add support for alerts to DABs ([#4004](https://github.com/databricks/cli/pull/4004))
13
+
* Allow `file://` URIs in job libraries to reference runtime filesystem paths (e.g., JARs pre-installed on clusters via init scripts). These paths are no longer treated as local files to upload. ([#3884](https://github.com/databricks/cli/pull/3884))
0 commit comments