Jackson Nguyen
01/07/2025, 9:47 PMMarvin
01/07/2025, 9:47 PMget
, set
, and unset
. These methods can be used synchronously in a standard Python context or asynchronously in an asynchronous context.
Environment variables in Prefect are prefixed with PREFECT_
and take precedence over other configuration sources, making them useful for temporary overrides or session-specific settings.
For more details, you can refer to the Prefect documentation on variables and settings and profiles.