Skip to content

Commit

Permalink
standardize record sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Jul 20, 2023
1 parent 353e9d3 commit a772960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Neptune-Gremlin",
"version": "0.1.6",
"versionDate": "2022-05-27",
"version": "0.1.7",
"versionDate": "2022-07-20",
"author": "hackolade",
"engines": {
"hackolade": "4.2.10",
Expand Down
4 changes: 2 additions & 2 deletions reverse_engineering/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = {
connection,
});
const labels = await query.getLabels();
logger.log('info', { labels, message: 'Labels got successfully' }, 'Get label names');
logger.log('info', { labels, message: 'Labels successfully rertieved' }, 'Get label names');

cb(null, [{
dbName: clusterInfo.name,
Expand Down Expand Up @@ -189,7 +189,7 @@ const getNodesData = async ({
const schema = getSchema(graphSons);
const template = [];

logger.progress({ message: `Data has successfully got`, containerName: dbName, entityName: labelName });
logger.progress({ message: `Data successfully retrieved`, containerName: dbName, entityName: labelName });

const packageData = getLabelPackage({
includeEmptyCollection: sampling.includeEmptyCollection,
Expand Down

0 comments on commit a772960

Please sign in to comment.