Azure / data-api-builder

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
https://aka.ms/dab/docs
MIT License
953 stars 197 forks source link

Hot-Reload Validate New Config File #2396

Closed RubenCerna2079 closed 1 month ago

RubenCerna2079 commented 2 months ago

Once we get the new config file, we need to make sure that it has no errors before Hot-Reloading. Therefore, we need to find a way to see if there is a way to validate all the information that is in the new config file, so that if it is not validated then we will abort the Hot-Reload and stay with the parameters of the old config file.