We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated from GitLab: https://gitlab.com/meltano/sdk/-/issues/186
Originally created by @aaronsteers on 2021-08-12 00:21:23
Following from https://gitlab.com/meltano/meltano/-/issues/2829 (Gold/Silver/Bronze evaluation framework), we should expand the enumerated list of capabilities.
As of today, Meltano has enumerated the following capabilities:
catalog
properties
discover
state
The first text in the list is the proposed canonical capability text. (Please feel free to propose updates in comments.)
activate-version
about
--about --format=json
batch
--about
stream-maps
log-based
soft-delete
hard-delete
target-schema
The text was updated successfully, but these errors were encountered:
View 13 previous comments from the original issue on GitLab
Sorry, something went wrong.
edgarrmondragon
No branches or pull requests
Migrated from GitLab: https://gitlab.com/meltano/sdk/-/issues/186
Originally created by @aaronsteers on 2021-08-12 00:21:23
Following from https://gitlab.com/meltano/meltano/-/issues/2829 (Gold/Silver/Bronze evaluation framework), we should expand the enumerated list of capabilities.
Today's list:
As of today, Meltano has enumerated the following capabilities:
catalog
(implies selection capabilities)properties
(older version ofcatalog
)discover
(ability to create catalog)state
(ability to perform incremental replication)New additions:
The first text in the list is the proposed canonical capability text. (Please feel free to propose updates in comments.)
activate-version
(#18)about
(--about --format=json
)batch
(#9) (when supported, details are provided in--about
)stream-maps
(inline transformation/mapper functions)log-based
(may be detectable from generated catalog)batch
(#9) (when supported, details are provided in--about
)activate-version
(#18)soft-delete
(requires a tap stream supportingactivate-version
and/orlog-based
)hard-delete
(requires a tap stream supportingactivate-version
and/orlog-based
)stream-maps
(inline transformation/mapper functions)target-schema
(allows overriding of target DB schema)The text was updated successfully, but these errors were encountered: