dlt-hub / dlt-init-openapi

MIT License
20 stars 3 forks source link

Make detector truly pluggable #34

Closed sh-rp closed 6 months ago

sh-rp commented 6 months ago

Add the possibility to switch out the detector. This also means we need to run a verification step after detection to see that the minimum requirements for detected values are met. I think at the very least we need to make sure that resource and table names are detected and stored on the endpoint objects. All other detected values remain optional.