Shreyansh Pandey
05/21/2020, 8:45 PMpython3 flow.py
(where flow.py
is the entry-point);
• this, in turn, calls flow.register()
which registers/updates the flow on upstream.
If that's that case, what would be the best way to accomplish the dynamic configuration of the Prefect API endpoint? (Env var, etc.) I understand that I can use PREFECT__CONTEXT__SECRET__<NAME>
to dynamically serialize secrets.Laura Lorenz (she/her)
05/21/2020, 9:12 PMprefect backend server
that should be PREFECT__SERVER__ENDPOINT
. Your CI/CD tool will also need to be able to authenticate to whatever backend for the Storage class you pick is as well (ex AWS if you pick s3).