Skip to content

Commit

Permalink
HCK-78094: add missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale committed Sep 20, 2024
1 parent e4811b5 commit 5f53647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forward_engineering/helpers/tableHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = app => {
}

const getDynamicTableProps = ({
iceberg,
tableData,
transient,
tagsStatement,
Expand Down Expand Up @@ -90,6 +91,7 @@ module.exports = app => {

return {
targetLag: getTargetLag(targetLag),
iceberg: iceberg ? ' ICEBERG' : '',
warehouse: warehouse ? `WAREHOUSE = ${warehouse}\n` : '',
selectStatement: selectStatement ? getSelectStatement(selectStatement) : '',
externalVolume: externalVolume ? `EXTERNAL_VOLUME = '${externalVolume}'\n` : '',
Expand Down

0 comments on commit 5f53647

Please sign in to comment.