pycarlo 0.10.99__tar.gz → 0.10.101__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.101}/PKG-INFO +1 -1
  2. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/lib/schema.json +64 -0
  3. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/lib/schema.py +16 -1
  4. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.99 → pycarlo-0.10.101}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.99 → pycarlo-0.10.101}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.99 → pycarlo-0.10.101}/.coveragerc +0 -0
  8. {pycarlo-0.10.99 → pycarlo-0.10.101}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.99 → pycarlo-0.10.101}/.gitignore +0 -0
  10. {pycarlo-0.10.99 → pycarlo-0.10.101}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.99 → pycarlo-0.10.101}/LICENSE +0 -0
  12. {pycarlo-0.10.99 → pycarlo-0.10.101}/Makefile +0 -0
  13. {pycarlo-0.10.99 → pycarlo-0.10.101}/README.md +0 -0
  14. {pycarlo-0.10.99 → pycarlo-0.10.101}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.99 → pycarlo-0.10.101}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.99 → pycarlo-0.10.101}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.99 → pycarlo-0.10.101}/pyproject.toml +0 -0
  58. {pycarlo-0.10.99 → pycarlo-0.10.101}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.99 → pycarlo-0.10.101}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.99 → pycarlo-0.10.101}/requirements.txt +0 -0
  61. {pycarlo-0.10.99 → pycarlo-0.10.101}/setup.cfg +0 -0
  62. {pycarlo-0.10.99 → pycarlo-0.10.101}/setup.py +0 -0
  63. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.99 → pycarlo-0.10.101}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.99 → pycarlo-0.10.101}/utils/env.sh +0 -0
  90. {pycarlo-0.10.99 → pycarlo-0.10.101}/utils/generate.py +0 -0
  91. {pycarlo-0.10.99 → pycarlo-0.10.101}/utils/sample.env +0 -0
  92. {pycarlo-0.10.99 → pycarlo-0.10.101}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.99 → pycarlo-0.10.101}/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.101
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,
@@ -68705,6 +68729,22 @@
68705
68729
  "name": "JiraTicketStatusOutput",
68706
68730
  "ofType": null
68707
68731
  }
68732
+ },
68733
+ {
68734
+ "args": [],
68735
+ "deprecationReason": null,
68736
+ "description": "Whether the ticket was found in JIRA",
68737
+ "isDeprecated": false,
68738
+ "name": "found",
68739
+ "type": {
68740
+ "kind": "NON_NULL",
68741
+ "name": null,
68742
+ "ofType": {
68743
+ "kind": "SCALAR",
68744
+ "name": "Boolean",
68745
+ "ofType": null
68746
+ }
68747
+ }
68708
68748
  }
68709
68749
  ],
68710
68750
  "inputFields": null,
@@ -84090,6 +84130,18 @@
84090
84130
  "name": "MonitorBreachType",
84091
84131
  "ofType": null
84092
84132
  }
84133
+ },
84134
+ {
84135
+ "args": [],
84136
+ "deprecationReason": null,
84137
+ "description": "UUID of the monitor this was migrated to, if applicable",
84138
+ "isDeprecated": false,
84139
+ "name": "migratedToUuid",
84140
+ "type": {
84141
+ "kind": "SCALAR",
84142
+ "name": "String",
84143
+ "ofType": null
84144
+ }
84093
84145
  }
84094
84146
  ],
84095
84147
  "inputFields": null,
@@ -114770,6 +114822,18 @@
114770
114822
  "ofType": null
114771
114823
  }
114772
114824
  },
114825
+ {
114826
+ "args": [],
114827
+ "deprecationReason": null,
114828
+ "description": "UUID of the rule this was migrated to, if applicable",
114829
+ "isDeprecated": false,
114830
+ "name": "migratedToUuid",
114831
+ "type": {
114832
+ "kind": "SCALAR",
114833
+ "name": "UUID",
114834
+ "ofType": null
114835
+ }
114836
+ },
114773
114837
  {
114774
114838
  "args": [],
114775
114839
  "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
  )
@@ -22022,13 +22030,16 @@ class JiraTicketDetailsOutput(sgqlc.types.Type):
22022
22030
  """Ticket details stored at Jira"""
22023
22031
 
22024
22032
  __schema__ = schema
22025
- __field_names__ = ("assignee", "status")
22033
+ __field_names__ = ("assignee", "status", "found")
22026
22034
  assignee = sgqlc.types.Field("JiraUserOutput", graphql_name="assignee")
22027
22035
  """The user assigned to the ticket"""
22028
22036
 
22029
22037
  status = sgqlc.types.Field("JiraTicketStatusOutput", graphql_name="status")
22030
22038
  """The ticket status"""
22031
22039
 
22040
+ found = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="found")
22041
+ """Whether the ticket was found in JIRA"""
22042
+
22032
22043
 
22033
22044
  class JiraTicketOutput(sgqlc.types.Type):
22034
22045
  """A Jira ticket"""
@@ -68116,6 +68127,7 @@ class CustomRule(sgqlc.types.Type, Node):
68116
68127
  "data_collection_schedule_config",
68117
68128
  "notification_settings",
68118
68129
  "is_snoozed",
68130
+ "migrated_to_uuid",
68119
68131
  "field_metric",
68120
68132
  "field_query_parameters",
68121
68133
  "query_template_id",
@@ -68357,6 +68369,9 @@ class CustomRule(sgqlc.types.Type, Node):
68357
68369
  is_snoozed = sgqlc.types.Field(Boolean, graphql_name="isSnoozed")
68358
68370
  """True if rule is currently snoozed"""
68359
68371
 
68372
+ migrated_to_uuid = sgqlc.types.Field(UUID, graphql_name="migratedToUuid")
68373
+ """UUID of the rule this was migrated to, if applicable"""
68374
+
68360
68375
  field_metric = sgqlc.types.Field(FieldMetricOutput, graphql_name="fieldMetric")
68361
68376
  """Field quality rule parameters (if query generated by
68362
68377
  getFieldMetricQuery)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.99
3
+ Version: 0.10.101
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