1
0
mirror of synced 2026-01-13 09:03:08 -05:00
Files
airbyte/docs/reference/api
Jenny Brown ea7002ec33 Add paged results to Job History retrieval (#4323)
* Add paged results to job history retrieval.

* Make job histories come back in a sort order controlled by the sql query

* Increased default job history to show, to make better defaults for UI before paging

* Code review cleanup, constants.

* Update airbyte-scheduler/persistence/src/main/java/io/airbyte/scheduler/persistence/DefaultJobPersistence.java

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* Update airbyte-scheduler/persistence/src/main/java/io/airbyte/scheduler/persistence/DefaultJobPersistence.java

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* Use a Pagination object for pagesize and offset

* NPE fix when pagination is not sent with the request and it falls back to defaults

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-06-28 12:53:23 -05:00
..
2021-04-29 15:18:52 -07:00

API Documentation Folder

  • generated-api-html: Plain HTML file automatically generated from the Airbyte OAS spec as part of the build.
  • api-documentation.md: Markdown for API documentation Gitbook page.
  • rapidoc-api-docs.html: HTML for actual API Spec Documentation and linked to in the above Gitbook page. This is a S3 static website hosted out of the airbyte-public-api-docs bucket with a Cloudfront Distribution for SSL. This file points to the Airbyte OAS spec on Master and will automatically mirror spec changes. This file will need to be uploaded to the airbyte-public-api-docs bucket for any file changes to propagate.