A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/developer-guide/python-connector/../../sql-reference/sql/drop-task below:

DROP TASK | Snowflake Documentation

Reference SQL command reference Streams & tasks DROP TASK DROP TASK

Removes a task from the current/specified schema.

See also:

CREATE TASK , ALTER TASK , SHOW TASKS , DESCRIBE TASK

Syntax
DROP TASK [ IF EXISTS ] <name>

Copy

Parameters
name

Specifies the identifier for the task to drop. If the identifier contains spaces, special characters, or mixed-case characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive (e.g. "My Object").

If the task identifier is not fully-qualified (in the form of db_name.schema_name.task_name or schema_name.task_name), the command looks for the task in the current schema for the session.

Usage notes Examples

Drop a task:

SHOW TASKS LIKE 't2%';


DROP TASK t2;


SHOW TASKS LIKE 't2%';

Copy

Drop the task again, but don’t raise an error if the task does not exist:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4