hana-cloud-interface 0.1.6__tar.gz → 0.1.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of hana-cloud-interface might be problematic. Click here for more details.
- {hana_cloud_interface-0.1.6 → hana_cloud_interface-0.1.7}/PKG-INFO +1 -1
- {hana_cloud_interface-0.1.6 → hana_cloud_interface-0.1.7}/pyproject.toml +1 -1
- {hana_cloud_interface-0.1.6 → hana_cloud_interface-0.1.7}/src/hana_cloud_interface/main.py +1 -1
- {hana_cloud_interface-0.1.6 → hana_cloud_interface-0.1.7}/README.md +0 -0
- {hana_cloud_interface-0.1.6 → hana_cloud_interface-0.1.7}/src/hana_cloud_interface/__init__.py +0 -0
- {hana_cloud_interface-0.1.6 → hana_cloud_interface-0.1.7}/src/hana_cloud_interface/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: hana-cloud-interface
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: Runs a SQL command on SAP HANA Cloud using OAuth single sign on and returns a pandas or polars dataframe
|
|
5
5
|
Author: charlotte corpe
|
|
6
6
|
Author-email: charlotte corpe <charlotte.corpe@powerco.co.nz>
|
|
@@ -177,7 +177,7 @@ def get_token(i=0):
|
|
|
177
177
|
authorization_url = f"{oauth_config['AUTH_URL']}?{urllib.parse.urlencode(params)}"
|
|
178
178
|
|
|
179
179
|
# Open web browser and go to oauth url
|
|
180
|
-
if
|
|
180
|
+
if Browser_override_g != '':
|
|
181
181
|
webbrowser.get(Browser_override_g).open(authorization_url,new=1)
|
|
182
182
|
else:
|
|
183
183
|
webbrowser.open(authorization_url,new=1)
|
|
File without changes
|
{hana_cloud_interface-0.1.6 → hana_cloud_interface-0.1.7}/src/hana_cloud_interface/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|