We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aeacf2 commit 9bfe023Copy full SHA for 9bfe023
components/databricks/actions/edit-sql-warehouse/edit-sql-warehouse.mjs
@@ -154,7 +154,9 @@ export default {
154
value,
155
}));
156
if (tagArray.length) {
157
- payload.tags = { custom_tags: tagArray };
+ payload.tags = {
158
+ custom_tags: tagArray,
159
+ };
160
}
161
if (this.warehouseType !== undefined) payload.warehouse_type = this.warehouseType;
162
if (this.spotInstancePolicy !== undefined) {
0 commit comments