Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentclaes committed Dec 14, 2020
1 parent a33b1fa commit c498821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Ideas to be implemented can be found [below](#ideas)
See the full code of the example [here](https://github.com/vincentclaes/datajob/tree/main/examples/data_pipeline_simple)

**We have 3 scripts that we want to orchestrate sequentially and in parallel on AWS using Glue and Step Functions**.
<br/>The definition of our pipeline can be found in `examples/data_pipeline_simple/datajob_stack.py`, and here below:

The definition of our pipeline can be found in `examples/data_pipeline_simple/datajob_stack.py`, and here below:

from datajob.datajob_stack import DataJobStack
from datajob.glue.glue_job import GlueJob
Expand Down

0 comments on commit c498821

Please sign in to comment.