Skip to content

Commit 9bfe023

Browse files
committed
create and edit sql warehouse fixes
1 parent 2aeacf2 commit 9bfe023

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/databricks/actions/edit-sql-warehouse/edit-sql-warehouse.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ export default {
154154
value,
155155
}));
156156
if (tagArray.length) {
157-
payload.tags = { custom_tags: tagArray };
157+
payload.tags = {
158+
custom_tags: tagArray,
159+
};
158160
}
159161
if (this.warehouseType !== undefined) payload.warehouse_type = this.warehouseType;
160162
if (this.spotInstancePolicy !== undefined) {

0 commit comments

Comments
 (0)