You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most Dtabend DML statements now support the CREATE OR REPLACE syntax to modify existing objects, with the exception of TASK objects.
We need to support: CREATE OR REPLACE TASK ...
Summary
Most Dtabend DML statements now support the
CREATE OR REPLACE
syntax to modify existing objects, with the exception of TASK objects.We need to support:
CREATE OR REPLACE TASK ..
.Reference: https://docs.databend.com/sql/sql-commands/ddl/task/ddl-create_task
The text was updated successfully, but these errors were encountered: