Skip to content

Commit

Permalink
fix: Update postgres_sample_dag to set table extract job as upstream …
Browse files Browse the repository at this point in the history
…for elastic search publisher (#340)

Signed-off-by: Alagappan Sethuraman <alagappan.als@gmail.com>
  • Loading branch information
Alagappan committed Aug 19, 2020
1 parent 804b20c commit c79935e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/dags/postgres_sample_dag.py
Expand Up @@ -170,3 +170,6 @@ def create_es_publisher_sample_job():
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

0 comments on commit c79935e

Please sign in to comment.