Building Pipelines with Dynamic Tables

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

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

  • @mauricioz
    @mauricioz 11 หลายเดือนก่อน +2

    DT are very useful to simplify pipelines and object management, support, monitoring, documentation and support.

  • @roberbonox
    @roberbonox 9 วันที่ผ่านมา

    Hi, i create a dynamic table and have task that validates data on tables (standard tables) that are used in the dynamic table. The thing is when i finish the validations i need, i put an ALTER DYNAMIC TABLE IF EXISTS xxx REFRESH; inside the task, and when the task is executed the refresh is not starting. If i execute manually the command it works but is like it doesn't when is inside the task, is this a limitation right now??

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

    Can I create the DT on top of external table ! looks it won't allow, is there any work around if in case I need to use external table ?

  • @radhekishansoni8381
    @radhekishansoni8381 11 หลายเดือนก่อน +1

    I could not find anywhere in documentation, but is there any optimisation in create-replace of a dynamic table. Does it have any way to know that may be some partial data is already there.
    For example when we introduce a new column, it is highly likely that no other data was changed but does dynamic table consider this when it refreshes on create-replace.

    • @snowflakedevelopers
      @snowflakedevelopers  11 หลายเดือนก่อน +1

      Thanks for your question! Create or replace for Dynamic Tables works just like a create or replace for any ordinary table, so the dynamic table would indeed get rebuilt.

  • @luisfernandocardiel9059
    @luisfernandocardiel9059 5 หลายเดือนก่อน +1

    where you define call start_data_gen(); and call send_alert_email(); function ?

  • @LouisMonier-vc2fs
    @LouisMonier-vc2fs 10 หลายเดือนก่อน

    Pretty awesome

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

    Hi, can we write dynamic table definition using python instead of SQL?

  • @TanuE-lx6zw
    @TanuE-lx6zw 9 หลายเดือนก่อน

    dynamic tables can be monitor through snowsight->activity->dynamic table
    I need to know which snowflake account usage table it is using to display dynamic tables details in snowsight?
    I need to get all the refresh history of all the tables, so how to get this details?

    • @snowflakedevelopers
      @snowflakedevelopers  8 หลายเดือนก่อน +1

      Check this page out on monitoring dynamic table refresh history: docs.snowflake.com/en/user-guide/dynamic-tables-tasks-monitor#label-dynamic-tables-monitoring-sql

    • @snowflakedevelopers
      @snowflakedevelopers  8 หลายเดือนก่อน +1

      Also, table_type = base table, is_dynamic= true is how a Dynamic Table shows up in account usage

  • @VigyaanJyoti
    @VigyaanJyoti ปีที่แล้ว +6

    The demo example is pretty complex and the presentor should have chosen a simple example to explain things.

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

    we can use non dynamic tables in the dynamic sql?

  • @ur8946
    @ur8946 ปีที่แล้ว +2

    where you define call start_data_gen(); and call send_alert_email(); function ?