Snowflake Data Sharing
Share AR data into Stuut, or receive your Stuut data back, using secure Snowflake data sharing — no files or credentials exchanged.
Snowflake data sharing is set up together with Stuut’s team. Contact your CSM or FDE to get started. They’ll take you from first share to first sync.
What is Snowflake data sharing?
What is Snowflake data sharing?
If your AR data already lives in Snowflake, you can connect it to Stuut with Snowflake’s secure data sharing instead of an ERP connector or scheduled file uploads. It works both ways:
- Inbound (your Snowflake → Stuut): you share views of your AR data, and Stuut reads them directly.
- Outbound (Stuut → your Snowflake): Stuut shares your Stuut data back to your Snowflake account so you can query it alongside your other data.
What should we watch out for when building the views?
What should we watch out for when building the views?
- Share full tables, not just open items. A row that disappears from a view is treated as deleted and the invoice is voided in Stuut. A view filtered to open balances would void invoices as they’re paid.
- Every money column needs a currency. Stuut never assumes USD.
- Invoice status must be one of: Open, Paid, Partially Paid, Void, In Dispute.
- Extra columns become custom fields in Stuut. Column comments become the field description. Don’t put personal data in custom fields.
- One bad row stops that table from loading, so validate types before sharing.
How fresh is the data?
How fresh is the data?
It depends on how often you update your tables and, for cross-region listings, the listing’s refresh interval (typically about 60 minutes).
How do we receive our Stuut data in Snowflake?
How do we receive our Stuut data in Snowflake?
Give your Stuut contact your Snowflake account identifier (in Snowsight under Admin → Accounts, formatted The shared data reflects Stuut’s most recent analytics refresh, not real time. Ask your Stuut contact for the refresh schedule, or to add fields later. Adding fields won’t break your existing queries.
ORGNAME-ACCOUNTNAME), your cloud and region, which fields you want, and a technical contact.When the listing is ready:1
Accept the listing
In Snowsight, go to Data Products → Private Sharing, open the Stuut listing, click Get Data, and name the database.
2
Query it
Query it like any other view. There’s no load step and no storage cost; queries run on your own warehouse.
We use Databricks. Can we still do this?
We use Databricks. Can we still do this?
Possibly, through Delta Sharing mounted in Snowflake. Ask your FDE.