Skip to content

Wrong source configuration class #54

Open
@a-legrand

Description

@a-legrand

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions