1
0
mirror of synced 2026-01-12 15:02:16 -05:00
Files
airbyte/docs/reference/api
Parker Mossman 5da184895f Add release_stage and release_date to ActorDefinition table (#10051)
* tombstone added to schema dump

* read/write actor_definition.tombstone in config persistence

* add tombstone field when loading from yaml seed persistence

* add tombstone to normalized_tables_schema.txt

* add test to ensure tombstone defaults to false

* add release_date and release_stage to actor_definition
- migration to add columns
- update json schema to add new fields
- update API schema to include new fields in definition reads
- update tests

* rename definition creation methods to include custom

* add format:date for releaseDate, and define shared releaseStage enum

* handle null releaseDate
2022-02-04 13:43:19 -08: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.