pycarlo 0.10.99__tar.gz → 0.10.100__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.99 → pycarlo-0.10.100}/PKG-INFO +1 -1
  2. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/lib/schema.json +48 -0
  3. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/lib/schema.py +12 -0
  4. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.99 → pycarlo-0.10.100}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.99 → pycarlo-0.10.100}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.99 → pycarlo-0.10.100}/.coveragerc +0 -0
  8. {pycarlo-0.10.99 → pycarlo-0.10.100}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.99 → pycarlo-0.10.100}/.gitignore +0 -0
  10. {pycarlo-0.10.99 → pycarlo-0.10.100}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.99 → pycarlo-0.10.100}/LICENSE +0 -0
  12. {pycarlo-0.10.99 → pycarlo-0.10.100}/Makefile +0 -0
  13. {pycarlo-0.10.99 → pycarlo-0.10.100}/README.md +0 -0
  14. {pycarlo-0.10.99 → pycarlo-0.10.100}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.99 → pycarlo-0.10.100}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.99 → pycarlo-0.10.100}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.99 → pycarlo-0.10.100}/pyproject.toml +0 -0
  58. {pycarlo-0.10.99 → pycarlo-0.10.100}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.99 → pycarlo-0.10.100}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.99 → pycarlo-0.10.100}/requirements.txt +0 -0
  61. {pycarlo-0.10.99 → pycarlo-0.10.100}/setup.cfg +0 -0
  62. {pycarlo-0.10.99 → pycarlo-0.10.100}/setup.py +0 -0
  63. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.99 → pycarlo-0.10.100}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.99 → pycarlo-0.10.100}/utils/env.sh +0 -0
  90. {pycarlo-0.10.99 → pycarlo-0.10.100}/utils/generate.py +0 -0
  91. {pycarlo-0.10.99 → pycarlo-0.10.100}/utils/sample.env +0 -0
  92. {pycarlo-0.10.99 → pycarlo-0.10.100}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.99 → pycarlo-0.10.100}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.99
3
+ Version: 0.10.100
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -41777,6 +41777,18 @@
41777
41777
  }
41778
41778
  }
41779
41779
  },
41780
+ {
41781
+ "args": [],
41782
+ "deprecationReason": null,
41783
+ "description": "UUID of the monitor this was migrated to, if applicable",
41784
+ "isDeprecated": false,
41785
+ "name": "migratedToUuid",
41786
+ "type": {
41787
+ "kind": "SCALAR",
41788
+ "name": "String",
41789
+ "ofType": null
41790
+ }
41791
+ },
41780
41792
  {
41781
41793
  "args": [],
41782
41794
  "deprecationReason": null,
@@ -43034,6 +43046,18 @@
43034
43046
  }
43035
43047
  }
43036
43048
  },
43049
+ {
43050
+ "args": [],
43051
+ "deprecationReason": null,
43052
+ "description": "UUID of the monitor this was migrated to, if applicable",
43053
+ "isDeprecated": false,
43054
+ "name": "migratedToUuid",
43055
+ "type": {
43056
+ "kind": "SCALAR",
43057
+ "name": "String",
43058
+ "ofType": null
43059
+ }
43060
+ },
43037
43061
  {
43038
43062
  "args": [],
43039
43063
  "deprecationReason": null,
@@ -84090,6 +84114,18 @@
84090
84114
  "name": "MonitorBreachType",
84091
84115
  "ofType": null
84092
84116
  }
84117
+ },
84118
+ {
84119
+ "args": [],
84120
+ "deprecationReason": null,
84121
+ "description": "UUID of the monitor this was migrated to, if applicable",
84122
+ "isDeprecated": false,
84123
+ "name": "migratedToUuid",
84124
+ "type": {
84125
+ "kind": "SCALAR",
84126
+ "name": "String",
84127
+ "ofType": null
84128
+ }
84093
84129
  }
84094
84130
  ],
84095
84131
  "inputFields": null,
@@ -114770,6 +114806,18 @@
114770
114806
  "ofType": null
114771
114807
  }
114772
114808
  },
114809
+ {
114810
+ "args": [],
114811
+ "deprecationReason": null,
114812
+ "description": "UUID of the rule this was migrated to, if applicable",
114813
+ "isDeprecated": false,
114814
+ "name": "migratedToUuid",
114815
+ "type": {
114816
+ "kind": "SCALAR",
114817
+ "name": "UUID",
114818
+ "ofType": null
114819
+ }
114820
+ },
114773
114821
  {
114774
114822
  "args": [],
114775
114823
  "deprecationReason": null,
@@ -10040,6 +10040,7 @@ class ICustomRulesMonitor(sgqlc.types.Interface):
10040
10040
  "invalid_rows",
10041
10041
  "alert_ids",
10042
10042
  "breached",
10043
+ "migrated_to_uuid",
10043
10044
  )
10044
10045
  has_custom_rule_name = sgqlc.types.Field(
10045
10046
  sgqlc.types.non_null(Boolean), graphql_name="hasCustomRuleName"
@@ -10102,6 +10103,9 @@ class ICustomRulesMonitor(sgqlc.types.Interface):
10102
10103
  breached = sgqlc.types.Field(MonitorBreachType, graphql_name="breached")
10103
10104
  """Monitor breached status"""
10104
10105
 
10106
+ migrated_to_uuid = sgqlc.types.Field(String, graphql_name="migratedToUuid")
10107
+ """UUID of the monitor this was migrated to, if applicable"""
10108
+
10105
10109
 
10106
10110
  class IEtlAssetPerformanceSummary(sgqlc.types.Interface):
10107
10111
  """ETL asset performance summary (such as a job or a task)"""
@@ -10354,6 +10358,7 @@ class IMonitor(sgqlc.types.Interface):
10354
10358
  "notify_rule_run_failure",
10355
10359
  "is_snoozeable",
10356
10360
  "is_paused",
10361
+ "migrated_to_uuid",
10357
10362
  "is_template_managed",
10358
10363
  "namespace",
10359
10364
  "next_execution_time",
@@ -10473,6 +10478,9 @@ class IMonitor(sgqlc.types.Interface):
10473
10478
  is_paused = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="isPaused")
10474
10479
  """Whether the monitor is currently paused"""
10475
10480
 
10481
+ migrated_to_uuid = sgqlc.types.Field(String, graphql_name="migratedToUuid")
10482
+ """UUID of the monitor this was migrated to, if applicable"""
10483
+
10476
10484
  is_template_managed = sgqlc.types.Field(
10477
10485
  sgqlc.types.non_null(Boolean), graphql_name="isTemplateManaged"
10478
10486
  )
@@ -68116,6 +68124,7 @@ class CustomRule(sgqlc.types.Type, Node):
68116
68124
  "data_collection_schedule_config",
68117
68125
  "notification_settings",
68118
68126
  "is_snoozed",
68127
+ "migrated_to_uuid",
68119
68128
  "field_metric",
68120
68129
  "field_query_parameters",
68121
68130
  "query_template_id",
@@ -68357,6 +68366,9 @@ class CustomRule(sgqlc.types.Type, Node):
68357
68366
  is_snoozed = sgqlc.types.Field(Boolean, graphql_name="isSnoozed")
68358
68367
  """True if rule is currently snoozed"""
68359
68368
 
68369
+ migrated_to_uuid = sgqlc.types.Field(UUID, graphql_name="migratedToUuid")
68370
+ """UUID of the rule this was migrated to, if applicable"""
68371
+
68360
68372
  field_metric = sgqlc.types.Field(FieldMetricOutput, graphql_name="fieldMetric")
68361
68373
  """Field quality rule parameters (if query generated by
68362
68374
  getFieldMetricQuery)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.99
3
+ Version: 0.10.100
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