I am wanting to create a Table in BQ that has all of our direct mail data. We have 1.3 million rows of mail data right now. All of our mail data is in csv’s. I combined all of our mail data into one csv file, but it was too big to locally upload the data. So I had to upload the csv to Cloud Storage. I now have created a table in BQ that has all of this mail data. The problem is I have to update this mail data each week, because we send 50,000+ direct mail pieces a week. I need to figure out a way to update/append this mail table in BQ each week with our new Mail Data. What are my options?
ALSO: I can easily just spend 5 minutes to update this table each week, there is no reason for me to automate this.