Has anyone successfully implemented a data warehou...
# suiteanalytics
s
Has anyone successfully implemented a data warehousing solution, where NS tables are replicated to a PaaS warehouse (bigquery, snowflake etc) to record all changes to tables? My client needs to warehouse the data, but track changes to the data over time. "History Tracking" features are supported by the big providers, but this seems to just be limited to 7 days or so. We need to see all changes. I was thinking of getting a stream of data changes just being replicated row for row in another database table, but this would be difficult to manage with fields/scheme changes.