Unverified Commit c79935e0 authored by Alagappan's avatar Alagappan Committed by GitHub

fix: Update postgres_sample_dag to set table extract job as upstream for...

fix: Update postgres_sample_dag to set table extract job as upstream for elastic search publisher (#340)
Signed-off-by: 's avatarAlagappan Sethuraman <alagappan.als@gmail.com>
parent 804b20cf
......@@ -170,3 +170,6 @@ with DAG('amundsen_databuilder', default_args=default_args, **dag_args) as dag:
task_id='create_es_publisher_sample_job',
python_callable=create_es_publisher_sample_job
)
# elastic search update run after table metadata has been updated
create_table_extract_job >> create_es_index_job
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment