Azure / azure-cosmos-table-python

Python SDK for Azure CosmosDB
Apache License 2.0
27 stars 22 forks source link

azure-cosmosdb-table 1.0.6 needs to be deprecated #59

Open mario-guerra opened 3 years ago

mario-guerra commented 3 years ago

Track 2 SDKs for table storage have been released and we want to encourage customers to use the new packages. To that end, all existing track 1 packages need to be deprecated.

azure-cosmosdb-table 1.0.6 needs to be deprecated as per our guidelines for GA releases.

mdlopresti commented 2 years ago

Your guidelines for GA releases link isn't public. If this is getting deprecated, what is replacing it?

Also your public tutorial docs are still using this package. https://docs.microsoft.com/en-us/azure/cosmos-db/table/how-to-use-python

mario-guerra commented 2 years ago

Hi Michael, thanks for your comments and for the link to the doc that needs updating. The tables package has been replaced with a newer version. You can read the GA announcement blog post for more details.

mario-guerra commented 2 years ago

Hi @mdlopresti, thanks for the heads up on the content, we will work on updating it to use the recently released data tables libraries that support both storage tables and CosmosDB tables.