Skip to content

Add to ConnectorSpecification a Features map to declare what they support #4157

Closed
@ChristopheDuong

Description

Tell us about the problem you're trying to solve

We've been adding supportsXXX flags in the ConnectorSpecification object of the Airbyte protocol:

Describe the solution you’d like

We can refactor these into a single map of supported features where the key would be the feature name it supports and the value would be the boolean.

It would make it easier to add feature flags without having to modify the protocol?

Describe the alternative you’ve considered or used

Individual supportsXXX flags

Additional context

#4031 (review)

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