neo4j-etl icon indicating copy to clipboard operation
neo4j-etl copied to clipboard

List schemas found

Open stuartlaurie opened this issue 5 years ago • 0 comments

When running ETL and getting the following - it would be useful to list the schemas found so it is easier to debug why it doesn't match

  • Skipping reading import options from file because file [] doesn't exist.

  • Creating RDBMS to CSV mappings...

  • Using database plugin for

  • Crawling schemas

  • Retrieving all schemas

  • Retrieving all catalogs

  • Processed 14 rows for <retrieveAllSchemas>

  • Retrieved 0 schemas

  • Total time taken for <crawlSchemas> - 00:00:00.177 hours

  • 99.4% - 00:00:00.176 - <retrieveSchemas>

  • 0.6% - 00:00:00.001 - <sortAndFilterSchemas>

  • Command failed due to error (SQLException: No matching schemas found). Rerun with --debug flag for detailed diagnostic information.

stuartlaurie avatar Mar 29 '19 18:03 stuartlaurie