Really loving Airbyte so far, thanks for the great product and even better community support!
I'm working on a less straightforward use case and would love some advice on if there's a good pattern for supporting it (or if it's not a good fit!). We have an application that
lets users pull data, then we build visualizations on top of this data for each customer. We're currently handling the integrations via custom code (no tap or other services), which lets us easily append customer specific data (eg: our internal customer id).
I'm trying to figure out if there's a good way to integrate Airbyte in a similar way that supports a self sign up flow.
I think there's an alpha API which lets me programmatically create configurations, but is there an easy way for me to either: Add custom data to each integration event or assign a raw table name ahead of time so I can map it to a specific customer in our system? I was thinking I could probably modify an existing connector, but I'm wondering if I'm missing an easier way to handle this.