Hi Team, for teams using NetSuite with Snowflake or Databricks, do you usually rebuild financial models like P&L, revenue logic, and profitability analysis for every project? Or are there reusable packages people rely on?
r
raghav
03/01/2026, 3:47 PM
I have recently started working on creating incremental syncs to snowflakes using JDBC.
So far we are building our own queries for the dashboards in snowflake, interested to know as well if there are any reusable open source packages for such things.
a
Abhi
05/10/2026, 8:45 AM
That's exactly what we've been doing using the Fivetran dbt package as the base and then building custom models on top for the finance-specific logic like P&L structure and revenue recognition. The package gives you the raw GL tables but the financial model layer you still have to build yourself. Happy to share what we've put together if useful