[Feature]: Create new resource to create SNOWFLAKE.ML.CLASSIFICATION models #2896
Labels
feature-request
Used to mark issues with provider's missing functionalities
resource:snowflake_ml_classification
Use Cases or Problem Statement
We need the ability to create/update/drop classification models through terraform as we will only allow classification models to be created through terraform.
A simple example of a create statement looks like this:
Docs on CREATE CLASSIFICATION: https://docs.snowflake.com/sql-reference/classes/classification/commands/create-classification
Docs on ALTER CLASSIFICATION: https://docs.snowflake.com/sql-reference/classes/classification/commands/alter-classification
Docs on DROP CLASSIFICATION: https://docs.snowflake.com/sql-reference/classes/classification/commands/drop-classification
Docs on SHOW CLASSIFICATION: https://docs.snowflake.com/sql-reference/classes/classification/commands/show-classification
Category
category:resource
Object type(s)
No response
Proposal
Create a new resource, perhaps named
snowflake_ml_classification
that implements the CREATE/ALTER/SHOW/DROP statements as documented in the use cases section.How much impact is this issue causing?
Low
Additional Information
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: