pycarlo 0.10.166__py3-none-any.whl → 0.10.167__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 pycarlo might be problematic. Click here for more details.

pycarlo/lib/schema.json CHANGED
@@ -178871,6 +178871,18 @@
178871
178871
  "name": "String",
178872
178872
  "ofType": null
178873
178873
  }
178874
+ },
178875
+ {
178876
+ "args": [],
178877
+ "deprecationReason": null,
178878
+ "description": "Data share organization identifier",
178879
+ "isDeprecated": false,
178880
+ "name": "organization",
178881
+ "type": {
178882
+ "kind": "SCALAR",
178883
+ "name": "String",
178884
+ "ofType": null
178885
+ }
178874
178886
  }
178875
178887
  ],
178876
178888
  "inputFields": null,
@@ -178976,6 +178988,16 @@
178976
178988
  "name": "String",
178977
178989
  "ofType": null
178978
178990
  }
178991
+ },
178992
+ {
178993
+ "defaultValue": null,
178994
+ "description": "Organization identifier",
178995
+ "name": "organization",
178996
+ "type": {
178997
+ "kind": "SCALAR",
178998
+ "name": "String",
178999
+ "ofType": null
179000
+ }
178979
179001
  }
178980
179002
  ],
178981
179003
  "interfaces": null,
pycarlo/lib/schema.py CHANGED
@@ -6791,7 +6791,7 @@ class DataProfilerWidgetDataInput(sgqlc.types.Input):
6791
6791
 
6792
6792
  class DataShareInput(sgqlc.types.Input):
6793
6793
  __schema__ = schema
6794
- __field_names__ = ("type", "account", "region")
6794
+ __field_names__ = ("type", "account", "region", "organization")
6795
6795
  type = sgqlc.types.Field(DataShareType, graphql_name="type")
6796
6796
  """Type of data share (default: 'snowflake')"""
6797
6797
 
@@ -6801,6 +6801,9 @@ class DataShareInput(sgqlc.types.Input):
6801
6801
  region = sgqlc.types.Field(String, graphql_name="region")
6802
6802
  """Data share region (optional if account has only one)"""
6803
6803
 
6804
+ organization = sgqlc.types.Field(String, graphql_name="organization")
6805
+ """Organization identifier"""
6806
+
6804
6807
 
6805
6808
  class DataSourceSchemaInput(sgqlc.types.Input):
6806
6809
  __schema__ = schema
@@ -17857,7 +17860,7 @@ class DataShareOutput(sgqlc.types.Type):
17857
17860
  """Data share configuration details"""
17858
17861
 
17859
17862
  __schema__ = schema
17860
- __field_names__ = ("type", "account", "region")
17863
+ __field_names__ = ("type", "account", "region", "organization")
17861
17864
  type = sgqlc.types.Field(String, graphql_name="type")
17862
17865
  """Type of data share (e.g., 'snowflake')"""
17863
17866
 
@@ -17867,6 +17870,9 @@ class DataShareOutput(sgqlc.types.Type):
17867
17870
  region = sgqlc.types.Field(String, graphql_name="region")
17868
17871
  """Data share region"""
17869
17872
 
17873
+ organization = sgqlc.types.Field(String, graphql_name="organization")
17874
+ """Data share organization identifier"""
17875
+
17870
17876
 
17871
17877
  class DataSourceEvaluationResult(sgqlc.types.Type):
17872
17878
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.166
3
+ Version: 0.10.167
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
35
35
  pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
36
36
  pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
37
37
  pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- pycarlo/lib/schema.json,sha256=H0oqNoY4rsQxmHFpXqKl_9XU3lCO2iMM89bfcpsjp1s,6239983
39
- pycarlo/lib/schema.py,sha256=JFdYpxBdV1zfwHPyvdXMSI4INU_ejSRGaVUjnKxfqvE,2710799
40
- pycarlo-0.10.166.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.166.dist-info/METADATA,sha256=S7QQNRY_XGrnZx6Bks4KxheGkZpJliCPSPLYwkpIhDE,8742
42
- pycarlo-0.10.166.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.166.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.166.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=-v3Daf3OQu8_QQgMSAUWMEKgWw1u1mUtUbhfKr9Zsrs,6240658
39
+ pycarlo/lib/schema.py,sha256=o9fpV1rvWl85XFRdTdJQvnLmZe12S008Y72kpQQ9B38,2711060
40
+ pycarlo-0.10.167.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.167.dist-info/METADATA,sha256=dGuFUxJ2UFUamryrJwLpxGHENWweFnpX5WrJGse1Bw0,8742
42
+ pycarlo-0.10.167.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.167.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.167.dist-info/RECORD,,