koralium / flowtide

Streaming integration engine
https://koralium.github.io/flowtide/
Apache License 2.0
28 stars 2 forks source link

Change ITableProvider to include data types #464

Open Ulimo opened 4 months ago

Ulimo commented 4 months ago

Today the only required output is the column names, but it should instead return also the data types if there are any. If the source does not support data types, they should add "AnyType" as the data type.

This change is done in case we want to add type validation in the plan creation.