pycarlo 0.10.89__py3-none-any.whl → 0.10.91__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
@@ -15396,7 +15396,7 @@
15396
15396
  },
15397
15397
  {
15398
15398
  "defaultValue": null,
15399
- "description": "Schedule type to filter by (e.g., 'loose')",
15399
+ "description": "DEPRECATED: Schedule type filtering is no longer supported.",
15400
15400
  "name": "scheduleType",
15401
15401
  "type": {
15402
15402
  "kind": "SCALAR",
@@ -15437,83 +15437,6 @@
15437
15437
  }
15438
15438
  }
15439
15439
  },
15440
- {
15441
- "args": [
15442
- {
15443
- "defaultValue": null,
15444
- "description": "Warehouse UUID",
15445
- "name": "warehouseUuid",
15446
- "type": {
15447
- "kind": "NON_NULL",
15448
- "name": null,
15449
- "ofType": {
15450
- "kind": "SCALAR",
15451
- "name": "String",
15452
- "ofType": null
15453
- }
15454
- }
15455
- },
15456
- {
15457
- "defaultValue": null,
15458
- "description": "List of job types to filter by (e.g., METADATA, QUERY_LOGS)",
15459
- "name": "jobTypes",
15460
- "type": {
15461
- "kind": "LIST",
15462
- "name": null,
15463
- "ofType": {
15464
- "kind": "NON_NULL",
15465
- "name": null,
15466
- "ofType": {
15467
- "kind": "ENUM",
15468
- "name": "JobTypeEnum",
15469
- "ofType": null
15470
- }
15471
- }
15472
- }
15473
- },
15474
- {
15475
- "defaultValue": null,
15476
- "description": "Schedule type to filter by (e.g., 'loose')",
15477
- "name": "scheduleType",
15478
- "type": {
15479
- "kind": "SCALAR",
15480
- "name": "String",
15481
- "ofType": null
15482
- }
15483
- },
15484
- {
15485
- "defaultValue": "false",
15486
- "description": "Include deleted schedules",
15487
- "name": "includeDeleted",
15488
- "type": {
15489
- "kind": "SCALAR",
15490
- "name": "Boolean",
15491
- "ofType": null
15492
- }
15493
- }
15494
- ],
15495
- "deprecationReason": null,
15496
- "description": "(experimental) Get data collector schedules for a warehouse",
15497
- "isDeprecated": false,
15498
- "name": "getWarehouseJobSchedules",
15499
- "type": {
15500
- "kind": "NON_NULL",
15501
- "name": null,
15502
- "ofType": {
15503
- "kind": "LIST",
15504
- "name": null,
15505
- "ofType": {
15506
- "kind": "NON_NULL",
15507
- "name": null,
15508
- "ofType": {
15509
- "kind": "OBJECT",
15510
- "name": "DataCollectorScheduleInfo",
15511
- "ofType": null
15512
- }
15513
- }
15514
- }
15515
- }
15516
- },
15517
15440
  {
15518
15441
  "args": [
15519
15442
  {
@@ -105076,6 +104999,26 @@
105076
104999
  "name": "CollectionDetails",
105077
105000
  "ofType": null
105078
105001
  }
105002
+ },
105003
+ {
105004
+ "args": [],
105005
+ "deprecationReason": null,
105006
+ "description": "List of enabled configurations (primary/secondary)",
105007
+ "isDeprecated": false,
105008
+ "name": "availableEnvConfigurations",
105009
+ "type": {
105010
+ "kind": "NON_NULL",
105011
+ "name": null,
105012
+ "ofType": {
105013
+ "kind": "LIST",
105014
+ "name": null,
105015
+ "ofType": {
105016
+ "kind": "ENUM",
105017
+ "name": "AwsEnvConfiguration",
105018
+ "ofType": null
105019
+ }
105020
+ }
105021
+ }
105079
105022
  }
105080
105023
  ],
105081
105024
  "inputFields": null,
@@ -105437,13 +105380,9 @@
105437
105380
  "isDeprecated": false,
105438
105381
  "name": "primaryRegion",
105439
105382
  "type": {
105440
- "kind": "NON_NULL",
105441
- "name": null,
105442
- "ofType": {
105443
- "kind": "SCALAR",
105444
- "name": "String",
105445
- "ofType": null
105446
- }
105383
+ "kind": "SCALAR",
105384
+ "name": "String",
105385
+ "ofType": null
105447
105386
  }
105448
105387
  },
105449
105388
  {
@@ -118867,22 +118806,6 @@
118867
118806
  }
118868
118807
  }
118869
118808
  },
118870
- {
118871
- "args": [],
118872
- "deprecationReason": null,
118873
- "description": "Type of job - DEPRECATED: Use internal_job_type instead",
118874
- "isDeprecated": false,
118875
- "name": "jobType",
118876
- "type": {
118877
- "kind": "NON_NULL",
118878
- "name": null,
118879
- "ofType": {
118880
- "kind": "ENUM",
118881
- "name": "JobTypeEnum",
118882
- "ofType": null
118883
- }
118884
- }
118885
- },
118886
118809
  {
118887
118810
  "args": [],
118888
118811
  "deprecationReason": null,
@@ -118934,101 +118857,6 @@
118934
118857
  "name": "DataCollectorScheduleInfo",
118935
118858
  "possibleTypes": null
118936
118859
  },
118937
- {
118938
- "description": null,
118939
- "enumValues": [
118940
- {
118941
- "deprecationReason": null,
118942
- "description": null,
118943
- "isDeprecated": false,
118944
- "name": "AGENT_REACHABILITY"
118945
- },
118946
- {
118947
- "deprecationReason": null,
118948
- "description": null,
118949
- "isDeprecated": false,
118950
- "name": "DIRECT_LINEAGE"
118951
- },
118952
- {
118953
- "deprecationReason": null,
118954
- "description": null,
118955
- "isDeprecated": false,
118956
- "name": "ETL"
118957
- },
118958
- {
118959
- "deprecationReason": null,
118960
- "description": null,
118961
- "isDeprecated": false,
118962
- "name": "JSON_SCHEMA"
118963
- },
118964
- {
118965
- "deprecationReason": null,
118966
- "description": null,
118967
- "isDeprecated": false,
118968
- "name": "METADATA"
118969
- },
118970
- {
118971
- "deprecationReason": null,
118972
- "description": null,
118973
- "isDeprecated": false,
118974
- "name": "QUERY_LOGS"
118975
- },
118976
- {
118977
- "deprecationReason": null,
118978
- "description": null,
118979
- "isDeprecated": false,
118980
- "name": "QUERY_LOGS_BOOTSTRAP"
118981
- },
118982
- {
118983
- "deprecationReason": null,
118984
- "description": null,
118985
- "isDeprecated": false,
118986
- "name": "REPORTS"
118987
- },
118988
- {
118989
- "deprecationReason": null,
118990
- "description": null,
118991
- "isDeprecated": false,
118992
- "name": "S3_METADATA_EVENTS"
118993
- },
118994
- {
118995
- "deprecationReason": null,
118996
- "description": null,
118997
- "isDeprecated": false,
118998
- "name": "S3_QL_EVENTS"
118999
- },
119000
- {
119001
- "deprecationReason": null,
119002
- "description": null,
119003
- "isDeprecated": false,
119004
- "name": "SLO"
119005
- },
119006
- {
119007
- "deprecationReason": null,
119008
- "description": null,
119009
- "isDeprecated": false,
119010
- "name": "SQL_QUERY"
119011
- },
119012
- {
119013
- "deprecationReason": null,
119014
- "description": null,
119015
- "isDeprecated": false,
119016
- "name": "STREAM_METADATA"
119017
- },
119018
- {
119019
- "deprecationReason": null,
119020
- "description": null,
119021
- "isDeprecated": false,
119022
- "name": "TABLEAU_GQL"
119023
- }
119024
- ],
119025
- "fields": null,
119026
- "inputFields": null,
119027
- "interfaces": null,
119028
- "kind": "ENUM",
119029
- "name": "JobTypeEnum",
119030
- "possibleTypes": null
119031
- },
119032
118860
  {
119033
118861
  "description": null,
119034
118862
  "enumValues": [
pycarlo/lib/schema.py CHANGED
@@ -3211,44 +3211,6 @@ class JobPerformanceFacet(sgqlc.types.Enum):
3211
3211
  )
3212
3212
 
3213
3213
 
3214
- class JobTypeEnum(sgqlc.types.Enum):
3215
- """Enumeration Choices:
3216
-
3217
- * `AGENT_REACHABILITY`None
3218
- * `DIRECT_LINEAGE`None
3219
- * `ETL`None
3220
- * `JSON_SCHEMA`None
3221
- * `METADATA`None
3222
- * `QUERY_LOGS`None
3223
- * `QUERY_LOGS_BOOTSTRAP`None
3224
- * `REPORTS`None
3225
- * `S3_METADATA_EVENTS`None
3226
- * `S3_QL_EVENTS`None
3227
- * `SLO`None
3228
- * `SQL_QUERY`None
3229
- * `STREAM_METADATA`None
3230
- * `TABLEAU_GQL`None
3231
- """
3232
-
3233
- __schema__ = schema
3234
- __choices__ = (
3235
- "AGENT_REACHABILITY",
3236
- "DIRECT_LINEAGE",
3237
- "ETL",
3238
- "JSON_SCHEMA",
3239
- "METADATA",
3240
- "QUERY_LOGS",
3241
- "QUERY_LOGS_BOOTSTRAP",
3242
- "REPORTS",
3243
- "S3_METADATA_EVENTS",
3244
- "S3_QL_EVENTS",
3245
- "SLO",
3246
- "SQL_QUERY",
3247
- "STREAM_METADATA",
3248
- "TABLEAU_GQL",
3249
- )
3250
-
3251
-
3252
3214
  class JobsPerformanceSummarySort(sgqlc.types.Enum):
3253
3215
  """Enumeration Choices:
3254
3216
 
@@ -13640,7 +13602,7 @@ class AzureInformation(sgqlc.types.Type):
13640
13602
  subscription_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="subscriptionId")
13641
13603
  """Azure Subscription ID"""
13642
13604
 
13643
- primary_region = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="primaryRegion")
13605
+ primary_region = sgqlc.types.Field(String, graphql_name="primaryRegion")
13644
13606
  """Azure Region"""
13645
13607
 
13646
13608
  secondary_region = sgqlc.types.Field(String, graphql_name="secondaryRegion")
@@ -16906,7 +16868,6 @@ class DataCollectorScheduleInfo(sgqlc.types.Type):
16906
16868
  "uuid",
16907
16869
  "resource_id",
16908
16870
  "connection_id",
16909
- "job_type",
16910
16871
  "internal_job_type",
16911
16872
  "limits",
16912
16873
  "interval_in_seconds",
@@ -16920,9 +16881,6 @@ class DataCollectorScheduleInfo(sgqlc.types.Type):
16920
16881
  connection_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="connectionId")
16921
16882
  """Connection ID this schedule belongs to"""
16922
16883
 
16923
- job_type = sgqlc.types.Field(sgqlc.types.non_null(JobTypeEnum), graphql_name="jobType")
16924
- """Type of job - DEPRECATED: Use internal_job_type instead"""
16925
-
16926
16884
  internal_job_type = sgqlc.types.Field(
16927
16885
  sgqlc.types.non_null(InternalJobType), graphql_name="internalJobType"
16928
16886
  )
@@ -21245,6 +21203,7 @@ class HostingInformation(sgqlc.types.Type):
21245
21203
  "infrastructure_details",
21246
21204
  "network_details",
21247
21205
  "collection_details",
21206
+ "available_env_configurations",
21248
21207
  )
21249
21208
  domain_details = sgqlc.types.Field(
21250
21209
  sgqlc.types.non_null(HostingDomainDetails), graphql_name="domainDetails"
@@ -21269,6 +21228,12 @@ class HostingInformation(sgqlc.types.Type):
21269
21228
  collection_details = sgqlc.types.Field(CollectionDetails, graphql_name="collectionDetails")
21270
21229
  """Collection platform information"""
21271
21230
 
21231
+ available_env_configurations = sgqlc.types.Field(
21232
+ sgqlc.types.non_null(sgqlc.types.list_of(AwsEnvConfiguration)),
21233
+ graphql_name="availableEnvConfigurations",
21234
+ )
21235
+ """List of enabled configurations (primary/secondary)"""
21236
+
21272
21237
 
21273
21238
  class IncidentCategoryCount(sgqlc.types.Type):
21274
21239
  __schema__ = schema
@@ -42763,7 +42728,6 @@ class Query(sgqlc.types.Type):
42763
42728
  "evaluate_comparisons",
42764
42729
  "get_delta_logs",
42765
42730
  "get_job_schedules",
42766
- "get_warehouse_job_schedules",
42767
42731
  "get_data_assets_dashboard",
42768
42732
  "get_incident_dashboard_data",
42769
42733
  "get_incident_data_weekly",
@@ -51521,51 +51485,8 @@ class Query(sgqlc.types.Type):
51521
51485
  to specific connection)
51522
51486
  * `job_types` (`[InternalJobType!]`): List of job types to filter
51523
51487
  by (e.g., METADATA, QUERY_LOGS)
51524
- * `schedule_type` (`String`): Schedule type to filter by (e.g.,
51525
- 'loose')
51526
- * `include_deleted` (`Boolean`): Include deleted schedules
51527
- (default: `false`)
51528
- """
51529
-
51530
- get_warehouse_job_schedules = sgqlc.types.Field(
51531
- sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(DataCollectorScheduleInfo))),
51532
- graphql_name="getWarehouseJobSchedules",
51533
- args=sgqlc.types.ArgDict(
51534
- (
51535
- (
51536
- "warehouse_uuid",
51537
- sgqlc.types.Arg(
51538
- sgqlc.types.non_null(String), graphql_name="warehouseUuid", default=None
51539
- ),
51540
- ),
51541
- (
51542
- "job_types",
51543
- sgqlc.types.Arg(
51544
- sgqlc.types.list_of(sgqlc.types.non_null(JobTypeEnum)),
51545
- graphql_name="jobTypes",
51546
- default=None,
51547
- ),
51548
- ),
51549
- (
51550
- "schedule_type",
51551
- sgqlc.types.Arg(String, graphql_name="scheduleType", default=None),
51552
- ),
51553
- (
51554
- "include_deleted",
51555
- sgqlc.types.Arg(Boolean, graphql_name="includeDeleted", default=False),
51556
- ),
51557
- )
51558
- ),
51559
- )
51560
- """(experimental) Get data collector schedules for a warehouse
51561
-
51562
- Arguments:
51563
-
51564
- * `warehouse_uuid` (`String!`): Warehouse UUID
51565
- * `job_types` (`[JobTypeEnum!]`): List of job types to filter by
51566
- (e.g., METADATA, QUERY_LOGS)
51567
- * `schedule_type` (`String`): Schedule type to filter by (e.g.,
51568
- 'loose')
51488
+ * `schedule_type` (`String`): DEPRECATED: Schedule type filtering
51489
+ is no longer supported.
51569
51490
  * `include_deleted` (`Boolean`): Include deleted schedules
51570
51491
  (default: `false`)
51571
51492
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.89
3
+ Version: 0.10.91
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=xnXAuHG2MQ6MpG6E9ArTqE1U49ImKOYwMa6to8sI4xU,6022270
39
- pycarlo/lib/schema.py,sha256=kmPSW43YuJ0DhnU5URRvbPX5hL8qMuC-yLh6ZHE-wT8,2601820
40
- pycarlo-0.10.89.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.89.dist-info/METADATA,sha256=VhZ7Cahcuj1H_m9dXPEY47DnkrGfFO5tPMsWGtPDxTM,8741
42
- pycarlo-0.10.89.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.89.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.89.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=XKKb5ITkzhIvDnK1e8-NsgDVvPL7-nd5py3q9TmTb_w,6016915
39
+ pycarlo/lib/schema.py,sha256=d1zUSlf_11UpEve1CYwyLz6D2rOxqdc7s8SpOyzOT-c,2599528
40
+ pycarlo-0.10.91.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.91.dist-info/METADATA,sha256=Fch-eMJy8hRg9aRpwiAUhc1tQ1JEUS4T9D2jpPgLkrw,8741
42
+ pycarlo-0.10.91.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.91.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.91.dist-info/RECORD,,