Anyone ever exported data from a warehouse to a s...
# singer-tap-development
s
Anyone ever exported data from a warehouse to a storage bucket before? To talk with large ERP systems such as netsuite from our warehouse, we were told the easiest way was simply to load our data into a storage bucket (in our case from bigquery to GCS) and they would periodically load the latest version of the file into their integration. The easiest way for us to do this (in my mind) would be simply to create a task that would run after a specfic table was updated to take that table, package it and store it in GCS. From there, it wouldn't be our problem anymore. Has anyone ever done something similar to this before?