Removing Scheduled Jobs After Clone
Summary:
We currently have several pipelines scheduled using Jobs that run periodically (Hourly / Daily / Weekly). We would like to automate cloning of our PRODUCTION down to a lower environment, however, it clones the scheduled jobs as well.
Most of these are using 3rd party REST API connections / Data Integration connections, which when cloned do not copy credentials. This actually benefits us as we wouldn't want them running anyway. However, we still get failure emails and some of those are going to end users. It's basically just an annoyance, especially to end users as they have to pay attention to the URL in the failure email.
0