Client configuration
A unique name to identify this client instance, used for tracking and debugging purposes.
The name of the Snowflake database where data will be ingested.
The name of the pipe that will be used for streaming ingestion.
OptionalprofilePath?: stringPath to a JSON file containing connection properties and authentication information.
Optionalproperties?: Record<string, string>Connection properties and authentication information. Common properties include account, user, private_key, url.
The name of the schema within the database.
Create a new streaming ingest client. Each client is tied to a single database, schema, and pipe. To ingest into multiple pipes, create multiple clients.
Either
profilePathorpropertiesmust be provided for authentication. If both are provided,propertiestakes precedence for conflicting keys.