-
Notifications
You must be signed in to change notification settings - Fork 1.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
Get database name for Azure Cosmos DB for PostgreSQL #26873
Comments
will check |
@vanta-cladelpino ,I think you use a wrong package, |
@kazrael2119 Hmmm, I'm talking about Cosmos DB for PostgreSQL, and can fetch all the cluster/nodes information, plus the package has the exact name of the service, so I don't really think thats the case. |
@vanta-cladelpino do you mean you want to get the database name which is created when creating a cluster? |
If as the above is your issue ,after my investigation, there's a parameter called databaseName on portal. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sajeetharan @abkolant-MSFT @pjohari-ms @simorenoh @v1k1. |
Correct, we recently introduced the custom database name in Azure Cosmos DB for PostgreSQL. It can be done only during cluster provisioning. Today this capability is enabled in the Azure portal only. We're working on updating REST APIs with this functionality (that would include GET for DB name). We expect the REST APIs update to be published in the next 6-8 weeks or so. Once REST APIs are updated the change will be brought down to Terraform, Azure SDKs, and Azure CLI. |
thanks!! |
Hi @niklarin , does the feature have been published? this month we have CosmosDBforPostgreSQL release request:https://github.com/Azure/sdk-release-request/issues/4461 , but in the generated code:#27007, it doesn't contains this feature. If publish is done, I think we can include this feature directly in this release |
@kazrael2119 No, not yet. Tentatively the next update for the REST APIs for Azure Cosmos DB for PostgreSQL will be done in October / November and will include quite a few additions including the DB name at provisioning time. |
@kazrael2119, please help to check the next release to verify update and then close this item. Thanks. |
@lirenhe please do not open issues related to PgSQL on this repo! |
Hi, I'm not being able to find how to get the database name of a PostgreSQL Citus CosmosDB powered database using the js SDK.
I'm able to get information on the cluster or servers via the properties of https://azuresdkdocs.blob.core.windows.net/$web/javascript/azure-arm-cosmosdbforpostgresql/1.0.0-beta.1/classes/CosmosDBForPostgreSQL.html but none of these includes the database name.
thanks in advance!
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: