Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 14, 2024
1 parent 2108e14 commit c3acdff
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions tap_dbt/schemas/openapi_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ info:
contact:
email: [email protected]

tags:
- name: Accounts
description: List and view Accounts
Expand All @@ -78,7 +78,7 @@ tags:
description: List, view, and modify, and trigger Jobs
- name: Runs
description: List and view Runs

paths:
# Accounts
/accounts/:
Expand Down Expand Up @@ -114,7 +114,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

'404':
description: Unauthorized or Not Found.
content:
Expand All @@ -137,14 +137,14 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/AccountResponse'

'400':
description: Bad Request.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

'404':
description: Unauthorized or Not Found.
content:
Expand Down Expand Up @@ -229,7 +229,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

'404':
description: Unauthorized or Not Found.
content:
Expand Down Expand Up @@ -258,14 +258,14 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ProjectResponse'

'400':
description: Bad Request.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

'404':
description: Unauthorized or Not Found.
content:
Expand Down Expand Up @@ -302,7 +302,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/JobsResponse'

'400':
description: Bad Request.
content:
Expand Down Expand Up @@ -376,21 +376,21 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/JobResponse'

'400':
description: Bad Request.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

'404':
description: Unauthorized or Not Found.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

post:
tags:
- Jobs
Expand All @@ -412,14 +412,14 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/JobResponse'

'400':
description: Bad Request.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

'404':
description: Unauthorized or Not Found.
content:
Expand Down Expand Up @@ -526,14 +526,14 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/RunResponse'

'400':
description: Bad Request.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

'404':
description: Unauthorized or Not Found.
content:
Expand Down Expand Up @@ -570,7 +570,7 @@ paths:
example: 10
description: >
Optional. Applies a filter to return only runs with the specified Status:
* `1` - The run is queued but hasn't begun being scheduled
* `2` - The run is being removed from the queue and is actively being scheduled
* `3` - The run is currently executing
Expand Down Expand Up @@ -613,14 +613,14 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/RunsResponse'

'400':
description: Bad Request.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

'404':
description: Unauthorized or Not Found.
content:
Expand Down Expand Up @@ -650,14 +650,14 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/RunResponse'

'400':
description: Bad Request.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

'404':
description: Unauthorized or Not Found.
content:
Expand Down Expand Up @@ -700,7 +700,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

'404':
description: Unauthorized or Not Found.
content:
Expand Down Expand Up @@ -830,7 +830,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/RunResponse'

'404':
description: Unauthorized or Not Found.
content:
Expand Down Expand Up @@ -1220,10 +1220,10 @@ components:
type: "boolean"
example: True
description: If set, use the custom_branch field when cloning and running jobs in this environment
custom_branch:
custom_branch:
type: "string"
example: develop
supports_docs:
supports_docs:
type: "boolean"
description: dbt Cloud-generated / read only field
state:
Expand Down Expand Up @@ -1771,7 +1771,7 @@ components:
properties:
data:
type: "array"
items:
items:
$ref: "#/components/schemas/Account"
status:
$ref: "#/components/schemas/Status"
Expand Down Expand Up @@ -1803,7 +1803,7 @@ components:
properties:
data:
type: "array"
items:
items:
$ref: "#/components/schemas/Project"
status:
$ref: "#/components/schemas/Status"
Expand All @@ -1819,7 +1819,7 @@ components:
properties:
data:
type: "array"
items:
items:
$ref: "#/components/schemas/Connection"
status:
$ref: "#/components/schemas/Status"
Expand All @@ -1828,7 +1828,7 @@ components:
properties:
data:
type: "array"
items:
items:
$ref: "#/components/schemas/BigqueryCredential"
status:
$ref: "#/components/schemas/Status"
Expand All @@ -1837,7 +1837,7 @@ components:
properties:
data:
type: "array"
items:
items:
$ref: "#/components/schemas/Environment"
status:
$ref: "#/components/schemas/Status"
Expand All @@ -1853,7 +1853,7 @@ components:
properties:
data:
type: "array"
items:
items:
$ref: "#/components/schemas/Job"
status:
$ref: "#/components/schemas/Status"
Expand All @@ -1869,7 +1869,7 @@ components:
properties:
data:
type: "array"
items:
items:
$ref: "#/components/schemas/Repository"
status:
$ref: "#/components/schemas/Status"
Expand All @@ -1885,7 +1885,7 @@ components:
properties:
data:
type: "array"
items:
items:
$ref: "#/components/schemas/Run"
status:
$ref: "#/components/schemas/Status"
Expand Down Expand Up @@ -1924,7 +1924,7 @@ components:
developer_message:
type: "string"
description: "Technical description of the response."

securitySchemes:
TokenAuth:
type: http
Expand Down

0 comments on commit c3acdff

Please sign in to comment.