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.
OptionalprofilePath?: stringPath to a JSON file containing connection properties and authentication information.
Optionalproperties?: Record<string, string>Connection properties and authentication information.
The name of the schema within the database.
The table name. The pipe name is derived as ${tableName}-STREAMING.
Create a new streaming ingest client in table mode. The pipe name is derived from the table name by appending "-STREAMING". Each client is tied to a single database, schema, and (derived) pipe.
Either
profilePathorpropertiesmust be provided for authentication. If both are provided,propertiestakes precedence for conflicting keys.