Airbyte connection ID or URL in Airbyte asset metadata #19051
stevenmurphy12
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to have an Airbyte connection ID or URL in the metadata (along with the existing
table_schema
shown below)The idea here is that I can click on the asset, look at the metadata and identify exactly what connection it pertains to.
I realise it may not be possible to build a URL. In my case I'm running Dagster in Kubernetes and Dagster is connected to Airbyte through a cluster local service address, this won't be accessible to users, they go through an ingress. If there was a some sort of
connection_url_metadata
builder in which I had access to the connection metadata (specifically the workspace ID and connection ID), that would be very helpful.Beta Was this translation helpful? Give feedback.
All reactions