pycarlo 0.10.155__tar.gz → 0.10.157__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.155 → pycarlo-0.10.157}/PKG-INFO +1 -1
  2. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/lib/schema.json +80 -0
  3. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/lib/schema.py +30 -4
  4. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.155 → pycarlo-0.10.157}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.155 → pycarlo-0.10.157}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.155 → pycarlo-0.10.157}/.coveragerc +0 -0
  8. {pycarlo-0.10.155 → pycarlo-0.10.157}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.155 → pycarlo-0.10.157}/.gitignore +0 -0
  10. {pycarlo-0.10.155 → pycarlo-0.10.157}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.155 → pycarlo-0.10.157}/LICENSE +0 -0
  12. {pycarlo-0.10.155 → pycarlo-0.10.157}/Makefile +0 -0
  13. {pycarlo-0.10.155 → pycarlo-0.10.157}/README.md +0 -0
  14. {pycarlo-0.10.155 → pycarlo-0.10.157}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.155 → pycarlo-0.10.157}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.155 → pycarlo-0.10.157}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.155 → pycarlo-0.10.157}/pyproject.toml +0 -0
  58. {pycarlo-0.10.155 → pycarlo-0.10.157}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.155 → pycarlo-0.10.157}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.155 → pycarlo-0.10.157}/requirements.txt +0 -0
  61. {pycarlo-0.10.155 → pycarlo-0.10.157}/setup.cfg +0 -0
  62. {pycarlo-0.10.155 → pycarlo-0.10.157}/setup.py +0 -0
  63. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.155 → pycarlo-0.10.157}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.155 → pycarlo-0.10.157}/utils/env.sh +0 -0
  90. {pycarlo-0.10.155 → pycarlo-0.10.157}/utils/generate.py +0 -0
  91. {pycarlo-0.10.155 → pycarlo-0.10.157}/utils/sample.env +0 -0
  92. {pycarlo-0.10.155 → pycarlo-0.10.157}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.155 → pycarlo-0.10.157}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.155
3
+ Version: 0.10.157
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -96118,6 +96118,18 @@
96118
96118
  "ofType": null
96119
96119
  }
96120
96120
  }
96121
+ },
96122
+ {
96123
+ "args": [],
96124
+ "deprecationReason": null,
96125
+ "description": null,
96126
+ "isDeprecated": false,
96127
+ "name": "displayName",
96128
+ "type": {
96129
+ "kind": "SCALAR",
96130
+ "name": "String",
96131
+ "ofType": null
96132
+ }
96121
96133
  }
96122
96134
  ],
96123
96135
  "inputFields": null,
@@ -96228,6 +96240,18 @@
96228
96240
  "ofType": null
96229
96241
  }
96230
96242
  }
96243
+ },
96244
+ {
96245
+ "args": [],
96246
+ "deprecationReason": null,
96247
+ "description": null,
96248
+ "isDeprecated": false,
96249
+ "name": "displayName",
96250
+ "type": {
96251
+ "kind": "SCALAR",
96252
+ "name": "String",
96253
+ "ofType": null
96254
+ }
96231
96255
  }
96232
96256
  ],
96233
96257
  "inputFields": null,
@@ -96943,6 +96967,18 @@
96943
96967
  "ofType": null
96944
96968
  }
96945
96969
  }
96970
+ },
96971
+ {
96972
+ "args": [],
96973
+ "deprecationReason": null,
96974
+ "description": null,
96975
+ "isDeprecated": false,
96976
+ "name": "displayName",
96977
+ "type": {
96978
+ "kind": "SCALAR",
96979
+ "name": "String",
96980
+ "ofType": null
96981
+ }
96946
96982
  }
96947
96983
  ],
96948
96984
  "inputFields": null,
@@ -97026,6 +97062,18 @@
97026
97062
  "name": "AzureDevopsOauthCredentials",
97027
97063
  "ofType": null
97028
97064
  }
97065
+ },
97066
+ {
97067
+ "args": [],
97068
+ "deprecationReason": null,
97069
+ "description": null,
97070
+ "isDeprecated": false,
97071
+ "name": "displayName",
97072
+ "type": {
97073
+ "kind": "SCALAR",
97074
+ "name": "String",
97075
+ "ofType": null
97076
+ }
97029
97077
  }
97030
97078
  ],
97031
97079
  "inputFields": null,
@@ -140281,6 +140329,38 @@
140281
140329
  "ofType": null
140282
140330
  }
140283
140331
  }
140332
+ },
140333
+ {
140334
+ "args": [],
140335
+ "deprecationReason": null,
140336
+ "description": "Alert types supported by Troubleshooting Agent",
140337
+ "isDeprecated": false,
140338
+ "name": "unsupportedAlertTypes",
140339
+ "type": {
140340
+ "kind": "LIST",
140341
+ "name": null,
140342
+ "ofType": {
140343
+ "kind": "ENUM",
140344
+ "name": "AlertType",
140345
+ "ofType": null
140346
+ }
140347
+ }
140348
+ },
140349
+ {
140350
+ "args": [],
140351
+ "deprecationReason": null,
140352
+ "description": "Alert sub types supported by Troubleshooting Agent",
140353
+ "isDeprecated": false,
140354
+ "name": "supportedAlertSubTypes",
140355
+ "type": {
140356
+ "kind": "LIST",
140357
+ "name": null,
140358
+ "ofType": {
140359
+ "kind": "ENUM",
140360
+ "name": "AlertSubType",
140361
+ "ofType": null
140362
+ }
140363
+ }
140284
140364
  }
140285
140365
  ],
140286
140366
  "inputFields": null,
@@ -13885,6 +13885,7 @@ class AzureDevopsInstallation(sgqlc.types.Type):
13885
13885
  "installed_by",
13886
13886
  "basic_auth_credentials",
13887
13887
  "oauth_credentials",
13888
+ "display_name",
13888
13889
  )
13889
13890
  uuid = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="uuid")
13890
13891
 
@@ -13904,10 +13905,12 @@ class AzureDevopsInstallation(sgqlc.types.Type):
13904
13905
  "AzureDevopsOauthCredentials", graphql_name="oauthCredentials"
13905
13906
  )
13906
13907
 
13908
+ display_name = sgqlc.types.Field(String, graphql_name="displayName")
13909
+
13907
13910
 
13908
13911
  class AzureDevopsInstallationListItem(sgqlc.types.Type):
13909
13912
  __schema__ = schema
13910
- __field_names__ = ("uuid", "organization_name", "installed_by")
13913
+ __field_names__ = ("uuid", "organization_name", "installed_by", "display_name")
13911
13914
  uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
13912
13915
  """Internal Github installation uuid"""
13913
13916
 
@@ -13919,6 +13922,8 @@ class AzureDevopsInstallationListItem(sgqlc.types.Type):
13919
13922
  installed_by = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="installedBy")
13920
13923
  """Installed by user email"""
13921
13924
 
13925
+ display_name = sgqlc.types.Field(String, graphql_name="displayName")
13926
+
13922
13927
 
13923
13928
  class AzureDevopsInstallations(sgqlc.types.Type):
13924
13929
  __schema__ = schema
@@ -21423,7 +21428,14 @@ class GithubAppInfo(sgqlc.types.Type):
21423
21428
 
21424
21429
  class GithubAppInstallation(sgqlc.types.Type):
21425
21430
  __schema__ = schema
21426
- __field_names__ = ("uuid", "show_impact_analysis", "host", "settings_link", "gh_org")
21431
+ __field_names__ = (
21432
+ "uuid",
21433
+ "show_impact_analysis",
21434
+ "host",
21435
+ "settings_link",
21436
+ "gh_org",
21437
+ "display_name",
21438
+ )
21427
21439
  uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
21428
21440
  """Internal Github installation uuid"""
21429
21441
 
@@ -21442,6 +21454,8 @@ class GithubAppInstallation(sgqlc.types.Type):
21442
21454
  gh_org = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="ghOrg")
21443
21455
  """GitHub organization name"""
21444
21456
 
21457
+ display_name = sgqlc.types.Field(String, graphql_name="displayName")
21458
+
21445
21459
 
21446
21460
  class GithubPullRequestConnection(sgqlc.types.relay.Connection):
21447
21461
  __schema__ = schema
@@ -21535,7 +21549,7 @@ class GitlabAppInfo(sgqlc.types.Type):
21535
21549
 
21536
21550
  class GitlabAppInstallation(sgqlc.types.Type):
21537
21551
  __schema__ = schema
21538
- __field_names__ = ("uuid", "show_impact_analysis", "host", "project_selection")
21552
+ __field_names__ = ("uuid", "show_impact_analysis", "host", "project_selection", "display_name")
21539
21553
  uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
21540
21554
  """Internal Github installation uuid"""
21541
21555
 
@@ -21553,6 +21567,8 @@ class GitlabAppInstallation(sgqlc.types.Type):
21553
21567
  )
21554
21568
  """Projects selected for the Gitlab installation"""
21555
21569
 
21570
+ display_name = sgqlc.types.Field(String, graphql_name="displayName")
21571
+
21556
21572
 
21557
21573
  class GitlabEntityRef(sgqlc.types.Type):
21558
21574
  __schema__ = schema
@@ -63156,7 +63172,7 @@ class SyncMonitorsToCollibra(sgqlc.types.Type):
63156
63172
 
63157
63173
  class TSAAvailability(sgqlc.types.Type):
63158
63174
  __schema__ = schema
63159
- __field_names__ = ("enabled", "reasons")
63175
+ __field_names__ = ("enabled", "reasons", "unsupported_alert_types", "supported_alert_sub_types")
63160
63176
  enabled = sgqlc.types.Field(Boolean, graphql_name="enabled")
63161
63177
  """If true, the Troubleshooting Agent is available to the
63162
63178
  user/account
@@ -63165,6 +63181,16 @@ class TSAAvailability(sgqlc.types.Type):
63165
63181
  reasons = sgqlc.types.Field(sgqlc.types.list_of(DenialReason), graphql_name="reasons")
63166
63182
  """Reasons if Troubleshooting Agent not available"""
63167
63183
 
63184
+ unsupported_alert_types = sgqlc.types.Field(
63185
+ sgqlc.types.list_of(AlertType), graphql_name="unsupportedAlertTypes"
63186
+ )
63187
+ """Alert types supported by Troubleshooting Agent"""
63188
+
63189
+ supported_alert_sub_types = sgqlc.types.Field(
63190
+ sgqlc.types.list_of(AlertSubType), graphql_name="supportedAlertSubTypes"
63191
+ )
63192
+ """Alert sub types supported by Troubleshooting Agent"""
63193
+
63168
63194
 
63169
63195
  class TableAnomalyConnection(sgqlc.types.relay.Connection):
63170
63196
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.155
3
+ Version: 0.10.157
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