1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/reference/api/generated-api-html
Parker Mossman 9dfd0daf0a Add API endpoint and handlers to delete SourceDefinitions and DestinationDefinitions (#8826)
* add optional tombstone field to StandardSourceDefinition and update repository methods to use it

add new ConfigRepository unit tests to cover includeTombstone logic

whitespace nits

remove accidental import

let autoformat decide whitespace

set tombstone false when creating a SourceDefinition

set tombstone in a couple missed places

remove includeTombstone param from get repository methods

check for tombstone sourceDefinition in ConfigDumpImporter

add tombstone to DestinationDefinition as well

add sourceDefinition delete endpoint, handler, and tests. also fix up some variable names (source -> sourceDefinition) because of confusion and conflicts

add api endpoint to delete destination definitions

filter via stream instead of if-continue

fix comment formatting

* gradle format
2021-12-20 14:40:46 -08:00
..