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

Updated Flowpipe SDK to incorporate latest API changes and the new Trigger API endpoints. #13

Merged
merged 4 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Generated new PipelineExecutionResponse.
  • Loading branch information
vhadianto committed Jul 25, 2024
commit 4392b1d6d2a0d1a67295170c7912f9432fa533c7
4 changes: 4 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ docs/ExecutionStepExecutionOutput.md
docs/ExecutionStepExecutionStepForEach.md
docs/ExecutionStepStatus.md
docs/FlowpipeRequire.md
docs/FlowpipeResponseMetadata.md
docs/FpIntegration.md
docs/FpNotifier.md
docs/FpNotify.md
Expand Down Expand Up @@ -53,6 +54,7 @@ docs/OpenGraph.md
docs/PerrErrorDetailModel.md
docs/PerrErrorModel.md
docs/PipelineApi.md
docs/PipelineExecutionResponse.md
docs/Process.md
docs/ProcessApi.md
docs/ProcessEventLog.md
Expand All @@ -70,6 +72,7 @@ model_execution_step_execution_output.go
model_execution_step_execution_step_for_each.go
model_execution_step_status.go
model_flowpipe_require.go
model_flowpipe_response_metadata.go
model_fp_integration.go
model_fp_notifier.go
model_fp_notify.go
Expand Down Expand Up @@ -100,6 +103,7 @@ model_modconfig_step_retry.go
model_open_graph.go
model_perr_error_detail_model.go
model_perr_error_model.go
model_pipeline_execution_response.go
model_process.go
model_process_event_log.go
model_require.go
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Class | Method | HTTP request | Description
- [ExecutionStepExecutionStepForEach](docs/ExecutionStepExecutionStepForEach.md)
- [ExecutionStepStatus](docs/ExecutionStepStatus.md)
- [FlowpipeRequire](docs/FlowpipeRequire.md)
- [FlowpipeResponseMetadata](docs/FlowpipeResponseMetadata.md)
- [FpIntegration](docs/FpIntegration.md)
- [FpNotifier](docs/FpNotifier.md)
- [FpNotify](docs/FpNotify.md)
Expand Down Expand Up @@ -139,6 +140,7 @@ Class | Method | HTTP request | Description
- [OpenGraph](docs/OpenGraph.md)
- [PerrErrorDetailModel](docs/PerrErrorDetailModel.md)
- [PerrErrorModel](docs/PerrErrorModel.md)
- [PipelineExecutionResponse](docs/PipelineExecutionResponse.md)
- [Process](docs/Process.md)
- [ProcessEventLog](docs/ProcessEventLog.md)
- [Require](docs/Require.md)
Expand Down
102 changes: 85 additions & 17 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,25 @@ components:
min_version:
type: string
type: object
FlowpipeResponseMetadata:
example:
pipeline: pipeline
execution_id: execution_id
pipeline_execution_id: pipeline_execution_id
last_loaded: last_loaded
is_stale: true
properties:
execution_id:
type: string
is_stale:
type: boolean
last_loaded:
type: string
pipeline:
type: string
pipeline_execution_id:
type: string
type: object
FpIntegration:
example:
cc:
Expand Down Expand Up @@ -1960,7 +1979,56 @@ components:
type: string
type: object
PipelineExecutionResponse:
additionalProperties: true
example:
output:
key: ""
flowpipe:
pipeline: pipeline
execution_id: execution_id
pipeline_execution_id: pipeline_execution_id
last_loaded: last_loaded
is_stale: true
errors:
- pipeline: pipeline
pipeline_execution_id: pipeline_execution_id
step_execution_id: step_execution_id
step: step
error:
instance: instance
validation_errors:
- location: location
message: message
- location: location
message: message
detail: detail
title: title
type: type
status: 0
- pipeline: pipeline
pipeline_execution_id: pipeline_execution_id
step_execution_id: step_execution_id
step: step
error:
instance: instance
validation_errors:
- location: location
message: message
- location: location
message: message
detail: detail
title: title
type: type
status: 0
properties:
errors:
items:
$ref: '#/components/schemas/modconfig.StepError'
type: array
flowpipe:
$ref: '#/components/schemas/FlowpipeResponseMetadata'
output:
additionalProperties: true
type: object
type: object
Process:
example:
Expand Down Expand Up @@ -2039,13 +2107,13 @@ components:
input:
key: ""
loop_completed: true
index: 6
index: 0
input: "{}"
start_time: start_time
step_retry:
input:
key: ""
count: 1
count: 6
retry_completed: true
name: name
id: id
Expand All @@ -2061,13 +2129,13 @@ components:
input:
key: ""
loop_completed: true
index: 6
index: 0
input: "{}"
start_time: start_time
step_retry:
input:
key: ""
count: 1
count: 6
retry_completed: true
name: name
id: id
Expand Down Expand Up @@ -2155,13 +2223,13 @@ components:
input:
key: ""
loop_completed: true
index: 6
index: 0
input: "{}"
start_time: start_time
step_retry:
input:
key: ""
count: 1
count: 6
retry_completed: true
name: name
id: id
Expand All @@ -2177,13 +2245,13 @@ components:
input:
key: ""
loop_completed: true
index: 6
index: 0
input: "{}"
start_time: start_time
step_retry:
input:
key: ""
count: 1
count: 6
retry_completed: true
name: name
id: id
Expand Down Expand Up @@ -2300,13 +2368,13 @@ components:
input:
key: ""
loop_completed: true
index: 6
index: 0
input: "{}"
start_time: start_time
step_retry:
input:
key: ""
count: 1
count: 6
retry_completed: true
name: name
id: id
Expand Down Expand Up @@ -2374,13 +2442,13 @@ components:
input:
key: ""
loop_completed: true
index: 6
index: 0
input: "{}"
start_time: start_time
step_retry:
input:
key: ""
count: 1
count: 6
retry_completed: true
name: name
id: id
Expand All @@ -2396,13 +2464,13 @@ components:
input:
key: ""
loop_completed: true
index: 6
index: 0
input: "{}"
start_time: start_time
step_retry:
input:
key: ""
count: 1
count: 6
retry_completed: true
name: name
id: id
Expand Down Expand Up @@ -2619,7 +2687,7 @@ components:
input:
key: ""
loop_completed: true
index: 6
index: 0
properties:
index:
type: integer
Expand All @@ -2635,7 +2703,7 @@ components:
example:
input:
key: ""
count: 1
count: 6
retry_completed: true
properties:
count:
Expand Down
8 changes: 4 additions & 4 deletions api_pipeline.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api_trigger.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading