pycarlo 0.10.118__tar.gz → 0.10.120__tar.gz

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.

Files changed (93) hide show
  1. {pycarlo-0.10.118 → pycarlo-0.10.120}/PKG-INFO +1 -1
  2. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/lib/schema.json +181 -0
  3. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/lib/schema.py +62 -0
  4. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.118 → pycarlo-0.10.120}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.118 → pycarlo-0.10.120}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.118 → pycarlo-0.10.120}/.coveragerc +0 -0
  8. {pycarlo-0.10.118 → pycarlo-0.10.120}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.118 → pycarlo-0.10.120}/.gitignore +0 -0
  10. {pycarlo-0.10.118 → pycarlo-0.10.120}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.118 → pycarlo-0.10.120}/LICENSE +0 -0
  12. {pycarlo-0.10.118 → pycarlo-0.10.120}/Makefile +0 -0
  13. {pycarlo-0.10.118 → pycarlo-0.10.120}/README.md +0 -0
  14. {pycarlo-0.10.118 → pycarlo-0.10.120}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.118 → pycarlo-0.10.120}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.118 → pycarlo-0.10.120}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.118 → pycarlo-0.10.120}/pyproject.toml +0 -0
  58. {pycarlo-0.10.118 → pycarlo-0.10.120}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.118 → pycarlo-0.10.120}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.118 → pycarlo-0.10.120}/requirements.txt +0 -0
  61. {pycarlo-0.10.118 → pycarlo-0.10.120}/setup.cfg +0 -0
  62. {pycarlo-0.10.118 → pycarlo-0.10.120}/setup.py +0 -0
  63. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.118 → pycarlo-0.10.120}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.118 → pycarlo-0.10.120}/utils/env.sh +0 -0
  90. {pycarlo-0.10.118 → pycarlo-0.10.120}/utils/generate.py +0 -0
  91. {pycarlo-0.10.118 → pycarlo-0.10.120}/utils/sample.env +0 -0
  92. {pycarlo-0.10.118 → pycarlo-0.10.120}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.118 → pycarlo-0.10.120}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.118
3
+ Version: 0.10.120
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -10506,6 +10506,43 @@
10506
10506
  "ofType": null
10507
10507
  }
10508
10508
  },
10509
+ {
10510
+ "args": [
10511
+ {
10512
+ "defaultValue": null,
10513
+ "description": "MCON to evaluate",
10514
+ "name": "mcon",
10515
+ "type": {
10516
+ "kind": "NON_NULL",
10517
+ "name": null,
10518
+ "ofType": {
10519
+ "kind": "SCALAR",
10520
+ "name": "String",
10521
+ "ofType": null
10522
+ }
10523
+ }
10524
+ },
10525
+ {
10526
+ "defaultValue": null,
10527
+ "description": "Connection UUID",
10528
+ "name": "connectionId",
10529
+ "type": {
10530
+ "kind": "SCALAR",
10531
+ "name": "UUID",
10532
+ "ofType": null
10533
+ }
10534
+ }
10535
+ ],
10536
+ "deprecationReason": null,
10537
+ "description": "(experimental) Get agent span schema from base trace table",
10538
+ "isDeprecated": false,
10539
+ "name": "evaluateAgentMonitorDataSource",
10540
+ "type": {
10541
+ "kind": "OBJECT",
10542
+ "name": "DataSourceEvaluationResult",
10543
+ "ofType": null
10544
+ }
10545
+ },
10509
10546
  {
10510
10547
  "args": [
10511
10548
  {
@@ -47741,6 +47778,30 @@
47741
47778
  "name": "Int",
47742
47779
  "ofType": null
47743
47780
  }
47781
+ },
47782
+ {
47783
+ "args": [],
47784
+ "deprecationReason": null,
47785
+ "description": null,
47786
+ "isDeprecated": false,
47787
+ "name": "monitoredMetrics",
47788
+ "type": {
47789
+ "kind": "NON_NULL",
47790
+ "name": null,
47791
+ "ofType": {
47792
+ "kind": "LIST",
47793
+ "name": null,
47794
+ "ofType": {
47795
+ "kind": "NON_NULL",
47796
+ "name": null,
47797
+ "ofType": {
47798
+ "kind": "SCALAR",
47799
+ "name": "String",
47800
+ "ofType": null
47801
+ }
47802
+ }
47803
+ }
47804
+ }
47744
47805
  }
47745
47806
  ],
47746
47807
  "inputFields": null,
@@ -87554,6 +87615,30 @@
87554
87615
  }
87555
87616
  }
87556
87617
  }
87618
+ },
87619
+ {
87620
+ "args": [],
87621
+ "deprecationReason": null,
87622
+ "description": null,
87623
+ "isDeprecated": false,
87624
+ "name": "alertConditions",
87625
+ "type": {
87626
+ "kind": "NON_NULL",
87627
+ "name": null,
87628
+ "ofType": {
87629
+ "kind": "LIST",
87630
+ "name": null,
87631
+ "ofType": {
87632
+ "kind": "NON_NULL",
87633
+ "name": null,
87634
+ "ofType": {
87635
+ "kind": "OBJECT",
87636
+ "name": "TableMonitorAlertCondition",
87637
+ "ofType": null
87638
+ }
87639
+ }
87640
+ }
87641
+ }
87557
87642
  }
87558
87643
  ],
87559
87644
  "inputFields": null,
@@ -87860,6 +87945,49 @@
87860
87945
  "name": "AssetFilterType",
87861
87946
  "possibleTypes": null
87862
87947
  },
87948
+ {
87949
+ "description": null,
87950
+ "enumValues": null,
87951
+ "fields": [
87952
+ {
87953
+ "args": [],
87954
+ "deprecationReason": null,
87955
+ "description": null,
87956
+ "isDeprecated": false,
87957
+ "name": "metric",
87958
+ "type": {
87959
+ "kind": "NON_NULL",
87960
+ "name": null,
87961
+ "ofType": {
87962
+ "kind": "SCALAR",
87963
+ "name": "String",
87964
+ "ofType": null
87965
+ }
87966
+ }
87967
+ },
87968
+ {
87969
+ "args": [],
87970
+ "deprecationReason": null,
87971
+ "description": null,
87972
+ "isDeprecated": false,
87973
+ "name": "operator",
87974
+ "type": {
87975
+ "kind": "NON_NULL",
87976
+ "name": null,
87977
+ "ofType": {
87978
+ "kind": "SCALAR",
87979
+ "name": "String",
87980
+ "ofType": null
87981
+ }
87982
+ }
87983
+ }
87984
+ ],
87985
+ "inputFields": null,
87986
+ "interfaces": [],
87987
+ "kind": "OBJECT",
87988
+ "name": "TableMonitorAlertCondition",
87989
+ "possibleTypes": null
87990
+ },
87863
87991
  {
87864
87992
  "description": null,
87865
87993
  "enumValues": null,
@@ -145825,6 +145953,24 @@
145825
145953
  },
145826
145954
  {
145827
145955
  "args": [
145956
+ {
145957
+ "defaultValue": null,
145958
+ "description": "Alert conditions for the table monitor",
145959
+ "name": "alertConditions",
145960
+ "type": {
145961
+ "kind": "LIST",
145962
+ "name": null,
145963
+ "ofType": {
145964
+ "kind": "NON_NULL",
145965
+ "name": null,
145966
+ "ofType": {
145967
+ "kind": "INPUT_OBJECT",
145968
+ "name": "TableMonitorAlertConditionInput",
145969
+ "ofType": null
145970
+ }
145971
+ }
145972
+ }
145973
+ },
145828
145974
  {
145829
145975
  "defaultValue": null,
145830
145976
  "description": null,
@@ -171266,6 +171412,41 @@
171266
171412
  "name": "CreateOrUpdateTableMonitor",
171267
171413
  "possibleTypes": null
171268
171414
  },
171415
+ {
171416
+ "description": null,
171417
+ "enumValues": null,
171418
+ "fields": null,
171419
+ "inputFields": [
171420
+ {
171421
+ "defaultValue": null,
171422
+ "description": null,
171423
+ "name": "metric",
171424
+ "type": {
171425
+ "kind": "NON_NULL",
171426
+ "name": null,
171427
+ "ofType": {
171428
+ "kind": "SCALAR",
171429
+ "name": "String",
171430
+ "ofType": null
171431
+ }
171432
+ }
171433
+ },
171434
+ {
171435
+ "defaultValue": "\"AUTO\"",
171436
+ "description": null,
171437
+ "name": "operator",
171438
+ "type": {
171439
+ "kind": "SCALAR",
171440
+ "name": "String",
171441
+ "ofType": null
171442
+ }
171443
+ }
171444
+ ],
171445
+ "interfaces": null,
171446
+ "kind": "INPUT_OBJECT",
171447
+ "name": "TableMonitorAlertConditionInput",
171448
+ "possibleTypes": null
171449
+ },
171269
171450
  {
171270
171451
  "description": "Pause/unpause a table monitor to enable or suppress notifications",
171271
171452
  "enumValues": null,
@@ -9165,6 +9165,14 @@ class StringFilterInput(sgqlc.types.Input):
9165
9165
  """Values to filter by (combined via OR)"""
9166
9166
 
9167
9167
 
9168
+ class TableMonitorAlertConditionInput(sgqlc.types.Input):
9169
+ __schema__ = schema
9170
+ __field_names__ = ("metric", "operator")
9171
+ metric = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="metric")
9172
+
9173
+ operator = sgqlc.types.Field(String, graphql_name="operator")
9174
+
9175
+
9168
9176
  class TableStatsRules(sgqlc.types.Input):
9169
9177
  __schema__ = schema
9170
9178
  __field_names__ = ("importance_score", "is_important")
@@ -25422,6 +25430,14 @@ class Mutation(sgqlc.types.Type):
25422
25430
  graphql_name="createOrUpdateTableMonitor",
25423
25431
  args=sgqlc.types.ArgDict(
25424
25432
  (
25433
+ (
25434
+ "alert_conditions",
25435
+ sgqlc.types.Arg(
25436
+ sgqlc.types.list_of(sgqlc.types.non_null(TableMonitorAlertConditionInput)),
25437
+ graphql_name="alertConditions",
25438
+ default=None,
25439
+ ),
25440
+ ),
25425
25441
  (
25426
25442
  "asset_selection",
25427
25443
  sgqlc.types.Arg(
@@ -25477,6 +25493,8 @@ class Mutation(sgqlc.types.Type):
25477
25493
 
25478
25494
  Arguments:
25479
25495
 
25496
+ * `alert_conditions` (`[TableMonitorAlertConditionInput!]`): Alert
25497
+ conditions for the table monitor
25480
25498
  * `asset_selection` (`AssetSelectionInput!`)None
25481
25499
  * `audiences` (`[String!]`): The monitor notification audiences
25482
25500
  * `description` (`String!`): Description of rule
@@ -43190,6 +43208,7 @@ class Query(sgqlc.types.Type):
43190
43208
  "get_parsed_query",
43191
43209
  "get_agent_span_groups",
43192
43210
  "get_agent_span_sample",
43211
+ "evaluate_agent_monitor_data_source",
43193
43212
  "get_job_execution_history_logs",
43194
43213
  "get_job_executions",
43195
43214
  "get_table_monitor",
@@ -49270,6 +49289,29 @@ class Query(sgqlc.types.Type):
49270
49289
  agent span fields (agent, workflow, task, span_name)
49271
49290
  """
49272
49291
 
49292
+ evaluate_agent_monitor_data_source = sgqlc.types.Field(
49293
+ DataSourceEvaluationResult,
49294
+ graphql_name="evaluateAgentMonitorDataSource",
49295
+ args=sgqlc.types.ArgDict(
49296
+ (
49297
+ (
49298
+ "mcon",
49299
+ sgqlc.types.Arg(
49300
+ sgqlc.types.non_null(String), graphql_name="mcon", default=None
49301
+ ),
49302
+ ),
49303
+ ("connection_id", sgqlc.types.Arg(UUID, graphql_name="connectionId", default=None)),
49304
+ )
49305
+ ),
49306
+ )
49307
+ """(experimental) Get agent span schema from base trace table
49308
+
49309
+ Arguments:
49310
+
49311
+ * `mcon` (`String!`): MCON to evaluate
49312
+ * `connection_id` (`UUID`): Connection UUID
49313
+ """
49314
+
49273
49315
  get_job_execution_history_logs = sgqlc.types.Field(
49274
49316
  sgqlc.types.list_of(JobExecutionHistoryLog),
49275
49317
  graphql_name="getJobExecutionHistoryLogs",
@@ -63120,6 +63162,14 @@ class TableMetricV2(sgqlc.types.Type):
63120
63162
  """UUID of the job execution that produced the measurement"""
63121
63163
 
63122
63164
 
63165
+ class TableMonitorAlertCondition(sgqlc.types.Type):
63166
+ __schema__ = schema
63167
+ __field_names__ = ("metric", "operator")
63168
+ metric = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="metric")
63169
+
63170
+ operator = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="operator")
63171
+
63172
+
63123
63173
  class TableMonitorConfiguration(sgqlc.types.Type):
63124
63174
  __schema__ = schema
63125
63175
  __field_names__ = (
@@ -73650,6 +73700,7 @@ class TableMonitor(sgqlc.types.Type, Node):
73650
73700
  "asset_selection",
73651
73701
  "audiences",
73652
73702
  "failure_audiences",
73703
+ "alert_conditions",
73653
73704
  )
73654
73705
  created_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdTime")
73655
73706
 
@@ -73720,6 +73771,11 @@ class TableMonitor(sgqlc.types.Type, Node):
73720
73771
  )
73721
73772
  """The monitor notification audiences for failures"""
73722
73773
 
73774
+ alert_conditions = sgqlc.types.Field(
73775
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(TableMonitorAlertCondition))),
73776
+ graphql_name="alertConditions",
73777
+ )
73778
+
73723
73779
 
73724
73780
  class TablePartitionKeys(sgqlc.types.Type, Node):
73725
73781
  """Information about the partition keys for a table"""
@@ -75650,6 +75706,7 @@ class WarehouseTable(sgqlc.types.Type, Node):
75650
75706
  "partition_keys",
75651
75707
  "total_downstream_nodes",
75652
75708
  "total_upstream_nodes",
75709
+ "monitored_metrics",
75653
75710
  )
75654
75711
  table_id = sgqlc.types.Field(String, graphql_name="tableId")
75655
75712
 
@@ -76145,6 +76202,11 @@ class WarehouseTable(sgqlc.types.Type, Node):
76145
76202
  total_upstream_nodes = sgqlc.types.Field(Int, graphql_name="totalUpstreamNodes")
76146
76203
  """Upstream nodes count"""
76147
76204
 
76205
+ monitored_metrics = sgqlc.types.Field(
76206
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))),
76207
+ graphql_name="monitoredMetrics",
76208
+ )
76209
+
76148
76210
 
76149
76211
  class WarehouseTableHealth(sgqlc.types.Type, Node):
76150
76212
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.118
3
+ Version: 0.10.120
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes