Skip to content

Commit 7f65a43

Browse files
authored
Add issue template for direct engine (#4060)
Clone of dabs-issue.md
1 parent 09225c3 commit 7f65a43

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
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

0 commit comments

Comments
 (0)