Skip to content

Commit

Permalink
new table naming strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-viegas committed Oct 29, 2019
1 parent 1e0373c commit 76acf03
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 328 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ const storeLoaderService = (config) => {
const load = (app, entity, environment, bucket, callback) => {
logger.info("[storeLoaderService|load|in] (%s,%s)", environment, bucket);
try{
let table = commons.getTableNameV3(app , entity , environment);
let table = commons.getTableNameV4(app , entity , environment);
let folder = `${entity}/${environment}`;

handleDataDescriptorFile(bucket, folder)
Expand Down

0 comments on commit 76acf03

Please sign in to comment.