pycarlo 0.10.60__tar.gz → 0.10.61__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.60 → pycarlo-0.10.61}/PKG-INFO +1 -1
  2. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/lib/schema.json +0 -333
  3. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/lib/schema.py +1 -153
  4. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.60 → pycarlo-0.10.61}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.60 → pycarlo-0.10.61}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.60 → pycarlo-0.10.61}/.coveragerc +0 -0
  8. {pycarlo-0.10.60 → pycarlo-0.10.61}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.60 → pycarlo-0.10.61}/.gitignore +0 -0
  10. {pycarlo-0.10.60 → pycarlo-0.10.61}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.60 → pycarlo-0.10.61}/LICENSE +0 -0
  12. {pycarlo-0.10.60 → pycarlo-0.10.61}/Makefile +0 -0
  13. {pycarlo-0.10.60 → pycarlo-0.10.61}/README.md +0 -0
  14. {pycarlo-0.10.60 → pycarlo-0.10.61}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.60 → pycarlo-0.10.61}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.60 → pycarlo-0.10.61}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.60 → pycarlo-0.10.61}/pyproject.toml +0 -0
  58. {pycarlo-0.10.60 → pycarlo-0.10.61}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.60 → pycarlo-0.10.61}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.60 → pycarlo-0.10.61}/requirements.txt +0 -0
  61. {pycarlo-0.10.60 → pycarlo-0.10.61}/setup.cfg +0 -0
  62. {pycarlo-0.10.60 → pycarlo-0.10.61}/setup.py +0 -0
  63. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.60 → pycarlo-0.10.61}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.60 → pycarlo-0.10.61}/utils/env.sh +0 -0
  90. {pycarlo-0.10.60 → pycarlo-0.10.61}/utils/generate.py +0 -0
  91. {pycarlo-0.10.60 → pycarlo-0.10.61}/utils/sample.env +0 -0
  92. {pycarlo-0.10.60 → pycarlo-0.10.61}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.60 → pycarlo-0.10.61}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.60
3
+ Version: 0.10.61
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -9761,49 +9761,6 @@
9761
9761
  "ofType": null
9762
9762
  }
9763
9763
  },
9764
- {
9765
- "args": [
9766
- {
9767
- "defaultValue": null,
9768
- "description": "Optional UUID of an event that contains field metric anomaly",
9769
- "name": "eventUuid",
9770
- "type": {
9771
- "kind": "SCALAR",
9772
- "name": "UUID",
9773
- "ofType": null
9774
- }
9775
- },
9776
- {
9777
- "defaultValue": "1000",
9778
- "description": "Maximum number of rows returned",
9779
- "name": "maxRows",
9780
- "type": {
9781
- "kind": "SCALAR",
9782
- "name": "Int",
9783
- "ofType": null
9784
- }
9785
- },
9786
- {
9787
- "defaultValue": "false",
9788
- "description": "Defaults to false, only fetch the query, do not run",
9789
- "name": "dryRun",
9790
- "type": {
9791
- "kind": "SCALAR",
9792
- "name": "Boolean",
9793
- "ofType": null
9794
- }
9795
- }
9796
- ],
9797
- "deprecationReason": null,
9798
- "description": "Samples value distribution data alongside the time axis",
9799
- "isDeprecated": false,
9800
- "name": "performDtSamplingV2",
9801
- "type": {
9802
- "kind": "OBJECT",
9803
- "name": "SQLResponse",
9804
- "ofType": null
9805
- }
9806
- },
9807
9764
  {
9808
9765
  "args": [
9809
9766
  {
@@ -21963,73 +21920,6 @@
21963
21920
  "ofType": null
21964
21921
  }
21965
21922
  },
21966
- {
21967
- "args": [
21968
- {
21969
- "defaultValue": null,
21970
- "description": "Monitor uuid is used for creating the sampling query",
21971
- "name": "monitorUuid",
21972
- "type": {
21973
- "kind": "NON_NULL",
21974
- "name": null,
21975
- "ofType": {
21976
- "kind": "SCALAR",
21977
- "name": "UUID",
21978
- "ofType": null
21979
- }
21980
- }
21981
- },
21982
- {
21983
- "defaultValue": null,
21984
- "description": "Event start time",
21985
- "name": "startTime",
21986
- "type": {
21987
- "kind": "SCALAR",
21988
- "name": "DateTime",
21989
- "ofType": null
21990
- }
21991
- },
21992
- {
21993
- "defaultValue": null,
21994
- "description": "FH segment if segmented monitor",
21995
- "name": "dimension",
21996
- "type": {
21997
- "kind": "SCALAR",
21998
- "name": "String",
21999
- "ofType": null
22000
- }
22001
- },
22002
- {
22003
- "defaultValue": "false",
22004
- "description": "Generate sample query without running",
22005
- "name": "dryRun",
22006
- "type": {
22007
- "kind": "SCALAR",
22008
- "name": "Boolean",
22009
- "ofType": null
22010
- }
22011
- },
22012
- {
22013
- "defaultValue": null,
22014
- "description": "Limit results",
22015
- "name": "limit",
22016
- "type": {
22017
- "kind": "SCALAR",
22018
- "name": "Int",
22019
- "ofType": null
22020
- }
22021
- }
22022
- ],
22023
- "deprecationReason": null,
22024
- "description": "Generates and/or runs a Dimension Tracking investigation query",
22025
- "isDeprecated": false,
22026
- "name": "getDtSampling",
22027
- "type": {
22028
- "kind": "OBJECT",
22029
- "name": "MetricSampling",
22030
- "ofType": null
22031
- }
22032
- },
22033
21923
  {
22034
21924
  "args": [
22035
21925
  {
@@ -22119,95 +22009,6 @@
22119
22009
  "ofType": null
22120
22010
  }
22121
22011
  },
22122
- {
22123
- "args": [
22124
- {
22125
- "defaultValue": null,
22126
- "description": "UUID of the monitor on which the anomaly occurred",
22127
- "name": "monitorUuid",
22128
- "type": {
22129
- "kind": "NON_NULL",
22130
- "name": null,
22131
- "ofType": {
22132
- "kind": "SCALAR",
22133
- "name": "UUID",
22134
- "ofType": null
22135
- }
22136
- }
22137
- },
22138
- {
22139
- "defaultValue": null,
22140
- "description": "When the anomaly occurred",
22141
- "name": "eventCreatedTime",
22142
- "type": {
22143
- "kind": "NON_NULL",
22144
- "name": null,
22145
- "ofType": {
22146
- "kind": "SCALAR",
22147
- "name": "DateTime",
22148
- "ofType": null
22149
- }
22150
- }
22151
- },
22152
- {
22153
- "defaultValue": null,
22154
- "description": "The field on which the anomaly was found",
22155
- "name": "field",
22156
- "type": {
22157
- "kind": "NON_NULL",
22158
- "name": null,
22159
- "ofType": {
22160
- "kind": "SCALAR",
22161
- "name": "String",
22162
- "ofType": null
22163
- }
22164
- }
22165
- },
22166
- {
22167
- "defaultValue": null,
22168
- "description": "The value for which the anomaly was found",
22169
- "name": "fieldVal",
22170
- "type": {
22171
- "kind": "NON_NULL",
22172
- "name": null,
22173
- "ofType": {
22174
- "kind": "SCALAR",
22175
- "name": "String",
22176
- "ofType": null
22177
- }
22178
- }
22179
- },
22180
- {
22181
- "defaultValue": null,
22182
- "description": "FH segment if segmented monitor",
22183
- "name": "dimension",
22184
- "type": {
22185
- "kind": "SCALAR",
22186
- "name": "String",
22187
- "ofType": null
22188
- }
22189
- },
22190
- {
22191
- "defaultValue": "true",
22192
- "description": "Generate sample query without running",
22193
- "name": "dryRun",
22194
- "type": {
22195
- "kind": "SCALAR",
22196
- "name": "Boolean",
22197
- "ofType": null
22198
- }
22199
- }
22200
- ],
22201
- "deprecationReason": null,
22202
- "description": "Generates a SQL query that will reproduce the anomalous data on a table",
22203
- "isDeprecated": false,
22204
- "name": "getDtReproductionQuery",
22205
- "type": {
22206
- "kind": "OBJECT",
22207
- "name": "InvestigationQuery",
22208
- "ofType": null
22209
- }
22210
- },
22211
22012
  {
22212
22013
  "args": [
22213
22014
  {
@@ -34774,18 +34575,6 @@
34774
34575
  "ofType": null
34775
34576
  }
34776
34577
  },
34777
- {
34778
- "args": [],
34779
- "deprecationReason": null,
34780
- "description": "Credits used by dimension tracking monitors",
34781
- "isDeprecated": false,
34782
- "name": "dimensionTrackingMonitorCredits",
34783
- "type": {
34784
- "kind": "SCALAR",
34785
- "name": "Float",
34786
- "ofType": null
34787
- }
34788
- },
34789
34578
  {
34790
34579
  "args": [],
34791
34580
  "deprecationReason": null,
@@ -81269,33 +81058,6 @@
81269
81058
  "ofType": null
81270
81059
  }
81271
81060
  },
81272
- {
81273
- "args": [
81274
- {
81275
- "defaultValue": null,
81276
- "description": null,
81277
- "name": "monitor",
81278
- "type": {
81279
- "kind": "SCALAR",
81280
- "name": "String",
81281
- "ofType": null
81282
- }
81283
- }
81284
- ],
81285
- "deprecationReason": null,
81286
- "description": null,
81287
- "isDeprecated": false,
81288
- "name": "dimensionTracking",
81289
- "type": {
81290
- "kind": "LIST",
81291
- "name": null,
81292
- "ofType": {
81293
- "kind": "OBJECT",
81294
- "name": "DimensionTracking",
81295
- "ofType": null
81296
- }
81297
- }
81298
- },
81299
81061
  {
81300
81062
  "args": [
81301
81063
  {
@@ -81843,101 +81605,6 @@
81843
81605
  "name": "FieldHealth",
81844
81606
  "possibleTypes": null
81845
81607
  },
81846
- {
81847
- "description": null,
81848
- "enumValues": null,
81849
- "fields": [
81850
- {
81851
- "args": [],
81852
- "deprecationReason": null,
81853
- "description": "Value name",
81854
- "isDeprecated": false,
81855
- "name": "value",
81856
- "type": {
81857
- "kind": "SCALAR",
81858
- "name": "String",
81859
- "ofType": null
81860
- }
81861
- },
81862
- {
81863
- "args": [],
81864
- "deprecationReason": null,
81865
- "description": "Minimum count threshold",
81866
- "isDeprecated": false,
81867
- "name": "mnCnt",
81868
- "type": {
81869
- "kind": "SCALAR",
81870
- "name": "Int",
81871
- "ofType": null
81872
- }
81873
- },
81874
- {
81875
- "args": [],
81876
- "deprecationReason": null,
81877
- "description": "Maximum count threshold",
81878
- "isDeprecated": false,
81879
- "name": "mxCnt",
81880
- "type": {
81881
- "kind": "SCALAR",
81882
- "name": "Int",
81883
- "ofType": null
81884
- }
81885
- },
81886
- {
81887
- "args": [],
81888
- "deprecationReason": null,
81889
- "description": "Minimum field size required to trigger anomaly",
81890
- "isDeprecated": false,
81891
- "name": "mnFld",
81892
- "type": {
81893
- "kind": "SCALAR",
81894
- "name": "Float",
81895
- "ofType": null
81896
- }
81897
- },
81898
- {
81899
- "args": [],
81900
- "deprecationReason": null,
81901
- "description": "Minimum relative frequency threshold",
81902
- "isDeprecated": false,
81903
- "name": "mnFq",
81904
- "type": {
81905
- "kind": "SCALAR",
81906
- "name": "Float",
81907
- "ofType": null
81908
- }
81909
- },
81910
- {
81911
- "args": [],
81912
- "deprecationReason": null,
81913
- "description": "Maximum relative frequency threshold",
81914
- "isDeprecated": false,
81915
- "name": "mxFq",
81916
- "type": {
81917
- "kind": "SCALAR",
81918
- "name": "Float",
81919
- "ofType": null
81920
- }
81921
- },
81922
- {
81923
- "args": [],
81924
- "deprecationReason": null,
81925
- "description": "Reason for not providing DT thresholds",
81926
- "isDeprecated": false,
81927
- "name": "reason",
81928
- "type": {
81929
- "kind": "SCALAR",
81930
- "name": "String",
81931
- "ofType": null
81932
- }
81933
- }
81934
- ],
81935
- "inputFields": null,
81936
- "interfaces": [],
81937
- "kind": "OBJECT",
81938
- "name": "DimensionTracking",
81939
- "possibleTypes": null
81940
- },
81941
81608
  {
81942
81609
  "description": null,
81943
81610
  "enumValues": null,
@@ -13974,7 +13974,6 @@ class BillingMonitorUsage(sgqlc.types.Type):
13974
13974
  "metric_legacy_monitor_credits",
13975
13975
  "freshness_rule_monitor_credits",
13976
13976
  "volume_rule_monitor_credits",
13977
- "dimension_tracking_monitor_credits",
13978
13977
  "metric_comparison_monitor_credits",
13979
13978
  )
13980
13979
  date = sgqlc.types.Field(Date, graphql_name="date")
@@ -14014,11 +14013,6 @@ class BillingMonitorUsage(sgqlc.types.Type):
14014
14013
  volume_rule_monitor_credits = sgqlc.types.Field(Float, graphql_name="volumeRuleMonitorCredits")
14015
14014
  """Credits used by volume rule monitors"""
14016
14015
 
14017
- dimension_tracking_monitor_credits = sgqlc.types.Field(
14018
- Float, graphql_name="dimensionTrackingMonitorCredits"
14019
- )
14020
- """Credits used by dimension tracking monitors"""
14021
-
14022
14016
  metric_comparison_monitor_credits = sgqlc.types.Field(
14023
14017
  Float, graphql_name="metricComparisonMonitorCredits"
14024
14018
  )
@@ -18480,31 +18474,6 @@ class DerivedTablesLineageResult(sgqlc.types.Type):
18480
18474
  """Cursor for getting the next page of results"""
18481
18475
 
18482
18476
 
18483
- class DimensionTracking(sgqlc.types.Type):
18484
- __schema__ = schema
18485
- __field_names__ = ("value", "mn_cnt", "mx_cnt", "mn_fld", "mn_fq", "mx_fq", "reason")
18486
- value = sgqlc.types.Field(String, graphql_name="value")
18487
- """Value name"""
18488
-
18489
- mn_cnt = sgqlc.types.Field(Int, graphql_name="mnCnt")
18490
- """Minimum count threshold"""
18491
-
18492
- mx_cnt = sgqlc.types.Field(Int, graphql_name="mxCnt")
18493
- """Maximum count threshold"""
18494
-
18495
- mn_fld = sgqlc.types.Field(Float, graphql_name="mnFld")
18496
- """Minimum field size required to trigger anomaly"""
18497
-
18498
- mn_fq = sgqlc.types.Field(Float, graphql_name="mnFq")
18499
- """Minimum relative frequency threshold"""
18500
-
18501
- mx_fq = sgqlc.types.Field(Float, graphql_name="mxFq")
18502
- """Maximum relative frequency threshold"""
18503
-
18504
- reason = sgqlc.types.Field(String, graphql_name="reason")
18505
- """Reason for not providing DT thresholds"""
18506
-
18507
-
18508
18477
  class DirectedGraph(sgqlc.types.Type):
18509
18478
  __schema__ = schema
18510
18479
  __field_names__ = ("vertices", "edges")
@@ -42205,7 +42174,6 @@ class Query(sgqlc.types.Type):
42205
42174
  "perform_field_health_sampling_v2",
42206
42175
  "perform_field_health_sampling_v3",
42207
42176
  "get_field_health_sampling_conditions",
42208
- "perform_dt_sampling_v2",
42209
42177
  "get_rca_result",
42210
42178
  "get_rca_job_result",
42211
42179
  "get_incident_rcas",
@@ -42372,9 +42340,7 @@ class Query(sgqlc.types.Type):
42372
42340
  "get_custom_sql_output_sample",
42373
42341
  "get_custom_sql_output_download",
42374
42342
  "get_fh_sampling",
42375
- "get_dt_sampling",
42376
42343
  "get_fh_reproduction_query",
42377
- "get_dt_reproduction_query",
42378
42344
  "test_sql_query_part",
42379
42345
  "test_sql_query_where_expression",
42380
42346
  "get_table_stats_v2",
@@ -47864,29 +47830,6 @@ class Query(sgqlc.types.Type):
47864
47830
  anomaly.
47865
47831
  """
47866
47832
 
47867
- perform_dt_sampling_v2 = sgqlc.types.Field(
47868
- "SQLResponse",
47869
- graphql_name="performDtSamplingV2",
47870
- args=sgqlc.types.ArgDict(
47871
- (
47872
- ("event_uuid", sgqlc.types.Arg(UUID, graphql_name="eventUuid", default=None)),
47873
- ("max_rows", sgqlc.types.Arg(Int, graphql_name="maxRows", default=1000)),
47874
- ("dry_run", sgqlc.types.Arg(Boolean, graphql_name="dryRun", default=False)),
47875
- )
47876
- ),
47877
- )
47878
- """Samples value distribution data alongside the time axis
47879
-
47880
- Arguments:
47881
-
47882
- * `event_uuid` (`UUID`): Optional UUID of an event that contains
47883
- field metric anomaly
47884
- * `max_rows` (`Int`): Maximum number of rows returned (default:
47885
- `1000`)
47886
- * `dry_run` (`Boolean`): Defaults to false, only fetch the query,
47887
- do not run (default: `false`)
47888
- """
47889
-
47890
47833
  get_rca_result = sgqlc.types.Field(
47891
47834
  "RcaResult",
47892
47835
  graphql_name="getRcaResult",
@@ -54373,37 +54316,6 @@ class Query(sgqlc.types.Type):
54373
54316
  * `limit` (`Int`): Limit results
54374
54317
  """
54375
54318
 
54376
- get_dt_sampling = sgqlc.types.Field(
54377
- MetricSampling,
54378
- graphql_name="getDtSampling",
54379
- args=sgqlc.types.ArgDict(
54380
- (
54381
- (
54382
- "monitor_uuid",
54383
- sgqlc.types.Arg(
54384
- sgqlc.types.non_null(UUID), graphql_name="monitorUuid", default=None
54385
- ),
54386
- ),
54387
- ("start_time", sgqlc.types.Arg(DateTime, graphql_name="startTime", default=None)),
54388
- ("dimension", sgqlc.types.Arg(String, graphql_name="dimension", default=None)),
54389
- ("dry_run", sgqlc.types.Arg(Boolean, graphql_name="dryRun", default=False)),
54390
- ("limit", sgqlc.types.Arg(Int, graphql_name="limit", default=None)),
54391
- )
54392
- ),
54393
- )
54394
- """Generates and/or runs a Dimension Tracking investigation query
54395
-
54396
- Arguments:
54397
-
54398
- * `monitor_uuid` (`UUID!`): Monitor uuid is used for creating the
54399
- sampling query
54400
- * `start_time` (`DateTime`): Event start time
54401
- * `dimension` (`String`): FH segment if segmented monitor
54402
- * `dry_run` (`Boolean`): Generate sample query without running
54403
- (default: `false`)
54404
- * `limit` (`Int`): Limit results
54405
- """
54406
-
54407
54319
  get_fh_reproduction_query = sgqlc.types.Field(
54408
54320
  InvestigationQuery,
54409
54321
  graphql_name="getFhReproductionQuery",
@@ -54455,58 +54367,6 @@ class Query(sgqlc.types.Type):
54455
54367
  (default: `true`)
54456
54368
  """
54457
54369
 
54458
- get_dt_reproduction_query = sgqlc.types.Field(
54459
- InvestigationQuery,
54460
- graphql_name="getDtReproductionQuery",
54461
- args=sgqlc.types.ArgDict(
54462
- (
54463
- (
54464
- "monitor_uuid",
54465
- sgqlc.types.Arg(
54466
- sgqlc.types.non_null(UUID), graphql_name="monitorUuid", default=None
54467
- ),
54468
- ),
54469
- (
54470
- "event_created_time",
54471
- sgqlc.types.Arg(
54472
- sgqlc.types.non_null(DateTime),
54473
- graphql_name="eventCreatedTime",
54474
- default=None,
54475
- ),
54476
- ),
54477
- (
54478
- "field",
54479
- sgqlc.types.Arg(
54480
- sgqlc.types.non_null(String), graphql_name="field", default=None
54481
- ),
54482
- ),
54483
- (
54484
- "field_val",
54485
- sgqlc.types.Arg(
54486
- sgqlc.types.non_null(String), graphql_name="fieldVal", default=None
54487
- ),
54488
- ),
54489
- ("dimension", sgqlc.types.Arg(String, graphql_name="dimension", default=None)),
54490
- ("dry_run", sgqlc.types.Arg(Boolean, graphql_name="dryRun", default=True)),
54491
- )
54492
- ),
54493
- )
54494
- """Generates a SQL query that will reproduce the anomalous data on a
54495
- table
54496
-
54497
- Arguments:
54498
-
54499
- * `monitor_uuid` (`UUID!`): UUID of the monitor on which the
54500
- anomaly occurred
54501
- * `event_created_time` (`DateTime!`): When the anomaly occurred
54502
- * `field` (`String!`): The field on which the anomaly was found
54503
- * `field_val` (`String!`): The value for which the anomaly was
54504
- found
54505
- * `dimension` (`String`): FH segment if segmented monitor
54506
- * `dry_run` (`Boolean`): Generate sample query without running
54507
- (default: `true`)
54508
- """
54509
-
54510
54370
  test_sql_query_part = sgqlc.types.Field(
54511
54371
  "SQLResponse",
54512
54372
  graphql_name="testSqlQueryPart",
@@ -62496,7 +62356,7 @@ class ThresholdModifier(sgqlc.types.Type):
62496
62356
 
62497
62357
  class ThresholdsData(sgqlc.types.Type):
62498
62358
  __schema__ = schema
62499
- __field_names__ = ("freshness", "size", "field_health", "dimension_tracking", "dynamic")
62359
+ __field_names__ = ("freshness", "size", "field_health", "dynamic")
62500
62360
  freshness = sgqlc.types.Field(Freshness, graphql_name="freshness")
62501
62361
  """Freshness anomaly threshold"""
62502
62362
 
@@ -62528,18 +62388,6 @@ class ThresholdsData(sgqlc.types.Type):
62528
62388
  * `where_condition` (`String`)None
62529
62389
  """
62530
62390
 
62531
- dimension_tracking = sgqlc.types.Field(
62532
- sgqlc.types.list_of(DimensionTracking),
62533
- graphql_name="dimensionTracking",
62534
- args=sgqlc.types.ArgDict(
62535
- (("monitor", sgqlc.types.Arg(String, graphql_name="monitor", default=None)),)
62536
- ),
62537
- )
62538
- """Arguments:
62539
-
62540
- * `monitor` (`String`)None
62541
- """
62542
-
62543
62391
  dynamic = sgqlc.types.Field(
62544
62392
  Dynamic,
62545
62393
  graphql_name="dynamic",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.60
3
+ Version: 0.10.61
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
File without changes
File without changes
File without changes