We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97aaa6e commit 9a45442Copy full SHA for 9a45442
src/securityanalysistoolproject/core/dbclient.py
@@ -587,7 +587,7 @@ def ispaginatedCall(endpoint):
587
"/api/2.0/marketplace-exchange/exchanges-for-listing",
588
"/api/2.0/marketplace-exchange/filters",
589
"/api/2.0/marketplace-exchange/listings-for-exchange",
590
- "/api/2.0/marketplace-provider/providers"
+ "/api/2.0/marketplace-provider/providers",
591
"/api/2.0/marketplace-provider/files",
592
"/api/2.0/marketplace-provider/listings",
593
"/api/2.0/marketplace-provider/personalization-requests",
@@ -622,7 +622,7 @@ def ispaginatedCall(endpoint):
622
"/api/2.1/unity-catalog/bindings/.+/.+",
623
"/api/2.1/unity-catalog/catalogs",
624
"/api/2.1/unity-catalog/connections",
625
- "/api/2.1/unity-catalog/credentials"
+ "/api/2.1/unity-catalog/credentials",
626
"/api/2.1/unity-catalog/external-locations",
627
"/api/2.1/unity-catalog/functions",
628
"/api/2.1/unity-catalog/metastores/.+/systemschemas", # not used
0 commit comments