Skip to content

Source MySQL: different schemas with same prefix and same tables #18042

Open
@carlonuccio

Description

@carlonuccio

Tell us about the problem you're trying to solve

We've more than 1k schemas with same prefix and same tables on a MySQL instance. So now, we need to declare each source airbyte connection for each schema. Example:

| prefix_schema1
| --- table1
| --- table2
| prefix_schema2
| --- table1
| --- table2

Describe the solution you’d like

It could be useful to have a unique source definition to query all schemas.

Describe the alternative you’ve considered or used

I'm considering to use rest api to create dynamic source connections

Additional context

Are you willing to submit a PR?

Yes

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions