You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The create_query() method statically defines the wrong clientType and clientVersion values. Note that these values differ from the UserAgent values added to the HTTPClient headers.
Expected behavior
These values should represent both the actual name of the library/SDK as well as the current version.
Current behavior
See description.
Possible solution
Change the clientType value to "cortex-data-lake-python"
Change the clientVersion value to be the library __version__
Steps to reproduce
Screenshots
Context
Your Environment
Version used: alpha8
Environment name and version (e.g. Chrome 59, node.js 5.4, python 3.7.3):
Operating System and version (desktop or mobile):
Link to your project:
The text was updated successfully, but these errors were encountered:
* Update clientType and clientVersion, fixes#149
* Reduce number of times json() property is called, fixes#148
* Check if static access_token exists before developer token refresh, fixes#147
* Bump version to alpha9
Describe the bug
The
create_query()
method statically defines the wrongclientType
andclientVersion
values. Note that these values differ from theUserAgent
values added to theHTTPClient
headers.Expected behavior
These values should represent both the actual name of the library/SDK as well as the current version.
Current behavior
See description.
Possible solution
clientType
value to "cortex-data-lake-python"clientVersion
value to be the library__version__
Steps to reproduce
Screenshots
Context
Your Environment
The text was updated successfully, but these errors were encountered: