Closed
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