Example Workflows-Create Project / Environment / Job from Scratch

Number of APIs: 8

  1. Create Project POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/

  2. Create Repository with Deploy Key POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/repositories/

  3. Associate Connection and Repository with Project POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/

  4. Create Credentials POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/credentials/

  5. Create Job POST {{base_url}}/api/v2/accounts/{{account_id}}/jobs/

  6. Create Deployment Environment POST {{base_url}}/api/v3/accounts/{{account_id}}/environments/

  7. Delete Project DELETE {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/

  8. Create Connection - Snowflake POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/connections/