Skip to content

Commit

Permalink
Update OpenAPI spec for v2 (Commit SHA: d409af129a38ad75e96bf3e1d0fb8…
Browse files Browse the repository at this point in the history
…d6101ac4a63)
  • Loading branch information
actions-user committed Oct 31, 2024
1 parent 51b4ff4 commit 68e3998
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions openapi-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2750,6 +2750,10 @@ components:
type: boolean
run_compare_changes:
type: boolean
compare_changes_flags:
type: string
default: --select state:modified
description: dbt syntax flags to be used for compare changes
run_generate_sources:
type: boolean
run_lint:
Expand Down Expand Up @@ -2856,6 +2860,11 @@ components:
type: boolean
run_compare_changes:
type: boolean
compare_changes_flags:
type: string
minLength: 1
default: --select state:modified
description: dbt syntax flags to be used for compare changes
run_generate_sources:
type: boolean
run_lint:
Expand Down Expand Up @@ -2949,6 +2958,10 @@ components:
run_compare_changes:
type: boolean
default: false
compare_changes_flags:
type: string
default: --select state:modified
description: dbt syntax flags to be used for compare changes
run_failure_count:
type: integer
readOnly: true
Expand Down Expand Up @@ -3146,6 +3159,10 @@ components:
type: boolean
run_compare_changes:
type: boolean
compare_changes_flags:
type: string
default: --select state:modified
description: dbt syntax flags to be used for compare changes
run_generate_sources:
type: boolean
run_lint:
Expand Down Expand Up @@ -3392,6 +3409,10 @@ components:
run_compare_changes:
type: boolean
default: false
compare_changes_flags:
type: string
default: --select state:modified
description: dbt syntax flags to be used for compare changes
run_lint:
type: boolean
default: false
Expand Down

0 comments on commit 68e3998

Please sign in to comment.