meltano / sdk

Write 70% less code by using the SDK to build custom extractors and loaders that adhere to the Singer standard: https://sdk.meltano.com
https://sdk.meltano.com
Apache License 2.0
95 stars 69 forks source link

Allow developers to explicitly declare "unsupported streams" #108

Open MeltyBot opened 3 years ago

MeltyBot commented 3 years ago

Migrated from GitLab: https://gitlab.com/meltano/sdk/-/issues/108

Originally created by @aaronsteers on 2021-04-16 18:30:23


As came up in the office hours session this week, it would be helpful if developers could expose which API endpoints they explicitly have not covered yet in their implementation.

As Douwe mentioned in the video link, the Singer Spec does already support an "unsupported" flag for catalog metadata, and this could be applied if the developer wanted to expose to potential users (and also in SingerHub) which streams and covered by the tap and which streams are not covered.

MeltyBot commented 2 years ago

View 1 previous comment from the original issue on GitLab

stale[bot] commented 1 year ago

This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.

edgarrmondragon commented 1 year ago

Still relevant

stale[bot] commented 2 months ago

This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.

edgarrmondragon commented 2 months ago

Still relevant

edgarrmondragon commented 2 months ago

The idea would be allowing developers to declare WIP streams and declare them as unsupported until they're implemented.