vincentclaes / datajob

Build and deploy a serverless data pipeline on AWS with no effort.
https://pypi.org/project/datajob/
Apache License 2.0
110 stars 19 forks source link

implement a notification notification="some-email@domain.com" to the stepfunctionsworkflow #71

Closed vincentclaes closed 3 years ago

vincentclaes commented 3 years ago
    # We instantiate a step functions workflow and orchestrate the glue jobs.
    with StepfunctionsWorkflow(datajob_stack=datajob_stack, name="workflow", notification="some-email...") as sfn:
        task1 >> task2