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 4a8f70a commit e8b3252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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**.
**We have 3 scripts that we want to orchestrate sequentially and in parallel on AWS using Glue and Step Functions**.
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
Expand Down Expand Up @@ -74,7 +74,7 @@ The definition of our pipeline can be found in `examples/data_pipeline_simple/da
[task1, task2] >> task3


## Deploy, run and destroy
## Deploy, Run and Destroy

Set the aws account number and the profile that contains your aws credentials (`.aws/credentials`) as environment variables:

Expand Down

0 comments on commit e8b3252

Please sign in to comment.