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
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ Before deploying, ensure you have:
28
28
-`stage_analytics` (pre-production)
29
29
-`prod_analytics` (production)
30
30
31
+
> **Before you start**: Update the `workspace.host` in `databricks.yml` — replace `your-workspace.cloud.databricks.com` with your actual Databricks workspace URL (find it in your browser when logged in).
32
+
31
33
### Quick Deploy
32
34
33
35
```bash
@@ -206,3 +208,13 @@ See the pipeline notebooks in `src/pipelines/` for examples.
- [CI/CD on Databricks](https://docs.databricks.com/aws/en/dev-tools/ci-cd)
211
+
212
+
---
213
+
214
+
## About This Repository
215
+
216
+
This project is a pre-generated example from [databricks-bundle-template](https://github.com/vmariiechko/databricks-bundle-template).
217
+
It is periodically regenerated when the template is updated.
218
+
219
+
- To report issues with the bundle structure or configuration: open an issue in the **[template repo](https://github.com/vmariiechko/databricks-bundle-template/issues)**
220
+
- This repository is not intended for direct contribution — fix the template, then regenerate
0 commit comments