Skip to content

Commit

Permalink
Update run_pipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiverse01 authored Jul 29, 2024
1 parent 19043d2 commit 34bc56d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/run_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Script to run the TFX pipeline."""

from tfx.orchestration.local import LocalDagRunner
from pipeline.pipeline import create_pipeline

if __name__ == '__main__':
from tfx.orchestration.local import local_dag_runner
local_dag_runner.LocalDagRunner().run(create_pipeline())
LocalDagRunner().run(create_pipeline())

0 comments on commit 34bc56d

Please sign in to comment.