-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Azure Table Storage Provider #1142
Comments
As the Core coming to RC. How would Azure Table Storage provider start to kick in development? |
Any update on this? I'm really looking forward to implement Table Storage with EF Core! |
Any update on this? Any timelines for making this available as released component? |
@venkatesh-bhupathi The provider is currently on-hold as our team focuses on adding in the critical features that prevent folks from adopting EF Core. We do plan to bring the provider back and RTM it, but we don’t have a timeframe at this stage. |
Does the addition of the propose-close label mean that you've decided to never support ATS in EF Core? |
@guardrex The "propose-close" label is something that can be added by members of the EF team to suggest we should revisit this item to see whether or we should continue to keep this issue on the backlog. It doesn't mean we have decided to close it yet. In this case, we may close the issue because things have moved forward in the last couple of years to a place where a Cosmos DB provider may have much more value than an ATS provider, and if the trend continues it may be that ATS is never high enough priority for our team to implement. That doesn't prevent a community driven effort to create a provider, such as is the case for many other database back-ends. |
Closing this as we are focusing our efforts on Cosmos DB (initially as a document store) rather than ATS. We don't intend for the EF team to implement and maintain an ATS provider, but we would be fully supportive of community efforts to do so. |
Adding link for reference: Writing a Database Provider |
@ajcvickers Since ATS and Cosmos Tables share the same API, I presume this means you aren't creating an EF provider for Cosmos Tables either. Is that right? |
@MisinformedDNA It's not currently in our plans. |
Re-opening to discuss in triage since other sources indicate there is still some demand for this. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@ErikEJ azure tables is both. “The Azure Tables client library can seamlessly target either Azure Table storage or Azure Cosmos DB table service endpoints with no code changes. “ I haven’t tried to connect to ast via a cosmos ef connection to know if they are different but the base api is shared between the two. Maybe like @OzBob says it’s a slightly diff connection format change and use the Cosmos implement. |
Parent item to track finishing this provider once we have the core of EF7 padded out and stabilized.
The text was updated successfully, but these errors were encountered: