BigQuery Federated Queries for Cloud SQL

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ค. 2024
  • BigQuery has a way to connect to external sources and run queries directly on those (called Federated Queries) as if they are native BigQuery tables. Today I would like to focus on Cloud SQL Query Federation and explaining how it works and why it can be very important in your data ecosystem.
    Further reading:
    - Slides: slides.com/richardhe/bigquery...
    - External Data Sources for BigQuery: cloud.google.com/bigquery/doc...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 5

  • @marlonbatista4548
    @marlonbatista4548 8 หลายเดือนก่อน

    Can I put a parameter inside a federate query to see the data on looker studio? Its too much data and the parameters is the only solution :z

  • @Iyanu-eb2eh
    @Iyanu-eb2eh หลายเดือนก่อน

    how do you know if the sql table is actually connected?

    • @practicalgcp2780
      @practicalgcp2780  หลายเดือนก่อน

      Sorry it’s been a while since I created this, if it works it is connected right? Am I missing something?

  • @user-yb7eq8hb3x
    @user-yb7eq8hb3x ปีที่แล้ว

    can i delete from cloudsql? using bigquery

    • @practicalgcp2780
      @practicalgcp2780  ปีที่แล้ว

      No, table federation is always read only. It’s designed to read real time data from another database but not manipulate data from a different source.