<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Moving Data Between BigQuery Projects]]></title><description><![CDATA[<p dir="auto">Our company recently split its analytics setup into two BigQuery projects. The original project still receives website and sales data, while the new one is used by the finance team for reporting. They need updated totals every morning, but they shouldn’t have access to customer details or the rest of the raw tables. What’s the easiest way to move only the approved data into the second BigQuery project and keep it current?</p>
]]></description><link>https://community.openpreservation.org//topic/1775/moving-data-between-bigquery-projects</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 17:41:47 GMT</lastBuildDate><atom:link href="https://community.openpreservation.org//topic/1775.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Aug 2026 08:40:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Moving Data Between BigQuery Projects on Wed, 12 Aug 2026 09:01:01 GMT]]></title><description><![CDATA[<p dir="auto">A few reporting tables can be refreshed separately, but that becomes harder to manage as finance requests more data. At that point, you need one pipeline that selects the approved fields, transfers only new and changed records, and updates all destination tables after the source import is complete. That’s the type of BigQuery ETL process covered here: <a href="http://datrise.com/en/pipeline/bigquery-to-bigquery" rel="nofollow ugc">http://datrise.com/en/pipeline/bigquery-to-bigquery</a> . It shows how an incremental sync can keep the second project current without repeatedly moving the full dataset. You can use the same pipeline for new finance tables as reporting requirements expand.</p>
]]></description><link>https://community.openpreservation.org//post/1994</link><guid isPermaLink="true">https://community.openpreservation.org//post/1994</guid><dc:creator><![CDATA[Rapture]]></dc:creator><pubDate>Wed, 12 Aug 2026 09:01:01 GMT</pubDate></item><item><title><![CDATA[Reply to Moving Data Between BigQuery Projects on Wed, 12 Aug 2026 08:44:11 GMT]]></title><description><![CDATA[<p dir="auto">You don’t need to duplicate every source table just to build a handful of finance reports. Create separate reporting tables that contain only the approved fields and totals, then update them after the daily imports finish. Give the finance project access only to those tables. This keeps customer data in the original project and prevents reporting queries from touching everything else.</p>
]]></description><link>https://community.openpreservation.org//post/1992</link><guid isPermaLink="true">https://community.openpreservation.org//post/1992</guid><dc:creator><![CDATA[Axell]]></dc:creator><pubDate>Wed, 12 Aug 2026 08:44:11 GMT</pubDate></item></channel></rss>