-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avro decimal #897
Comments
Hello @dechants and sorry for the delay. Mapping Avro There are two solutions I can imagine:
@sfc-gh-xhuang what do you think? |
@sfc-gh-mbobowski no worries, thank you for your reply. Could you please explain both options and provide a configuration example? The source is a COTS application managed by another team, so there is no chance that I could make changes there. However, I know that the field is a primary key (integer) which is defined as |
@dechants The only existing solution to this problem is to create a table on your own instead of leaving it to the connector. You don't have to create every column, just focus on the Please let me know if it solves your problem. |
@sfc-gh-mbobowski thanks, we will try that. |
Hi,
I have the following settings (snowflakeinc/snowflake-kafka-connector:2.2.2):
My schema:
The connector creates the table, however
INCREMENTALKEY
isVARCHAR(16777216)
.How can I make sure that the connector automatically creates the table in Snowflake and "maps" numeric values correctly?
The text was updated successfully, but these errors were encountered: