Skip to content

Commit 4d69fda

Browse files
committed
Initial release: pre-generated from databricks-bundle-template v1.3.0
Full environment setup (user/stage/prod), classic compute, GitHub Actions CI/CD, AWS OAuth M2M authentication, no RBAC configured. Generated with scripts/regenerate-example.sh.
1 parent 2c00cb2 commit 4d69fda

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Before deploying, ensure you have:
2828
- `stage_analytics` (pre-production)
2929
- `prod_analytics` (production)
3030

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+
3133
### Quick Deploy
3234

3335
```bash
@@ -206,3 +208,13 @@ See the pipeline notebooks in `src/pipelines/` for examples.
206208
- [Databricks Asset Bundles](https://docs.databricks.com/aws/en/dev-tools/bundles)
207209
- [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/ldp/)
208210
- [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

bundle_init_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"_template_version": "1.3.0",
23
"_comment": "Configuration values used to generate this project with 'databricks bundle init'",
34
"project_name": "my_data_project",
45
"environment_setup": "full",

0 commit comments

Comments
 (0)