You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Version 

Release Date: TBD

Enhancements

Add loadSchemasOnStart configuration to create table in Snowflake database from local schemas only when a record for the table is received.

Optimize to use SELECT LIMIT 1 statement as part of querying if table exists in Snowflake database prior to taking action.

Update to use CREATE TABLE to prevent overwriting tables that already exists in Snowflake database and handle response if table exists to continue processing records.

Bug Fixes

Handle messages with empty or undefined value field without looping.

  • No labels