You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@airbytehq/connector-operations the front-end needs to access the supportsDbt field for the ConnectionTransformationTab. It's currently reading this information from the DestinationDefinitionSpecificationRead model. This story should evolve to be:
Remove supportsDbt + supportNormalization from DestinationDefinitionSpecificationRead model
Expose supportsDbt + normalization in DestinationDefinitionRead model so that FE can read these field from the API
Change DestinationDefinitionsHandler to build DestinationDefinitionRead with these new fields
Change the logic in ConnectionTransformationTab to use the definition model and not the spec model.
No description provided.
The text was updated successfully, but these errors were encountered: