Skip to content

Commit

Permalink
HCK-7642 (#138)
Browse files Browse the repository at this point in the history
* HCK-7642: Create script generation

* HCK-7642: add alter support

* HCK-7642: update alter script generation

* HCK-7642: small improvements

* HCK-7642: fix code smells

* HCK-7642: fix second comment

* HCK-7642: change type to block

* HCK-7642: fix formatting & target lag

* HCK-7642: add warehouse to dynamic table template
  • Loading branch information
Nightlngale authored Aug 23, 2024
1 parent 831eaba commit 8ef92a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forward_engineering/configs/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
'\t${name}\n' +
'${column_definitions}' +
'${targetLag}' +
'${warehouse}' +
'${refreshMode}' +
'${initialize}' +
'${clusterKeys}' +
Expand Down

0 comments on commit 8ef92a1

Please sign in to comment.