Replies: 5 comments
-
|
Hello, @vladflaks! What do you think about using DELETE / APPEND method instead of MERGE? It is very handy when we use it for partitioned tables in BigQuery, because when we need to reupload some historical data we will be ensured that there will be no data duplication because all the selected period for selected accounts will be deleted and reuploaded by the fresh data? |
Beta Was this translation helpful? Give feedback.
-
|
That’s a great question! Both methods have their pros and cons. MERGE: APPEND/DELETE: Based on our experience developing proprietary data pipelines at OWOX, MERGE costs approximately $1/month per organization on average. Yes, it requires properly setting up partitioning and clustering — but you should do that anyway to minimize reporting processing costs. So, I lean towards the MERGE option. |
Beta Was this translation helpful? Give feedback.
-
|
In Progress now |
Beta Was this translation helpful? Give feedback.
-
|
Hey Vlad,
Thanks for dropping the email. Appreciate your efforts. However it seems
till now all the connectors are pertaining to only Meta and Facebook Ads.
Could you let me know when would be it ready for Big Query and Google
Analytics?
Regards
<https://calendly.com/seobynish/30min>
*Nishant Mehta*
M: +91 8097082190
M: +91 7977960594
*Disclaimer:* This email and any files transmitted with it are for the sole
use of the intended recipient(s) and may contain confidential and
privileged information. If you are not the intended recipient, please
contact the sender by replying to this email and destroy all copies and the
original message. Any unauthorized review, use, disclosure, dissemination,
forwarding, printing or copying of this email or any action taken in
reliance on this email is strictly prohibited and may be unlawful.
1.
1.
2.
…On Sun, Mar 23, 2025 at 2:22 AM Vlad Flaks ***@***.***> wrote:
In Progress
<https://github.com/OWOX/js-data-connectors/tree/65-add-support-of-google-bigquery-as-data-storage>
now
—
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BPU7DVO7XFJOCLFLTNHA6AT2VXERPAVCNFSM6AAAAABWO3OR26VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENJYHA3TGNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
--
<https://www.linkedin.com/posts/gozoop_excited-to-share-that-hawk-gozoop-group-activity-7292423924351430657-yxzc?utm_source=share&utm_medium=member_ios&rcm=ACoAAChbk-EBcfxAR_QGGfxDtxTGtmPMlocLcZw>
Disclaimer: This e-mail and any files transmitted with it are for the sole
use of the intended recipient(s) and may contain confidential and
privileged information. If you are not the intended recipient, please
contact the sender by replying to this e-mail and destroy all copies and
the original message. Any unauthorized review, use, disclosure,
dissemination, forwarding, printing or copying of this email or any action
taken in reliance on this e-mail strictly prohibited and may be unlawful.
|
Beta Was this translation helpful? Give feedback.
-
|
@nishantgz Unless Google BigQuery is your storage of choice, I don’t believe a custom connector would bring much additional value. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Starting discussions for requirement gathering. (or Starting a discussion for requirement gathering.)
At this moment, I am going to use MERGE for BigQuery. Trade off: this service is unavailable outside Apps Script.
Beta Was this translation helpful? Give feedback.
All reactions