jack
03/22/2023, 8:45 PMon_completion
flow callback?account_id
and workspace_id
seem like the hard parts. From those I could construct the flow run url.redsquare
03/22/2023, 9:41 PMjack
03/22/2023, 10:23 PMSettingsContext
that will provide workspace_id
and account_id
? I am not seeing them.from prefect.context import get_settings_context()
get_settings_context().settings.PREFECT_API_URL
The `PREFECT_API_URL`contains within it the account_id and the workspace_id