Commits
Click on a commit to change the comparison rangeUse server base path configuration when creating internal client
The automations subsystem uses an in-memory client to make API calls to
perform orchestration actions. Prior to this commit the client did not
take into account the base path settings that are set with the
`PREFECT_SERVER_API_BASE_PATH` environment variable, which led to a 404
HTTP error, when the client was trying to make access resources through
REST API.
Closes #186672 months ago
by anton-daneyko-ultramarin Merge branch 'main' into fix-automation2 months ago
by desertaxle