We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f28410 commit 5b5688aCopy full SHA for 5b5688a
src/firebolt/utils/urls.py
@@ -33,8 +33,6 @@
33
ACCOUNT_ENGINE_URL_BY_DATABASE_NAME_V1 = (
34
ACCOUNT_LIST_ENGINES_URL + ":getURLByDatabaseName"
35
)
36
-ACCOUNT_LIST_ENGINES_URL = "/core/v1/accounts/{account_id}/engines"
37
-ACCOUNT_ENGINE_ID_BY_NAME_URL = ACCOUNT_LIST_ENGINES_URL + ":getIdByName"
38
ACCOUNT_URL = "/iam/v2/account"
39
ACCOUNT_BY_NAME_URL_V1 = "/iam/v2/accounts:getIdByName"
40
ACCOUNT_BINDINGS_URL = "/core/v1/accounts/{account_id}/bindings"
0 commit comments