arthur-common 2.1.66__py3-none-any.whl → 2.1.68__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.

Potentially problematic release.


This version of arthur-common might be problematic. Click here for more details.

@@ -47,7 +47,6 @@ SNOWFLAKE_CONNECTOR_AUTHENTICATOR_FIELD = "authenticator"
47
47
  SNOWFLAKE_CONNECTOR_PRIVATE_KEY_FIELD = "private_key"
48
48
  SNOWFLAKE_CONNECTOR_PRIVATE_KEY_PASSPHRASE_FIELD = "private_key_passphrase"
49
49
 
50
-
51
50
  # dataset (connector type dependent) constants
52
51
  SHIELD_DATASET_TASK_ID_FIELD = "task_id"
53
52
  BUCKET_BASED_DATASET_FILE_PREFIX_FIELD = "file_prefix"
@@ -48,6 +48,11 @@ class ModelProblemType(BaseEnum):
48
48
  AGENTIC_TRACE = "agentic_trace"
49
49
 
50
50
 
51
+ class SnowflakeConnectorAuthenticatorMethods(BaseEnum):
52
+ SNOWFLAKE_KEY_PAIR = "snowflake_key_pair"
53
+ SNOWFLAKE_PASSWORD = "snowflake_password"
54
+
55
+
51
56
  # Using version from arthur-engine, which has str and enum type inheritance.
52
57
  # Note: These string values are not arbitrary and map to Presidio entity types: https://microsoft.github.io/presidio/supported_entities/
53
58
  class PIIEntityTypes(BaseEnum):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: arthur-common
3
- Version: 2.1.66
3
+ Version: 2.1.68
4
4
  Summary: Utility code common to Arthur platform components.
5
5
  License: MIT
6
6
  Author: Arthur
@@ -23,10 +23,10 @@ arthur_common/config/config.py,sha256=fcpjOYjPKu4Duk63CuTHrOWKQKAlAhVUR60kF_2_Xo
23
23
  arthur_common/config/settings.yaml,sha256=0CrygUwJzC5mGcO5Xnvv2ttp-P7LIsx682jllYA96NQ,161
24
24
  arthur_common/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  arthur_common/models/common_schemas.py,sha256=31Br7DbIgrwHwzgiyMXrgPYrANhqSqle7kmismcy4TY,6770
26
- arthur_common/models/connectors.py,sha256=Yx0wzLKJDVp-Y_bT5sz9AR92MV8U9YG8wt2s6BvOceY,2293
26
+ arthur_common/models/connectors.py,sha256=RwjY74cs0KTKw7Opywehg46SZ4vwN3xm6ujHRsRIQ8Y,2292
27
27
  arthur_common/models/constants.py,sha256=munkU0LrLsDs9BtAfozzw30FCguIowmAUKg_9vqwX24,1049
28
28
  arthur_common/models/datasets.py,sha256=7p1tyJEPwXjBs2ZRoai8hTzNl6MK9jU1DluzASApE_4,254
29
- arthur_common/models/enums.py,sha256=qOdzjRUMXEveADeXco4t5jG_55agcbu9wDjVGjvwXww,3589
29
+ arthur_common/models/enums.py,sha256=f--GnBHo7_PEISrIS18lCxOhZUZ-BcaBvTlq0kX4tsU,3739
30
30
  arthur_common/models/metric_schemas.py,sha256=Xf-1RTzg7iYtnBMLkUUUuMPzAujzzNvQx_pe-CksEdU,2484
31
31
  arthur_common/models/metrics.py,sha256=87LUU7-8duoKCzaffw9GHMyjsKMNoxKa5n5Hyg_ZK1s,11931
32
32
  arthur_common/models/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -44,6 +44,6 @@ arthur_common/tools/functions.py,sha256=FWL4eWO5-vLp86WudT-MGUKvf2B8f02IdoXQFKd6
44
44
  arthur_common/tools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
45
  arthur_common/tools/schema_inferer.py,sha256=Ur4CXGAkd6ZMSU0nMNrkOEElsBopHXq0lctTV8X92W8,5188
46
46
  arthur_common/tools/time_utils.py,sha256=4gfiu9NXfvPZltiVNLSIQGylX6h2W0viNi9Kv4bKyfw,1410
47
- arthur_common-2.1.66.dist-info/METADATA,sha256=WLRJti3lKELDWLDmTGqXNJggRLZWxt5mHFbvnP1YoIc,2147
48
- arthur_common-2.1.66.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
49
- arthur_common-2.1.66.dist-info/RECORD,,
47
+ arthur_common-2.1.68.dist-info/METADATA,sha256=Dmyvy60ivlka8sQwvlFN2-XNAybMTRbHsNu9RUd5FkU,2147
48
+ arthur_common-2.1.68.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
49
+ arthur_common-2.1.68.dist-info/RECORD,,