SneaksAndData / arcane-framework

Akka.NET-based framework for data streaming services using the Arcane Kubernetes Operator
Apache License 2.0
4 stars 2 forks source link

[FEATURE] Add cdmTypeMap support to yaml #97

Open yu-tracy opened 1 month ago

yu-tracy commented 1 month ago

Description

I'm always frustrated when there are new data types in source schema. Because of the new data types coming, sometimes the project cannot successfully convert the source data to target data format (like parquet).

For example: image

Possible solution

It is better to delete this hardcode cdmTypeMap. And add the configuration to yaml, so that we can add new data types to yaml by ourselves in the future.

Thank you very much! :)

Alternatives

No response

Context

No response