Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmassen-hane committed Aug 8, 2023
1 parent e271745 commit df21139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions academic_observatory_workflows/workflows/pubmed_telescope.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from Bio.Entrez.Parser import StringElement, ListElement, DictionaryElement, OrderedListElement, ValidationError

from airflow import AirflowException
from airflow.operators.dummy import DummyOperator
from airflow.operators.empty import EmptyOperator
from airflow.models.taskinstance import TaskInstance

from academic_observatory_workflows.config import schema_folder as default_schema_folder, Tag
Expand Down Expand Up @@ -375,7 +375,7 @@ def __init__(

# The last task that the next DAG run's ExternalTaskSensor waits for.
self.add_operator(
DummyOperator(
EmptyOperator(
task_id=external_task_id,
)
)
Expand Down

0 comments on commit df21139

Please sign in to comment.