quollio-core 0.6.0__py3-none-any.whl → 0.6.1__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.
- quollio_core/__init__.py +1 -1
- quollio_core/snowflake.py +3 -3
- {quollio_core-0.6.0.dist-info → quollio_core-0.6.1.dist-info}/METADATA +1 -1
- {quollio_core-0.6.0.dist-info → quollio_core-0.6.1.dist-info}/RECORD +6 -6
- {quollio_core-0.6.0.dist-info → quollio_core-0.6.1.dist-info}/WHEEL +0 -0
- {quollio_core-0.6.0.dist-info → quollio_core-0.6.1.dist-info}/licenses/LICENSE +0 -0
quollio_core/__init__.py
CHANGED
quollio_core/snowflake.py
CHANGED
@@ -352,10 +352,10 @@ if __name__ == "__main__":
|
|
352
352
|
if you use API Gateway VPC Endpoint, DefaultValue is set to PUBLIC.",
|
353
353
|
)
|
354
354
|
parser.add_argument(
|
355
|
-
"--
|
355
|
+
"--auth_type",
|
356
356
|
type=str,
|
357
357
|
choices=["PASSWORD", "KEYPAIR"],
|
358
|
-
action=env_default("
|
358
|
+
action=env_default("SNOWFLAKE_AUTH_TYPE"),
|
359
359
|
default="PASSWORD",
|
360
360
|
required=False,
|
361
361
|
help="Authentication method to use (PASSWORD or KEYPAIR)",
|
@@ -395,7 +395,7 @@ if __name__ == "__main__":
|
|
395
395
|
}
|
396
396
|
|
397
397
|
# Add authentication specific parameters based on method
|
398
|
-
if args.
|
398
|
+
if args.auth_type == "KEYPAIR":
|
399
399
|
if not args.private_key:
|
400
400
|
raise ValueError("private_key is required when using keypair authentication")
|
401
401
|
auth_params["private_key"] = args.private_key
|
@@ -1,8 +1,8 @@
|
|
1
|
-
quollio_core/__init__.py,sha256=
|
1
|
+
quollio_core/__init__.py,sha256=UKsQb_ngmTusubotU4aVGiWhbSJfs4FBWUasBuPnlg0,83
|
2
2
|
quollio_core/bigquery.py,sha256=6Oq4DVGpa3X21Es_nbrsb8pK3vaxwb9Egnvq3huo95k,5894
|
3
3
|
quollio_core/bricks.py,sha256=8h3kbI2b6lGH2s-56jE_Q5-R5-nIsQYMfvtRrkFOzoU,10784
|
4
4
|
quollio_core/redshift.py,sha256=KcdljY95xYf9JYrsaMOBoP_XxQQ8wFVE5ue_XEMVSFc,11504
|
5
|
-
quollio_core/snowflake.py,sha256=
|
5
|
+
quollio_core/snowflake.py,sha256=YM9rnlk7iKY7rg2BxEPQgKtCuHf17Tb5HTr4a7YV8oo,16467
|
6
6
|
quollio_core/teradata.py,sha256=H2VUcJvr8W-M2wvm3710Gf1ENb-BSscrDRKNm8gdHJE,8227
|
7
7
|
quollio_core/dbt_projects/databricks/.gitignore,sha256=1jJAyXSzJ3YUm0nx3i7wUSE4RjQMX3ad6F8O88UbtzI,29
|
8
8
|
quollio_core/dbt_projects/databricks/README.md,sha256=ZpRQyhFAODAiS8dc1Kb_ndkul4cu4o4udN_EMa49CU4,440
|
@@ -89,7 +89,7 @@ quollio_core/repository/redshift.py,sha256=p2ouEuYcDCjx1oBhc6H1ekQsvEqHGd3bFu3PW
|
|
89
89
|
quollio_core/repository/snowflake.py,sha256=yCYXrYf4I5GL_ITNTXoggj0xNbQsdwxPSmsVvZYwUVU,3869
|
90
90
|
quollio_core/repository/ssm.py,sha256=xpm1FzbBnIsBptuYPUNnPgkKU2AH3XxI-ZL0bEetvW0,2182
|
91
91
|
quollio_core/repository/teradata.py,sha256=1AExxRBTswpSyF4OVyAUkoiZ0yVRfqt4T99FdllkTEI,3763
|
92
|
-
quollio_core-0.6.
|
93
|
-
quollio_core-0.6.
|
94
|
-
quollio_core-0.6.
|
95
|
-
quollio_core-0.6.
|
92
|
+
quollio_core-0.6.1.dist-info/licenses/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
93
|
+
quollio_core-0.6.1.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
|
94
|
+
quollio_core-0.6.1.dist-info/METADATA,sha256=ZdX8sgnt97nINrc021GvEp-o-i2Ph01vRLtjc_3J8fg,7023
|
95
|
+
quollio_core-0.6.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|