Skip to content

Commit

Permalink
Remove property USE_CATALOG_AS_CLUSTER_NAME that is throwing an error…
Browse files Browse the repository at this point in the history
… on sample oracle metadata extractor. (amundsen-io#1506)

Signed-off-by: Savio Teles <savioteles@gmail.com>
  • Loading branch information
savioteles authored Sep 29, 2021
1 parent 261e348 commit 635723b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion databuilder/example/scripts/sample_oracle_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def run_oracle_job():

job_config = ConfigFactory.from_dict({
f'extractor.oracle_metadata.{OracleMetadataExtractor.WHERE_CLAUSE_SUFFIX_KEY}': where_clause_suffix,
f'extractor.oracle_metadata.{OracleMetadataExtractor.USE_CATALOG_AS_CLUSTER_NAME}': True,
f'extractor.oracle_metadata.extractor.sqlalchemy.{SQLAlchemyExtractor.CONN_STRING}': connection_string(),
f'loader.filesystem_csv_neo4j.{FsNeo4jCSVLoader.NODE_DIR_PATH}': node_files_folder,
f'loader.filesystem_csv_neo4j.{FsNeo4jCSVLoader.RELATION_DIR_PATH}': relationship_files_folder,
Expand Down

0 comments on commit 635723b

Please sign in to comment.