Hi all - question about disabling Prefect.
I have a script start.py. There are two execution cases:
1. Automated execution per deployment that I have set up, and
2. Manual execution from linux CLI e.g. python start.py
In Case 2, I would like to disable Prefect, meaning I'd like the code to execute as if there were no @flow and @task decorators.
Is there a convenient way to do this?
I have through the docs and searched on the galactic interweb, but to no avail.
Any suggestions / ideas would be much appreciated.
Rgs,
Mike