Example Workflows-Create Project / Environment / Job from Scratch
Number of APIs: 8
-
Create Project POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/
-
Create Repository with Deploy Key POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/repositories/
-
Associate Connection and Repository with Project POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/
-
Create Credentials POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/credentials/
-
Create Job POST {{base_url}}/api/v2/accounts/{{account_id}}/jobs/
-
Create Deployment Environment POST {{base_url}}/api/v3/accounts/{{account_id}}/environments/
-
Delete Project DELETE {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/
-
Create Connection - Snowflake POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/connections/