pycarlo 0.10.153__py3-none-any.whl → 0.10.155__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
@@ -44129,6 +44129,12 @@
44129
44129
  {
44130
44130
  "description": null,
44131
44131
  "enumValues": [
44132
+ {
44133
+ "deprecationReason": null,
44134
+ "description": "ai_engineer",
44135
+ "isDeprecated": false,
44136
+ "name": "AI_ENGINEER"
44137
+ },
44132
44138
  {
44133
44139
  "deprecationReason": null,
44134
44140
  "description": "data_engineer",
@@ -44141,6 +44147,12 @@
44141
44147
  "isDeprecated": false,
44142
44148
  "name": "DATA_ANALYST"
44143
44149
  },
44150
+ {
44151
+ "deprecationReason": null,
44152
+ "description": "data_scientist",
44153
+ "isDeprecated": false,
44154
+ "name": "DATA_SCIENTIST"
44155
+ },
44144
44156
  {
44145
44157
  "deprecationReason": null,
44146
44158
  "description": "bi_analyst_or_engineer",
@@ -76413,6 +76425,18 @@
76413
76425
  }
76414
76426
  }
76415
76427
  },
76428
+ {
76429
+ "args": [],
76430
+ "deprecationReason": null,
76431
+ "description": "Last update time for object assignments cause by domain changes (as opposed to catalog changes)",
76432
+ "isDeprecated": false,
76433
+ "name": "objAssignmentUpdateTime",
76434
+ "type": {
76435
+ "kind": "SCALAR",
76436
+ "name": "DateTime",
76437
+ "ofType": null
76438
+ }
76439
+ },
76416
76440
  {
76417
76441
  "args": [
76418
76442
  {
@@ -127745,6 +127769,18 @@
127745
127769
  "ofType": null
127746
127770
  }
127747
127771
  }
127772
+ },
127773
+ {
127774
+ "args": [],
127775
+ "deprecationReason": null,
127776
+ "description": "Last update time for object assignments cause by domain changes (as opposed to catalog changes)",
127777
+ "isDeprecated": false,
127778
+ "name": "objAssignmentUpdateTime",
127779
+ "type": {
127780
+ "kind": "SCALAR",
127781
+ "name": "DateTime",
127782
+ "ofType": null
127783
+ }
127748
127784
  }
127749
127785
  ],
127750
127786
  "inputFields": null,
@@ -187354,6 +187390,12 @@
187354
187390
  {
187355
187391
  "description": null,
187356
187392
  "enumValues": [
187393
+ {
187394
+ "deprecationReason": null,
187395
+ "description": null,
187396
+ "isDeprecated": false,
187397
+ "name": "AI_ENGINEER"
187398
+ },
187357
187399
  {
187358
187400
  "deprecationReason": null,
187359
187401
  "description": null,
@@ -187366,6 +187408,12 @@
187366
187408
  "isDeprecated": false,
187367
187409
  "name": "DATA_ANALYST"
187368
187410
  },
187411
+ {
187412
+ "deprecationReason": null,
187413
+ "description": null,
187414
+ "isDeprecated": false,
187415
+ "name": "DATA_SCIENTIST"
187416
+ },
187369
187417
  {
187370
187418
  "deprecationReason": null,
187371
187419
  "description": null,
pycarlo/lib/schema.py CHANGED
@@ -5403,9 +5403,11 @@ class UserModelDeleteReason(sgqlc.types.Enum):
5403
5403
  class UserModelPersona(sgqlc.types.Enum):
5404
5404
  """Enumeration Choices:
5405
5405
 
5406
+ * `AI_ENGINEER`: ai_engineer
5406
5407
  * `BI_ANALYST_ENGINEER`: bi_analyst_or_engineer
5407
5408
  * `DATA_ANALYST`: data_analyst
5408
5409
  * `DATA_ENGINEER`: data_engineer
5410
+ * `DATA_SCIENTIST`: data_scientist
5409
5411
  * `EARLY_USER`: early_user
5410
5412
  * `EXECUTIVE`: executive
5411
5413
  * `OTHER`: other
@@ -5416,9 +5418,11 @@ class UserModelPersona(sgqlc.types.Enum):
5416
5418
 
5417
5419
  __schema__ = schema
5418
5420
  __choices__ = (
5421
+ "AI_ENGINEER",
5419
5422
  "BI_ANALYST_ENGINEER",
5420
5423
  "DATA_ANALYST",
5421
5424
  "DATA_ENGINEER",
5425
+ "DATA_SCIENTIST",
5422
5426
  "EARLY_USER",
5423
5427
  "EXECUTIVE",
5424
5428
  "OTHER",
@@ -5459,9 +5463,11 @@ class UserModelState(sgqlc.types.Enum):
5459
5463
  class UserPersona(sgqlc.types.Enum):
5460
5464
  """Enumeration Choices:
5461
5465
 
5466
+ * `AI_ENGINEER`None
5462
5467
  * `BI_ANALYST_ENGINEER`None
5463
5468
  * `DATA_ANALYST`None
5464
5469
  * `DATA_ENGINEER`None
5470
+ * `DATA_SCIENTIST`None
5465
5471
  * `EARLY_USER`None
5466
5472
  * `EXECUTIVE`None
5467
5473
  * `OTHER`None
@@ -5472,9 +5478,11 @@ class UserPersona(sgqlc.types.Enum):
5472
5478
 
5473
5479
  __schema__ = schema
5474
5480
  __choices__ = (
5481
+ "AI_ENGINEER",
5475
5482
  "BI_ANALYST_ENGINEER",
5476
5483
  "DATA_ANALYST",
5477
5484
  "DATA_ENGINEER",
5485
+ "DATA_SCIENTIST",
5478
5486
  "EARLY_USER",
5479
5487
  "EXECUTIVE",
5480
5488
  "OTHER",
@@ -19243,6 +19251,7 @@ class DomainOutput(sgqlc.types.Type):
19243
19251
  "excluded_tags",
19244
19252
  "assignments_with_properties",
19245
19253
  "excluded_assignments_with_properties",
19254
+ "obj_assignment_update_time",
19246
19255
  )
19247
19256
  uuid = sgqlc.types.Field(UUID, graphql_name="uuid")
19248
19257
  """Domain UUID"""
@@ -19286,6 +19295,11 @@ class DomainOutput(sgqlc.types.Type):
19286
19295
  )
19287
19296
  """Objects excluded from domains and their properties"""
19288
19297
 
19298
+ obj_assignment_update_time = sgqlc.types.Field(DateTime, graphql_name="objAssignmentUpdateTime")
19299
+ """Last update time for object assignments cause by domain changes
19300
+ (as opposed to catalog changes)
19301
+ """
19302
+
19289
19303
 
19290
19304
  class DomainRestrictionConnection(sgqlc.types.relay.Connection):
19291
19305
  __schema__ = schema
@@ -72679,6 +72693,7 @@ class DomainRestriction(sgqlc.types.Type, Node):
72679
72693
  "description",
72680
72694
  "created_by",
72681
72695
  "tables",
72696
+ "obj_assignment_update_time",
72682
72697
  "data_products_created_in",
72683
72698
  )
72684
72699
  created_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdTime")
@@ -72723,6 +72738,11 @@ class DomainRestriction(sgqlc.types.Type, Node):
72723
72738
  * `full_table_id` (`String`)None
72724
72739
  """
72725
72740
 
72741
+ obj_assignment_update_time = sgqlc.types.Field(DateTime, graphql_name="objAssignmentUpdateTime")
72742
+ """Last update time for object assignments cause by domain changes
72743
+ (as opposed to catalog changes)
72744
+ """
72745
+
72726
72746
  data_products_created_in = sgqlc.types.Field(
72727
72747
  sgqlc.types.non_null(DataProductConnection),
72728
72748
  graphql_name="dataProductsCreatedIn",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.153
3
+ Version: 0.10.155
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=Qq9T-GFyUB-dsa6LJdtcbvHrGzxE64rZLnhTgeQrYS4,6214369
39
- pycarlo/lib/schema.py,sha256=tYEukpd7yVqnjA0OYEvbc70MlaBYqHWRreCyOBncqAo,2697199
40
- pycarlo-0.10.153.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.153.dist-info/METADATA,sha256=jxOShSvnuVA-U4w3eX2fdWgXRsu0faCxa5HKpm9MoUA,8742
42
- pycarlo-0.10.153.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.153.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.153.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=xda0iBEC_7sWLoq67saodgJi9-kIaQrHtVLIJbVq7Qc,6216010
39
+ pycarlo/lib/schema.py,sha256=THyjIsB6hW556_PCbirbZG0QzvcQBXm5aLsNsYymSQQ,2697930
40
+ pycarlo-0.10.155.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.155.dist-info/METADATA,sha256=JjchkEPGvufn7l39-t2AEsnUJxHCGyujjDJw1hjCPHs,8742
42
+ pycarlo-0.10.155.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.155.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.155.dist-info/RECORD,,