Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs #40

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 41 additions & 15 deletions openapi-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1727,6 +1727,10 @@ paths:
name: environment_id
schema:
type: integer
- in: query
name: finished_at__range
schema:
type: array
- in: query
name: has_docs_generated
schema:
Expand Down Expand Up @@ -1817,6 +1821,10 @@ paths:
name: environment_id
schema:
type: integer
- in: query
name: finished_at__range
schema:
type: array
- in: query
name: has_docs_generated
schema:
Expand Down Expand Up @@ -2541,7 +2549,9 @@ components:
oneOf:
- type: string
- type: 'null'
triggers: {}
triggers:
description: 'only one of the following fields can be true: triggers.github_webhook,
triggers.schedule, & triggers.git_provider_webhook'
created_at:
type: string
format: date-time
Expand All @@ -2556,7 +2566,8 @@ components:
- minLength: 1
maxLength: 100
- {}
schedule: {}
schedule:
description: schedule is only required if triggers.schedule is true
settings: {}
execution: {}
state:
Expand Down Expand Up @@ -2667,14 +2678,17 @@ components:
oneOf:
- type: string
- type: 'null'
triggers: {}
triggers:
description: 'only one of the following fields can be true: triggers.github_webhook,
triggers.schedule, & triggers.git_provider_webhook'
execute_steps:
allOf:
- {}
- minLength: 1
maxLength: 100
- {}
schedule: {}
schedule:
description: schedule is only required if triggers.schedule is true
settings: {}
execution: {}
state:
Expand Down Expand Up @@ -5033,7 +5047,7 @@ components:
default: New Environment
dbt_version:
type: string
default: 1.5.0-latest
default: 1.6.0-latest
raw_dbt_version:
oneOf:
- type: string
Expand Down Expand Up @@ -5227,7 +5241,7 @@ components:
default: 1
dbt_version:
type: string
default: 1.5.0-latest
default: 1.6.0-latest
git_branch:
oneOf:
- type: string
Expand Down Expand Up @@ -6518,7 +6532,6 @@ components:
required:
- account_id
- project_id
- created_by_id
- adapter_version
- metadata_json
properties:
Expand All @@ -6531,7 +6544,13 @@ components:
project_id:
type: integer
created_by_id:
type: integer
oneOf:
- type: integer
- type: 'null'
created_by_service_token_id:
oneOf:
- type: integer
- type: 'null'
adapter_version:
type: string
enum:
Expand Down Expand Up @@ -6562,7 +6581,8 @@ components:
- type: 'null'
additionalProperties: false
description: 'DbtAdapter(id: Union[int, NoneType], account_id: int, project_id:
int, created_by_id: int, adapter_version: schemas.adapter.DbtAdapterVersion,
int, created_by_id: Union[int, NoneType], created_by_service_token_id:
Union[int, NoneType], adapter_version: schemas.adapter.DbtAdapterVersion,
metadata_json: Dict[str, str], state: int = 1, created_at: Union[datetime.datetime,
NoneType] = None, updated_at: Union[datetime.datetime, NoneType] = None)'
CustomEnvironmentVariable:
Expand Down Expand Up @@ -8811,7 +8831,7 @@ components:
default: New Environment
dbt_version:
type: string
default: 1.5.0-latest
default: 1.6.0-latest
raw_dbt_version:
oneOf:
- type: string
Expand Down Expand Up @@ -9005,7 +9025,7 @@ components:
default: 1
dbt_version:
type: string
default: 1.5.0-latest
default: 1.6.0-latest
git_branch:
oneOf:
- type: string
Expand Down Expand Up @@ -10296,7 +10316,6 @@ components:
required:
- account_id
- project_id
- created_by_id
- adapter_version
- metadata_json
properties:
Expand All @@ -10309,7 +10328,13 @@ components:
project_id:
type: integer
created_by_id:
type: integer
oneOf:
- type: integer
- type: 'null'
created_by_service_token_id:
oneOf:
- type: integer
- type: 'null'
adapter_version:
type: string
enum:
Expand Down Expand Up @@ -10340,7 +10365,8 @@ components:
- type: 'null'
additionalProperties: false
description: 'DbtAdapter(id: Union[int, NoneType], account_id: int, project_id:
int, created_by_id: int, adapter_version: schemas.adapter.DbtAdapterVersion,
int, created_by_id: Union[int, NoneType], created_by_service_token_id:
Union[int, NoneType], adapter_version: schemas.adapter.DbtAdapterVersion,
metadata_json: Dict[str, str], state: int = 1, created_at: Union[datetime.datetime,
NoneType] = None, updated_at: Union[datetime.datetime, NoneType] = None)'
CustomEnvironmentVariable:
Expand Down Expand Up @@ -10615,7 +10641,7 @@ components:
default: 1
dbt_version:
type: string
default: 1.5.0-latest
default: 1.6.0-latest
git_branch:
oneOf:
- type: string
Expand Down
Loading
Loading