Hi team , I'm planning add couchbase integration to prefect. It provides a Prefect credentials block and a small connector around the official Couchbase Python SDK, so flows can store Couchbase connection details as a block and run common operations (upsert, get, remove, SQL++ query, ping) without hand-rolling SDK setup in every flow.
github.com/PrefectHQ/prefect/discussions/22616.
Does the integration needs to part of prefect repo or can we publish it from our account and create docs PR in prefect?