I'd also like feedback on another issue I ran into...
# prefect-contributors
m
I'd also like feedback on another issue I ran into, detailed in this comment: https://github.com/PrefectHQ/prefect/issues/4049#issuecomment-847407701 TLDR: more non-configurable behavior for different deployment styles of Prefect Server. This time it's preventing the initialization of a tenant at a Prefect API endpoint other than
localhost
— specifically because the Prefect Client is only written to use the Cloud configuration, even when
prefect backend server
is specified. A potential fix would have the Client read the backend configuration and adjust its initialization accordingly.
z
I've responded there; we'd appreciate a contribution that fixes this.