Login
Remember
Register
Ask a Question
What are the limitations of tasks in snaowflake?
0
votes
asked
Jul 6, 2023
in
Snowflake
by
SakshiSharma
What are the limitations of tasks in snaowflake?
snowflakedatabase
snowflakeused
snowflakelogin
snowflake-aws
snowflake-architecture
snowflake-ceo
snowflake-cloud
snowflake-founder
snowflakequeires
snoflake-schedules
snaowflake-limitations
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 6, 2023
by
SakshiSharma
Snowflake tasks have the following limitations:
Tasks cannot be run on demand. They can only be scheduled using a cron expression or triggered by another task.
Tasks cannot call UDFs containing Java or Python code, or stored procedures written in Scala. Nor can you call such a UDF.
Tasks cannot use primary and foreign key constraints, indexes, or partitions.
f you don't carefully monitor your storage size and usage, the task can have hidden costs.
...