Setup Snowflake
To ensure a smooth integration and accurate change tracking, follow these two key steps:
✅ Step 1: Enable Change Tracking on the Table
Bitwave requires CHANGE_TRACKING
to be enabled on the table. This allows Bitwave to create streams and track all updates, inserts, and deletions on your data.
Run the following SQL command:
ALTER TABLE your_table_name SET CHANGE_TRACKING = TRUE;
📘 Reference: Snowflake CHANGE_TRACKING Documentation
📤 Step 2: Share the Table via Snowflake Direct Share
Use Snowflake Direct Share to securely share your table with Bitwave.
Follow the steps outlined under “To create a direct share to share data with other accounts” in the Snowflake documentation:
🔗 Snowflake Direct Share Documentation
🌍 Bitwave Snowflake Account Identifiers
Please share the table with the appropriate Bitwave Snowflake account based on your region:
EU Bitwave Account: NWFPGPZ.BWEU68547
North America Bitwave Account: NWFPGPZ.HCB36210
Updated 3 days ago