mirror of https://github.com/databricks/cli.git
f2dee890b8
## Summary Simplifies template by using the periodic trigger syntax instead of the cron schedule syntax. Periodic triggers are simpler to configure, simpler to read, and make sure that workloads are spread out through the day. We only recommend cron syntax for advanced cases or when more control is needed. ## Testing * Templates validation via unit tests * Manual validation that the new triggers work as expected in dev/prod |
||
---|---|---|
.. | ||
library | ||
template | ||
README.md | ||
databricks_template_schema.json |
README.md
dbt template
This folder provides a template for using dbt-core with Databricks Asset Bundles. It leverages dbt-core for local development and relies on Databricks Asset Bundles for deployment (either manually or with CI/CD). In production, dbt is executed using Databricks Workflows.
- Learn more about the dbt and its standard project structure here: https://docs.getdbt.com/docs/build/projects.
- Learn more about Databricks Asset Bundles here: https://docs.databricks.com/en/dev-tools/bundles/index.html