Skip to content

Commit

Permalink
Enceladus mapping script: Skipping prefixes printed at the start of t…
Browse files Browse the repository at this point in the history
…he script
  • Loading branch information
dk1844 committed Nov 27, 2023
1 parent aad5a8b commit 8d0e520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/migration/dataset_paths_to_ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def run(parsed_args: argparse.Namespace):

print('Menas mongo ECS paths mapping')
print('Running with settings: dryrun={}, verbose={}'.format(dryrun, verbose))
print('Skipping prefixes: {}'.format(skip_prefixes))
print("Using mapping service at: {}".format(mapping_service))
print(' target connection-string: {}'.format(target_conn_string))
print(' target DB: {}'.format(target_db_name))
Expand Down

0 comments on commit 8d0e520

Please sign in to comment.