Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong source configuration class #54

Open
a-legrand opened this issue Jan 25, 2024 · 0 comments
Open

Wrong source configuration class #54

a-legrand opened this issue Jan 25, 2024 · 0 comments

Comments

@a-legrand
Copy link

Hello!

I have different sources types in my Airbyte
When getting them using sources.list_sources or sources.get_source all configurations are encapsulating in SourceAirtable class

Example here printing a source, you can see source_type is postgres, but configuration is wrong, I expect SourcePostgres

SourceResponse(configuration=SourceAirtable(credentials=None, SOURCE_TYPE=<SourceAirtableAirtable.AIRTABLE: 'airtable'>), name='my postgres', source_id='XXX', source_type='postgres', workspace_id='YYY')

NB: the API returns correct configuration data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant