Version 4.0.24.12
Deploy LookML from this Development Mode Project to Production
Git must have been configured, must be in dev mode and deploy permission required
Deploy is a two / three step process:
- Push commits in current branch of dev mode project to the production branch (origin/master). Note a. This step is skipped in read-only projects. Note b. If this step is unsuccessful for any reason (e.g. rejected non-fastforward because production branch has commits not in current branch), subsequent steps will be skipped.
- If this is the first deploy of this project, create the production project with git repository.
- Pull the production branch into the production project.
Request
POST
/projects/{project_id}/deploy_to_production
Datatype
Description
Request
path
Expand HTTP Path definition...
project_id
Id of project
Response
200: Project
Datatype
Description
(string)
204: Returns 204 if project was successfully deployed to production, otherwise 400 with an error message
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link