Matt Wong-Kemp
07/22/2020, 3:12 PMjosh
07/22/2020, 3:14 PMMatt Wong-Kemp
07/22/2020, 3:15 PMjosh
07/22/2020, 3:17 PMprefect agent start --env PREFECT__CONTEXT__MY_API="https..."
Matt Wong-Kemp
07/22/2020, 3:17 PMwith Flow('foo') as flow:
api = Parameter('endpoint')
with prefect.context(endpoint=api):
josh
07/22/2020, 3:19 PMMatt Wong-Kemp
07/22/2020, 3:20 PMPREFECT___CONTEXT___FOO_BAR_BAZ
is that FOO_BAR_BAZ
or foo_bar_baz
or either?josh
07/22/2020, 4:12 PMMatt Wong-Kemp
07/22/2020, 4:20 PMjosh
07/22/2020, 4:23 PMMatt Wong-Kemp
07/22/2020, 4:36 PM