Snowflake
Connector Details
Connector Attributes | Details |
---|---|
Name | Snowflake |
Description | Snowflake is a leading cloud-based data platform that revolutionizes the way organizations manage and analyze their data. Built for the cloud from the ground up, Snowflake offers a fully managed, scalable, and secure data warehouse solution that allows businesses to store, process, and analyze large volumes of data with ease. Its unique architecture separates storage and compute, enabling organizations to scale their resources independently and pay only for what they use. With support for both structured and semi-structured data, Snowflake empowers businesses to derive insights from diverse data sources and make informed decisions faster. Additionally, Snowflake's data sharing capabilities facilitate seamless collaboration and data exchange among partners and stakeholders, further enhancing its value proposition. As a result, Snowflake has become a go-to solution for organizations seeking to unlock the full potential of their data and drive innovation in today's data-driven world. |
Connector Type | Class C |
Features
Feature Name | Feature Details |
---|---|
Load Strategies | Full Load, Incremental Load |
Metadata Extraction | Supported |
Data Acquisition | Supported |
Data Publishing | Not Supported |
Automated Schema Drift Handling | Not Supported |
Source Connection Attributes
Connection Parameters | Data Type | Example |
---|---|---|
Connection Name | String | SnowflakeConnector |
URL | String | https://example.snowflakecomputing.com |
Warehouse Name | String | my_warehouse |
Database Name (Optional) | String | my_database |
User Name | String | your-username |
Password | String | your-password |
Role | String | my_role |
Bronze Schema (Optional) | String | |
Silver Schema (Optional) | String |
Connector Specific Configuration Details
-
Snowflake connector has optional values such as Bronze Schema and Silver Schema
-
snowflake connector has Database Name as optional value
-
Role is an optional parameter in the connection string, and it do not gets included as part of connection string that is used by the connector.
-
Database Name is an optional parameter in the connection string, and it do not gets included as part of connection string that is used by the connector.
-
Snowflake connector connection string:
DRIVER={Snowflake};Url=<Snowflake URL>;warehouse=<warehouse name>;AuthScheme=Password;User=<user name>;Password=<password>;RTK=<RTK value>
Screenshot To Use Connector
Updated 2 months ago