-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Use a single source of truth for built-in capabilities
- Loading branch information
1 parent
4674b3f
commit 93bbe08
Showing
19 changed files
with
709 additions
and
523 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Built-in Settings and Capabilities | ||
================================== | ||
|
||
.. currentmodule:: singer_sdk.helpers.capabilities | ||
|
||
The Singer SDK library provides a number of built-in settings and capabilities. | ||
|
||
.. autodata:: ADD_RECORD_METADATA | ||
:no-value: | ||
|
||
.. autoattribute:: ADD_RECORD_METADATA.schema | ||
|
||
.. autodata:: BATCH | ||
:no-value: | ||
|
||
.. autoattribute:: BATCH.schema | ||
.. autoattribute:: BATCH.capability |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.