Skip to content

Commit

Permalink
chore: test pipeline on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
rafoolin committed Dec 20, 2023
1 parent 78b1c95 commit 509e680
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import etl.transform.sdg_transformer as sdg_t
from etl.load import loader


class Pipeline:
def __extract(self):
"""
Expand Down Expand Up @@ -139,6 +140,7 @@ def run_pipeline(self):
)

return



if __name__ == "__main__":
Pipeline().run_pipeline()

0 comments on commit 509e680

Please sign in to comment.