Skip to content

Commit

Permalink
HCK-8174: latest options for tables (#155)
Browse files Browse the repository at this point in the history
* feat: extended the config with relevant props

* chore: granular lodash

* chore: direct lodash method

* feat: added missing options to FE script

* fix: removed redundant param

---------

Co-authored-by: Vitalii Yarmus <[email protected]>
  • Loading branch information
chulanovskyi-bs and Vitalii4as authored Sep 26, 2024
1 parent e994acd commit d65447d
Show file tree
Hide file tree
Showing 6 changed files with 458 additions and 73 deletions.
9 changes: 9 additions & 0 deletions forward_engineering/configs/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,21 @@ module.exports = {
'${warehouse}' +
'${externalVolume}' +
'${catalog}' +
'${catalogTableName}' +
'${catalogNamespace}' +
'${catalogSync}' +
'${metadataFilePath}' +
'${replaceInvalidCharacters}' +
'${autoRefresh}' +
'${storageSerializationPolicy}' +
'${baseLocation}' +
'${refreshMode}' +
'${initialize}' +
'${clusterKeys}' +
'${dataRetentionTime}' +
'${maxDataExtensionTime}' +
'${changeTracking}' +
'${defaultDdlCollation}' +
'${copyGrants}' +
'${comment}' +
'${tagsStatement}' +
Expand Down
Loading

0 comments on commit d65447d

Please sign in to comment.