- 497 Views
- 1 replies
- 1 kudos
Hi everyone,I have a question about the best practice for organizing Databricks Asset Bundles.I have multiple projects, and each project has its own notebooks and jobs.Is it recommended to:create a single bundle that includes all projects, orcreate a...
- 497 Views
- 1 replies
- 1 kudos
Latest Reply
You can create Bundles that are decoupled by domain, managed via multi target declarations within configuration and also driven by immutable, versioned artifacts stored securely within Unity Catalog Volumes. You can rely on explicit CI/CD gating and ...
by
wrosa
• New Contributor
- 2603 Views
- 9 replies
- 0 kudos
Hi @Hubert-Dudek I am getting following error: METRIC_VIEW_WINDOW_FUNCTION_NOT _SUPPORTED The metric view is not allowed to use window function (...) With the following definition:- name: Sales net Total- expr: SUM(MEASURE(`Sales net`)) OVER())Howeve...
- 2603 Views
- 9 replies
- 0 kudos
Latest Reply
The error occurs as nesting a window measure inside another window measure exceeds the functional boundaries
8 More Replies