DT are very useful to simplify pipelines and object management, support, monitoring, documentation and support.
@snowflakedevelopers Жыл бұрын
Totally agree!
@TheStamperiousАй бұрын
When would I use a materialized view vs a dynamic table?
@radhekishansoni8381 Жыл бұрын
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 Жыл бұрын
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.
@vikihome669410 ай бұрын
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 ?
@EdchelStephenNini2 ай бұрын
Hi, How can we write sql unit tests for a whole dynamic table pipeline? That is, given a base table data, run it through the whole pipeline thru the test and verify if the results are as expected
@ur8946 Жыл бұрын
where you define call start_data_gen(); and call send_alert_email(); function ?
@luisfernandocardiel90598 ай бұрын
THE SAME ISSUE!!!
@TanuE-lx6zw11 ай бұрын
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?
@snowflakedevelopers11 ай бұрын
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
@snowflakedevelopers11 ай бұрын
Also, table_type = base table, is_dynamic= true is how a Dynamic Table shows up in account usage
@roberbonox3 ай бұрын
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??
@EdchelStephenNini7 ай бұрын
Hi, can we write dynamic table definition using python instead of SQL?
@sharma_ji_in_uk Жыл бұрын
we can use non dynamic tables in the dynamic sql?
@parthasri3412 Жыл бұрын
Yes
@LouisMonier-vc2fs Жыл бұрын
Pretty awesome
@snowflakedevelopers Жыл бұрын
Glad you enjoyed!
@VigyaanJyoti Жыл бұрын
The demo example is pretty complex and the presentor should have chosen a simple example to explain things.
@snowflakedevelopers Жыл бұрын
Thank you for your feedback!
@luisfernandocardiel90598 ай бұрын
where you define call start_data_gen(); and call send_alert_email(); function ?