rgwfuncs 0.0.115__py3-none-any.whl → 0.0.116__py3-none-any.whl
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.
- rgwfuncs/df_lib.py +1 -1
- {rgwfuncs-0.0.115.dist-info → rgwfuncs-0.0.116.dist-info}/METADATA +1 -1
- {rgwfuncs-0.0.115.dist-info → rgwfuncs-0.0.116.dist-info}/RECORD +6 -6
- {rgwfuncs-0.0.115.dist-info → rgwfuncs-0.0.116.dist-info}/WHEEL +0 -0
- {rgwfuncs-0.0.115.dist-info → rgwfuncs-0.0.116.dist-info}/licenses/LICENSE +0 -0
- {rgwfuncs-0.0.115.dist-info → rgwfuncs-0.0.116.dist-info}/top_level.txt +0 -0
rgwfuncs/df_lib.py
CHANGED
@@ -632,7 +632,7 @@ def load_data_from_snowflake(
|
|
632
632
|
has_direct = any(d is not None for d in direct_creds)
|
633
633
|
if preset and has_direct:
|
634
634
|
raise ValueError("Don't mix preset with direct params, pick one")
|
635
|
-
if not preset and not
|
635
|
+
if not preset and not has_direct: # Wait, better: require at least the core ones
|
636
636
|
if not private_key_path or not account or not user:
|
637
637
|
raise ValueError("Need private_key_path, account, and user if no preset")
|
638
638
|
if not preset and not preset:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rgwfuncs
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.116
|
4
4
|
Summary: A functional programming paradigm for mathematical modelling and data science
|
5
5
|
Author-email: Ryan Gerard Wilson <ryangerardwilson@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/ryangerardwilson/rgwfuncs
|
@@ -1,10 +1,10 @@
|
|
1
1
|
rgwfuncs/__init__.py,sha256=G0i_r5bBDuhGgKCCGaSs0sz0_ZdBicaYRtjZLyR-ntY,1380
|
2
|
-
rgwfuncs/df_lib.py,sha256=
|
2
|
+
rgwfuncs/df_lib.py,sha256=RvCBf-YU9LaM-Ilzt60e9JB-AMcFyS5PH9w6E_7pmuw,90516
|
3
3
|
rgwfuncs/docs_lib.py,sha256=i63NzX-V8cGhikYdtkRGAEe2VcuwpXxDUyTRa9xI7l8,1972
|
4
4
|
rgwfuncs/interactive_shell_lib.py,sha256=YeJBW9YgH5Nv77ONdOyIKFgtf0ItXStdlKGN9GGf8bU,4228
|
5
5
|
rgwfuncs/str_lib.py,sha256=vQ4CYzSLYDIWh4WM1Kjhbg6DqbX4rX6VKdJ_EBJJVyE,11322
|
6
|
-
rgwfuncs-0.0.
|
7
|
-
rgwfuncs-0.0.
|
8
|
-
rgwfuncs-0.0.
|
9
|
-
rgwfuncs-0.0.
|
10
|
-
rgwfuncs-0.0.
|
6
|
+
rgwfuncs-0.0.116.dist-info/licenses/LICENSE,sha256=jLvt20gcUZYB8UOvyBvyKQ1qhYYhD__qP7ZDx2lPFkU,1062
|
7
|
+
rgwfuncs-0.0.116.dist-info/METADATA,sha256=8Pa7P34dybjZqBmUc5ZCMn6id264sdaqSm_mf2TxUBk,42931
|
8
|
+
rgwfuncs-0.0.116.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
rgwfuncs-0.0.116.dist-info/top_level.txt,sha256=aGuVIzWsKiV1f2gCb6mynx0zx5ma0B1EwPGFKVEMTi4,9
|
10
|
+
rgwfuncs-0.0.116.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|