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
949 stars 197 forks source link

[Bug]: SqlMetadataProviders not being properly initialized during hot-reload #2426

Closed aaronburtle closed 1 month ago

aaronburtle commented 1 month ago

What happened?

When the SqlMetadataProviderFactories are initialized on startup, they also call into an initialization function which properly configures the providers that they hold. During a hot reload, we also need to do this initialization.

Version

1.3

What database are you using?

Azure SQL

What hosting model are you using?

No response

Which API approach are you accessing DAB through?

No response

Relevant log output

No response

Code of Conduct