Bring data from Snowflake to your Lakehouse.
account
): Your Snowflake account identifier (for example, xy12345.us-east-1
or acme-org
as shown in the Snowflake URL, without .snowflakecomputing.com
).user
): The Snowflake username.password
).private_key
).warehouse
): The virtual warehouse to execute queries. Required.database
): Optional initial database for the session.schema
): Optional initial schema for the session.role
): Optional role for the session.chunk_size
): Optional. Number of rows to fetch per batch. Default: 25000
. Set to 0
to fetch all rows at once.ssh_tunnel
, optional): JSON object for bastion access when needed:
enable
(default false
)host
, port
(default 22
)username
password
or private_key
(with optional private_key_password
)Tip: The stream can be found more easily by typing its name.
If you encounter any issues, reach out to us via Slack, and we’ll gladly assist you!