From a33b1fa29102007eea00cfd2661b51cbb9c3b0cc Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 14 Dec 2020 21:27:13 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1086a7b..8957c24 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,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**. -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