TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: In Bigquery, how to denormalize tables from different 3rd party source?

1 点作者 node-bayarea将近 5 年前
have data about contacts in Salesforce. I also have data about the contacts in Intercom&#x2F;Zendesk. I want to create a denormalized table where the data in Salesforce and Intercom is both merged into a single table so I can query about the contact. Imagine, I dumped the Salesforce data into a Bigquery table. The problem is that the we might not dump Intercom&#x2F;Zendesk until later. So we may only add Salesforce data into a Bigquery table now. And later we may add Intercom data. My question is how to merge these (existing data in Salesforce BQ table and new data from Intercom)? Assume that the Email is the primary key in both 3rd party sources and we can join them.<p>Do we need to take the Salesforce data out of the BQ table and run it through some tool to merge both tables and create a new table in BQ? What will happen if we keep getting new data in both Salesforce and Intercom?<p>BTW, if you could point to some simple Node.js tools, that&#x27;s be great!

暂无评论

暂无评论