Skip to content

Commit

Permalink
Add missing config (amundsen-io#1466)
Browse files Browse the repository at this point in the history
Signed-off-by: Orion Delwaterman <delwaterman@gmail.com>
  • Loading branch information
delwaterman authored and Zachary Ruiz committed May 13, 2022
1 parent 2cedf94 commit 7f79ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databuilder/example/scripts/sample_postgres_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def create_es_publisher_sample_job(elasticsearch_index_alias='table_search_index
elasticsearch_new_index_key = 'tables' + str(uuid.uuid4())

job_config = ConfigFactory.from_dict({
'extractor.search_data.entity_type': 'table',
f'extractor.search_data.extractor.neo4j.{Neo4jExtractor.GRAPH_URL_CONFIG_KEY}': neo4j_endpoint,
f'extractor.search_data.extractor.neo4j.{Neo4jExtractor.MODEL_CLASS_CONFIG_KEY}': model_name,
f'extractor.search_data.extractor.neo4j.{Neo4jExtractor.NEO4J_AUTH_USER}': neo4j_user,
Expand Down

0 comments on commit 7f79ad8

Please sign in to comment.