We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26c2fb commit 4ea477dCopy full SHA for 4ea477d
centralized_metadata/ocrmypdf_processing_dag.py
@@ -148,4 +148,4 @@ def move_processed_pdfs(**context):
148
dag=DAG,
149
)
150
151
-RUN_OCR >> MOVE_PROCESSED_FILES
+RUN_OCR.set_downstream(MOVE_PROCESSED_FILES)
0 commit comments