首页 > 解决方案 > 具有融合云区域错误的雪花连接器

问题描述

我正在使用 confluent 并尝试将 MySQL 作为源连接,它确实连接了,但是当我尝试与雪花连接时,它给了我一个区域错误。

这是融合中的连接器配置

Connector Summary
Name
SnowflakeSinkConnector_0
Connector Class
SnowflakeSink
Topics
MysqlJConfluent.source.user_details
Max Tasks
1
input.data.format
JSON
kafka.api.key
****************
kafka.api.secret
****************************************************************
snowflake.url.name
https://*****.europe-west2.gcp.snowflakecomputing.com:443
snowflake.user.name
admin
snowflake.private.key
*************************************************************************************************
snowflake.database.name
DEMO_DB
snowflake.schema.name
PUBLIC
tasks.max
1

这是错误:

Please make sure the cloud region is supported by Snowflake and Kafka cluster and Snowflake database are in the same region.

我尝试使用相同的区域但没有用。请帮帮我,在此先感谢。

标签: apache-kafkasnowflake-cloud-data-platformapache-kafka-connectconfluent-platformconfluent-cloud

解决方案


这些似乎是设置该连接器的良好说明:https ://docs.confluent.io/cloud/current/connectors/cc-snowflake-sink.html#step-1-launch-your-ccloud-cluster 。我希望这能为您指明正确的方向。


推荐阅读