Hi everyone,I do not want to use 4 DBU/h XS warehouse since I have very tiny data on the new startup. I want to create a minimal cluster and run it as the underlying SQL engine for my dashboard.Thanks.
Ah I've found the issue. There is one more diff:This is the new key-value for target schema: "schema": "dev", This is the old key-value for target schema: "target": "prod" After changing the key from "target" to "schema", the warning has gone....
I realized that creating pipeline button has changed. Databricks has brought new options to the create pipeline button. After selecting create etl option, the new json configuration is seen as the following:{
"development": true,
"continuous"...
Hi @Alberto_Umana,I provision it via UI. And, this is the json config of it:{
"id": "...",
"pipeline_type": "WORKSPACE",
"development": true,
"continuous": false,
"channel": "PREVIEW",
"libraries": [
...
],
"nam...