Skip to content

Commit 3561a83

Browse files
committed
Add SmartqQueryAbility api request parameters.
1 parent 1b28a13 commit 3561a83

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

aliyun-python-sdk-quickbi-public/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-04-14 Version: 2.1.14
2+
- Add SmartqQueryAbility api request parameters.
3+
14
2025-03-14 Version: 2.1.13
25
- Add API errors.
36
- QueryUserList API add return parameter.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.1.13'
1+
__version__ = '2.1.14'

aliyun-python-sdk-quickbi-public/aliyunsdkquickbi_public/request/v20220101/SmartqQueryAbilityRequest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class SmartqQueryAbilityRequest(RpcRequest):
2323

2424
def __init__(self):
2525
RpcRequest.__init__(self, 'quickbi-public', '2022-01-01', 'SmartqQueryAbility','2.2.0')
26-
self.set_protocol_type('https')
2726
self.set_method('POST')
2827

2928
def get_UserId(self): # String

0 commit comments

Comments
 (0)