Create Project
create_projectCreate a new Coalesce project on Snowflake, Databricks, Starburst, or Spark. Specify name and target platform; optionally add git integration.
Instructions
Create a new Coalesce project.
Args:
name (string, required): Project name
platformKind (enum, required): Target platform — 'snowflake', 'databricks', 'starburst', or 'spark'
description (string, optional): Project description
gitAccountID (string, optional): Git account to link
gitRepo (string, optional): Git repository URL
gitBranch (string, optional): Default git branch
Returns: Created project object with assigned ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new project | |
| gitRepo | No | Git repository URL | |
| gitBranch | No | Default git branch name | |
| description | No | Optional project description | |
| gitAccountID | No | Git account ID to link to the project | |
| platformKind | Yes | Target platform for the project |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |