Using Google Cloud Dataform for SQL workflows

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

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

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

    Thanks once again for trying your best to showing every other things about Database form and etc.

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

    I appreciate your lesson with understanding about Dataform based SQL Workflows

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

    where can i find the code for this

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

    This is pretty rad! Is there a dependency UI or do you know if Google is planning on adding something like that?

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

      Yes, if you click on the Compiled Graph link you'll get the entire dependency chain

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

    Hello, do you know how to use variables in dataform? For example if I have a query where I select records between specific timestamp/date, the date is variable? Or for example if I have a table with responses status codes, I can use a variable for the query to be able to get records with status code = variable so it can be 200, 404, etc.

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

      I believe this is possible by defining your variable in your config.js, and then you can use the dataform cli run/compile with your vars. i.e dataform compile --vars=my_status_code=200

    • @danoyoung
      @danoyoung  9 หลายเดือนก่อน +2

      This works, I just created a quick demo, I'll go ahead and get it posted ....

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

      @@danoyoung Nice, yes it also works by using the "compilation overrides" dataform interface when creating scheduled compilations, please share the link to the post would like to see this way too

    • @danoyoung
      @danoyoung  9 หลายเดือนก่อน +1

      @@Satenc0 yes, this is what I've covered in new video that's being uploaded, check back!