estuary / connectors

Connectors for capturing data from external data sources
Other
48 stars 13 forks source link

materializations: update error message for unsupported column types #1680

Closed williamhbaker closed 3 months ago

williamhbaker commented 3 months ago

Description:

It is fairly rare that this condition is ever hit since it means that a user manually changed the type of a target table column, but the "no column validator found" messaging is kind of obscure in that case. A better way to state it is that the connector doesn't support materializing to that type of column, so that is what it will say now.

Workflow steps:

(How does one use this feature, and how has it changed)

Documentation links affected:

(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable