pycarlo 0.10.216__py3-none-any.whl → 0.10.218__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
@@ -11105,36 +11105,6 @@
11105
11105
  "name": "DateTime",
11106
11106
  "ofType": null
11107
11107
  }
11108
- },
11109
- {
11110
- "defaultValue": null,
11111
- "description": "Metric to set maintenance period for. Deprecated: Use time_series_uuid instead",
11112
- "name": "metric",
11113
- "type": {
11114
- "kind": "SCALAR",
11115
- "name": "String",
11116
- "ofType": null
11117
- }
11118
- },
11119
- {
11120
- "defaultValue": null,
11121
- "description": "Field to set maintenance period for. Deprecated: Use time_series_uuid instead",
11122
- "name": "field",
11123
- "type": {
11124
- "kind": "SCALAR",
11125
- "name": "String",
11126
- "ofType": null
11127
- }
11128
- },
11129
- {
11130
- "defaultValue": null,
11131
- "description": "Where condition to set maintenance period for. Deprecated: Use time_series_uuid instead",
11132
- "name": "whereCondition",
11133
- "type": {
11134
- "kind": "SCALAR",
11135
- "name": "String",
11136
- "ofType": null
11137
- }
11138
11108
  }
11139
11109
  ],
11140
11110
  "deprecationReason": null,
@@ -83410,6 +83380,12 @@
83410
83380
  "description": null,
83411
83381
  "isDeprecated": false,
83412
83382
  "name": "USERS"
83383
+ },
83384
+ {
83385
+ "deprecationReason": null,
83386
+ "description": null,
83387
+ "isDeprecated": false,
83388
+ "name": "AUTH_GROUP_CONNECTION_RESTRICTION"
83413
83389
  }
83414
83390
  ],
83415
83391
  "fields": null,
@@ -163483,16 +163459,6 @@
163483
163459
  "ofType": null
163484
163460
  }
163485
163461
  },
163486
- {
163487
- "defaultValue": null,
163488
- "description": "Field to set maintenance period for. If set, the maintenance windows will only apply to the given field. Used for Monitor related windows only. Deprecated: Use time_series_uuid instead",
163489
- "name": "field",
163490
- "type": {
163491
- "kind": "SCALAR",
163492
- "name": "String",
163493
- "ofType": null
163494
- }
163495
- },
163496
163462
  {
163497
163463
  "defaultValue": null,
163498
163464
  "description": "ID of existing data maintenance entry for updating",
@@ -163523,16 +163489,6 @@
163523
163489
  "ofType": null
163524
163490
  }
163525
163491
  },
163526
- {
163527
- "defaultValue": null,
163528
- "description": "Metric to set maintenance period for. If set, the maintenance windows will only apply to the given metric. Used for Monitor related windows only. Deprecated: Use time_series_uuid instead",
163529
- "name": "metric",
163530
- "type": {
163531
- "kind": "SCALAR",
163532
- "name": "String",
163533
- "ofType": null
163534
- }
163535
- },
163536
163492
  {
163537
163493
  "defaultValue": null,
163538
163494
  "description": "Monitor ID to set maintenance period for. If set, the maintenance windows will only apply to the given monitor.",
@@ -163592,16 +163548,6 @@
163592
163548
  "name": "UUID",
163593
163549
  "ofType": null
163594
163550
  }
163595
- },
163596
- {
163597
- "defaultValue": null,
163598
- "description": "Where condition to set maintenance period for. If set, the maintenance windows will only apply to the given where condition. Used for Monitor related windows only. Deprecated: Use time_series_uuid instead",
163599
- "name": "whereCondition",
163600
- "type": {
163601
- "kind": "SCALAR",
163602
- "name": "String",
163603
- "ofType": null
163604
- }
163605
163551
  }
163606
163552
  ],
163607
163553
  "deprecationReason": null,
pycarlo/lib/schema.py CHANGED
@@ -1816,6 +1816,7 @@ class EntitlementTypes(sgqlc.types.Enum):
1816
1816
  * `ADVANCED_SECURITY_V1_2`None
1817
1817
  * `API_CALLS`None
1818
1818
  * `AUDIT_LOGGING`None
1819
+ * `AUTH_GROUP_CONNECTION_RESTRICTION`None
1819
1820
  * `DATA_LAKES`None
1820
1821
  * `DATA_MESH`None
1821
1822
  * `EDW`None
@@ -1837,6 +1838,7 @@ class EntitlementTypes(sgqlc.types.Enum):
1837
1838
  "ADVANCED_SECURITY_V1_2",
1838
1839
  "API_CALLS",
1839
1840
  "AUDIT_LOGGING",
1841
+ "AUTH_GROUP_CONNECTION_RESTRICTION",
1840
1842
  "DATA_LAKES",
1841
1843
  "DATA_MESH",
1842
1844
  "EDW",
@@ -33915,7 +33917,6 @@ class Mutation(sgqlc.types.Type):
33915
33917
  ("dataset", sgqlc.types.Arg(String, graphql_name="dataset", default=None)),
33916
33918
  ("dw_id", sgqlc.types.Arg(UUID, graphql_name="dwId", default=None)),
33917
33919
  ("end_time", sgqlc.types.Arg(DateTime, graphql_name="endTime", default=None)),
33918
- ("field", sgqlc.types.Arg(String, graphql_name="field", default=None)),
33919
33920
  ("id", sgqlc.types.Arg(Int, graphql_name="id", default=None)),
33920
33921
  (
33921
33922
  "maintenance_type",
@@ -33924,7 +33925,6 @@ class Mutation(sgqlc.types.Type):
33924
33925
  ),
33925
33926
  ),
33926
33927
  ("mcon", sgqlc.types.Arg(String, graphql_name="mcon", default=None)),
33927
- ("metric", sgqlc.types.Arg(String, graphql_name="metric", default=None)),
33928
33928
  ("monitor_id", sgqlc.types.Arg(UUID, graphql_name="monitorId", default=None)),
33929
33929
  ("project", sgqlc.types.Arg(String, graphql_name="project", default=None)),
33930
33930
  ("reason", sgqlc.types.Arg(String, graphql_name="reason", default=None)),
@@ -33939,10 +33939,6 @@ class Mutation(sgqlc.types.Type):
33939
33939
  "time_series_uuid",
33940
33940
  sgqlc.types.Arg(UUID, graphql_name="timeSeriesUuid", default=None),
33941
33941
  ),
33942
- (
33943
- "where_condition",
33944
- sgqlc.types.Arg(String, graphql_name="whereCondition", default=None),
33945
- ),
33946
33942
  )
33947
33943
  ),
33948
33944
  )
@@ -33957,10 +33953,6 @@ class Mutation(sgqlc.types.Type):
33957
33953
  given
33958
33954
  * `end_time` (`DateTime`): Start period of data maintenance. If
33959
33955
  not set, all future data will be ignored until updated
33960
- * `field` (`String`): Field to set maintenance period for. If set,
33961
- the maintenance windows will only apply to the given field. Used
33962
- for Monitor related windows only. Deprecated: Use
33963
- time_series_uuid instead
33964
33956
  * `id` (`Int`): ID of existing data maintenance entry for updating
33965
33957
  * `maintenance_type` (`DataMaintenanceMetric`): If not set, all
33966
33958
  metrics for the object will be ignored
@@ -33969,10 +33961,6 @@ class Mutation(sgqlc.types.Type):
33969
33961
  'project', 'dataset' or any table type. Setting any type other
33970
33962
  than a table type will set the maintenance window for all
33971
33963
  matching tables.
33972
- * `metric` (`String`): Metric to set maintenance period for. If
33973
- set, the maintenance windows will only apply to the given
33974
- metric. Used for Monitor related windows only. Deprecated: Use
33975
- time_series_uuid instead
33976
33964
  * `monitor_id` (`UUID`): Monitor ID to set maintenance period for.
33977
33965
  If set, the maintenance windows will only apply to the given
33978
33966
  monitor.
@@ -33987,10 +33975,6 @@ class Mutation(sgqlc.types.Type):
33987
33975
  * `time_series_uuid` (`UUID`): Time series UUID to set maintenance
33988
33976
  period for. If set, the maintenance windows will only apply to
33989
33977
  the given time series. Used for Monitor related windows only.
33990
- * `where_condition` (`String`): Where condition to set maintenance
33991
- period for. If set, the maintenance windows will only apply to
33992
- the given where condition. Used for Monitor related windows
33993
- only. Deprecated: Use time_series_uuid instead
33994
33978
  """
33995
33979
 
33996
33980
  create_data_maintenance_window_from_holidays = sgqlc.types.Field(
@@ -51483,12 +51467,6 @@ class Query(sgqlc.types.Type):
51483
51467
  ),
51484
51468
  ("start_time", sgqlc.types.Arg(DateTime, graphql_name="startTime", default=None)),
51485
51469
  ("end_time", sgqlc.types.Arg(DateTime, graphql_name="endTime", default=None)),
51486
- ("metric", sgqlc.types.Arg(String, graphql_name="metric", default=None)),
51487
- ("field", sgqlc.types.Arg(String, graphql_name="field", default=None)),
51488
- (
51489
- "where_condition",
51490
- sgqlc.types.Arg(String, graphql_name="whereCondition", default=None),
51491
- ),
51492
51470
  )
51493
51471
  ),
51494
51472
  )
@@ -51501,12 +51479,6 @@ class Query(sgqlc.types.Type):
51501
51479
  time series UUID
51502
51480
  * `start_time` (`DateTime`): Start time of maintenance period
51503
51481
  * `end_time` (`DateTime`): End time of maintenance period
51504
- * `metric` (`String`): Metric to set maintenance period for.
51505
- Deprecated: Use time_series_uuid instead
51506
- * `field` (`String`): Field to set maintenance period for.
51507
- Deprecated: Use time_series_uuid instead
51508
- * `where_condition` (`String`): Where condition to set maintenance
51509
- period for. Deprecated: Use time_series_uuid instead
51510
51482
  """
51511
51483
 
51512
51484
  get_data_maintenance_entries_by_mcon = sgqlc.types.Field(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.216
3
+ Version: 0.10.218
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=4NyIZkDYToNJTzOteFTUsgFPXa4EFu1pTwKbsZDqm8Q,6409941
39
- pycarlo/lib/schema.py,sha256=bfxjL0rGL1yHxrPndTB3xHh9D2nRisyg6ZFAvgBpe3o,2787952
40
- pycarlo-0.10.216.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.216.dist-info/METADATA,sha256=juP7kg2lIFPjtmizapLdfK4ulAUirDpq_4cFPfZa_c4,8742
42
- pycarlo-0.10.216.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.216.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.216.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=6M2YVJpAFDjCF5FAFUdbAs27RHL_gHj13ilpWL6T4zc,6407457
39
+ pycarlo/lib/schema.py,sha256=GAGWSSW3KItBiygw34bInn7qbSHKPz0CNke7B8n7MNY,2786283
40
+ pycarlo-0.10.218.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.218.dist-info/METADATA,sha256=KlUmmSfWgwDFdIXZ5a1DT_PW_usuD5PW0p0533SBvl0,8742
42
+ pycarlo-0.10.218.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.218.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.218.dist-info/RECORD,,