Snowflake does not provide which of following set of SQL functions to support retrieving information about tasks?
Snowflake does not provide which of following set of SQL functions to support retrieving information about tasks?A . SYSTEM$CURRENT_USER_TASK_NAMEB . TASK_HISTORYC . TASK_DEPENDENTSD . TASK_QUERY_HISTORYE . SYSTEM$TASK_DEPENDENTS_ENABLEView AnswerAnswer: C Explanation: SYSTEM$CURRENT_USER_TASK_NAME Returns the name of the task currently executing when invoked from the statement or stored procedure defined by the...
How Robert in this case, Resume this stale pipe?
Robert, A Data Engineer, found that Pipe become stale as it was paused for longer than the limited retention period for event messages received for the pipe (14 days by default) & also the previous pipe owner transfers the ownership of this pipe to Robert role while the pipe was...
Which System Function can be used by Data engineer to verify whether a stream contains changed data for a table?
Tasks may optionally use table streams to provide a convenient way to continuously process new or changed data. A task can transform new or changed rows that a stream surfaces. Each time a task is scheduled to run, it can verify whether a stream contains change data for a table...
Which System Function can be used by Data engineer to verify whether a stream contains changed data for a table?
Tasks may optionally use table streams to provide a convenient way to continuously process new or changed data. A task can transform new or changed rows that a stream surfaces. Each time a task is scheduled to run, it can verify whether a stream contains change data for a table...
Streams cannot be created to query change data on which of the following objects? [Select All that Apply]
Streams cannot be created to query change data on which of the following objects? [Select All that Apply]A . Standard tables, including shared tables.B . Views, including secure viewsC . Directory tablesD . Query Log TablesE . External tablesView AnswerAnswer: D Explanation: Streams supports all the listed objects except Query...
Data Engineer is performing below steps in sequence while working on Stream s1 created on table t1.
Data Engineer is performing below steps in sequence while working on Stream s1 created on table t1. Step 1: Begin transaction. Step 2: Query stream s1 on table t1. Step 3: Update rows in table t1. Step 4: Query stream s1. Step 5: Commit transaction. Step 6: Begin transaction. Step...
Which System Function can be used by Data engineer to verify whether a stream contains changed data for a table?
Tasks may optionally use table streams to provide a convenient way to continuously process new or changed data. A task can transform new or changed rows that a stream surfaces. Each time a task is scheduled to run, it can verify whether a stream contains change data for a table...
Which System Function can be used by Data engineer to verify whether a stream contains changed data for a table?
Tasks may optionally use table streams to provide a convenient way to continuously process new or changed data. A task can transform new or changed rows that a stream surfaces. Each time a task is scheduled to run, it can verify whether a stream contains change data for a table...
Which option he can choose to remove these files either during data loading or afterwards?
To help manage STAGE storage costs, Data engineer recommended to monitor stage files and re-move them from the stages once the data has been loaded and the files which are no longer needed. Which option he can choose to remove these files either during data loading or afterwards?A . He...
Which one is not the limitation he must be aware of before using MVs in their use case?
Data Engineer identified use case where he decided to use materialized view for query performance. Which one is not the limitation he must be aware of before using MVs in their use case?A . Truncating a materialized view is not supported.B . Time Travel is not currently supported on materialized...