-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
Allow autogeneration of singular data sources #12595
Comments
Discussed in chat recently after @ScottSuarez brought this up. Context from there: most singular datasources (i.e. The most value comes from custom datasources generally, though, without corresponding resources. |
My concern with datasources implemented manually is that sometimes they don't use the resource read or even schema. This leads to datasources becoming out of date with resource implementation. I would rather have flag to flip to turn on |
Yes, older datasources were handwritten. We avoid those now for the reasons you've mentioned and use the datasource wrapper for singular datasources. That's a separate topic than my comment which addresses why generating these has not been particularly high priority- singular datasources are not particularly valuable for end users in most cases.
Datasource? |
mistype, mm gotcha ! |
[upstream:a5e8c7442c627a828f951efde1e99c300ecd44bd] Signed-off-by: Modular Magician <[email protected]>
[upstream:a5e8c7442c627a828f951efde1e99c300ecd44bd] Signed-off-by: Modular Magician <[email protected]>
Affected Resource(s)
Data sources are currently all handwritten; however, they are fairly simple. We should allow autogeneration so that we can more cheaply support the existing data sources and also more easily add new ones.
The text was updated successfully, but these errors were encountered: