api: {"operationId":"abortRun","description":"Marks the run as `ABORTED`.","deprecated":true,"tags":["Jobs"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"description":"The ID of the run.","type":"string","format":"uuid"},"createdAt":{"description":"An [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp representing the date/time the run was created.","type":"string","format":"date-time"},"updatedAt":{"description":"An [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp representing the date/time the run was updated.","type":"string","format":"date-time"},"nominalStartTime":{"description":"An [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp representing the nominal start time of the run.","type":"string","format":"date-time"},"nominalEndTime":{"description":"An [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp representing the nominal end time of the run.","type":"string","format":"date-time"},"state":{"description":"The current state of the run.","type":"string","enum":["NEW","RUNNING","COMPLETED","FAILED","ABORTED"]},"startedAt":{"description":"An [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp representing the start time of the run.","type":"string","format":"date-time"},"endedAt":{"description":"An [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp representing the end time of the run.","type":"string","format":"date-time"},"durationMs":{"type":"integer","description":"The total duration of the run. Measured in milliseconds."},"args":{"description":"The arguments of the run.","type":"object"},"facets":{"description":"The facets of the run. For a full list of standard run facets, see [OpenLineage](https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.md#standard-facets).","type":"object","additionalProperties":{"description":"A custom facet enables the extension of _dataset_, _job_, and _run_ metadata. A custom facet **must** also have a schema, where a version of the schema is identifiable via a URL. A field within the schema **must** not start with an underscore (`_`).","allOf":[{"description":"All base facet fields are prefixed with an underscore (`_`) to avoid field naming conflicts defined with other facets.","type":"object","properties":{"_producer":{"description":"URI identifying the producer of this metadata. For example this could be a git url with a given tag or sha","type":"string","format":"uri","example":"https://github.com/OpenLineage/OpenLineage/blob/v1-0-0/client"},"_schemaURL":{"description":"The URL to the corresponding version of the schema definition following a $ref URL Reference (see https://swagger.io/docs/specification/using-ref/)","type":"string","format":"uri","example":"https://github.com/OpenLineage/OpenLineage/blob/v1-0-0/spec/OpenLineage.yml#MyCustomJobFacet"}},"required":["_producer","_schemaURL"],"title":"BaseFacet"},{"type":"object","additionalProperties":true}],"title":"CustomFacet"},"title":"RunFacets"}},"example":{"id":"870492da-ecfb-4be0-91b9-9a89ddd3db90","createdAt":"2019-05-09T19:49:24.201361Z","updatedAt":"2019-05-09T19:49:24.201361Z","nominalStartTime":null,"nominalEndTime":null,"state":"RUNNING","startedAt":"2019-05-09T15:17:32.690346","endedAt":null,"durationMs":null,"args":{"email":"
[email protected]","emailOnFailure":"false","emailOnRetry":"true","retries":"1"},"facets":{}},"title":"IncompleteRun"}}}}},"parameters":[{"name":"id","in":"path","description":"The ID of the run.","required":true,"schema":{"type":"string","format":"uuid","example":"ea9badc5-7cb2-49af-9a9f-155771d3a797"}},{"name":"at","in":"query","description":"An [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp representing the time when the run transitioned.","required":false,"schema":{"type":"string","format":"date-time"}}],"method":"post","path":"/jobs/runs/{id}/abort","servers":[{"url":"http://localhost:5000/api/v1","description":"Local API server"}],"info":{"title":"Marquez","version":"0.41.0-SNAPSHOT","description":"Marquez is an open source **metadata service** for the **collection**, **aggregation**, and **visualization** of a data ecosystem's metadata.","license":{"name":"Apache 2.0","url":"http://www.apache.org/licenses/LICENSE-2.0.html"}},"postman":{"name":"Abort a run","description":{"content":"Marks the run as `ABORTED`.","type":"text/plain"},"url":{"path":["jobs","runs",":id","abort"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"An [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp representing the time when the run transitioned.","type":"text/plain"},"key":"at","value":""}],"variable":[{"disabled":false,"description":{"content":"(Required) The ID of the run.","type":"text/plain"},"type":"any","value":"","key":"id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST"}}
0 commit comments