Create PubSub Topics and Load Messages into BigQuery | Google Cloud Platform

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

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

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

    Is it process following in real time projects?

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

    Is it possible to load data from gcs to bq following above method? Only through pub/sub?

    • @AsbjrnLind-nu2ug
      @AsbjrnLind-nu2ug หลายเดือนก่อน +1

      no, but for this you can go into bigquery and create a datatransfer. This can extract the data directly from a bucket into bigquery
      If thats not good enough then you a google cloud function can be triggered when a new file gets in a bucket and the cloud function can then send data to bigquery or a pub sub

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

    When tried to use this code getting below error
    No module named google found, i have installed गूगल libraries as well