Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
murilobellatini authored Sep 8, 2020
1 parent 23d11b1 commit d13a6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/docker-volume/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

if __name__ == "__main__":
spark = create_pyspark_session()
ingest_data(s3_paths, spark)
ingest_data(raw_data_s3_paths, spark)
create_trusted_order(spark)
create_trusted_order_items(spark)
create_trusted_status(spark)
create_trusted_status(spark)

0 comments on commit d13a6e4

Please sign in to comment.