Please share your experiences wrt orchestrating jobs run through various tools and programmatic interfaces to load data to Snowflake-
- python scripts in Ec2 instances. currently scheduled using crontab.
- tasks in snowflake
- Alteryx workflows
Are there any tools with sophisticated UI to create job workflows with dependencies? The workflow can have - python script followed by a task Alteryx workflow followed by a python script and then a task
If any job fails then it should send emails to the team.
- Thanks