简体   繁体   English

将数据从 BigQuery 加载到 Salesforce

[英]Loading data from BigQuery to Salesforce

I have two datasources - Salesforce(SF) and BigQuery(BQ).我有两个数据源 - Salesforce(SF) 和 BigQuery(BQ)。 All the data from SF is available in BQ. SF 的所有数据都可以在 BQ 中找到。

So my question is can we load data from BQ to SF?所以我的问题是我们可以将数据从 BQ 加载到 SF 吗? . .

Here's what I want to achieve -这就是我想要实现的目标 -

I want to do some calculation in BQ using SF data fields and create 3/4 new fields in BQ.我想在 BQ 中使用 SF 数据字段进行一些计算,并在 BQ 中创建 3/4 的新字段。 And then I want to load these new fields into SF in respective objects (eg Lead, Opportunities, etc.).然后我想将这些新字段加载到各个对象(例如潜在客户、机会等)的 SF 中。 Once I have these new fields in SF, I can then create reports/dashboards in SF.一旦我在 SF 中有了这些新字段,我就可以在 SF 中创建报告/仪表板。

So is loading data from BQ to SF possible?那么从BQ加载数据到SF可以吗? . .

While I can create these fields in SF as well;虽然我也可以在 SF 中创建这些字段; but due to some limitation this is currently not possible.但由于某些限制,目前这是不可能的。 So thought of doing it in a reverse way?那么想过反过来做吗?

Kindly help.请帮忙。

Short answer is yes this is possible.简短的回答是肯定的,这是可能的。

You have a couple of options available to implement this.您有几个选项可以实现这一点。 For example you can interact with BigQuery using "Salesforce Connect", or you use the BigQuery connector.例如,您可以使用“Salesforce Connect”与 BigQuery 交互,或者使用 BigQuery 连接器。

The following explains in detail the use of Salesforce Connect Salesforce Connect , here you can review the use and implementation of Google BigQuery Connection下面详细讲解Salesforce Connect Salesforce Connect的使用,这里可以回顾一下Google BigQuery Connection的使用和实现

Ok, the question is quite old.好的,这个问题很老了。 But the world has moved on, so there are easier options today.但世界已经向前发展,所以今天有更简单的选择。

You should definitely check out a reverse etl solution.您绝对应该查看反向 etl 解决方案。 For example like https://www.getcensus.com/ .例如https://www.getcensus.com/

Here you can set up automatic syncs between BigQuery and Salesforce.您可以在此处设置 BigQuery 和 Salesforce 之间的自动同步。 The setup is quite straightforward.设置非常简单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM