pycarlo 0.10.200__tar.gz → 0.10.201__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.200 → pycarlo-0.10.201}/PKG-INFO +1 -1
  2. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/lib/schema.json +28 -12
  3. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/lib/schema.py +4 -4
  4. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.200 → pycarlo-0.10.201}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.200 → pycarlo-0.10.201}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.200 → pycarlo-0.10.201}/.coveragerc +0 -0
  8. {pycarlo-0.10.200 → pycarlo-0.10.201}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.200 → pycarlo-0.10.201}/.gitignore +0 -0
  10. {pycarlo-0.10.200 → pycarlo-0.10.201}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.200 → pycarlo-0.10.201}/LICENSE +0 -0
  12. {pycarlo-0.10.200 → pycarlo-0.10.201}/Makefile +0 -0
  13. {pycarlo-0.10.200 → pycarlo-0.10.201}/README.md +0 -0
  14. {pycarlo-0.10.200 → pycarlo-0.10.201}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.200 → pycarlo-0.10.201}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.200 → pycarlo-0.10.201}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.200 → pycarlo-0.10.201}/pyproject.toml +0 -0
  58. {pycarlo-0.10.200 → pycarlo-0.10.201}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.200 → pycarlo-0.10.201}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.200 → pycarlo-0.10.201}/requirements.txt +0 -0
  61. {pycarlo-0.10.200 → pycarlo-0.10.201}/setup.cfg +0 -0
  62. {pycarlo-0.10.200 → pycarlo-0.10.201}/setup.py +0 -0
  63. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.200 → pycarlo-0.10.201}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.200 → pycarlo-0.10.201}/utils/env.sh +0 -0
  90. {pycarlo-0.10.200 → pycarlo-0.10.201}/utils/generate.py +0 -0
  91. {pycarlo-0.10.200 → pycarlo-0.10.201}/utils/sample.env +0 -0
  92. {pycarlo-0.10.200 → pycarlo-0.10.201}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.200 → pycarlo-0.10.201}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.200
3
+ Version: 0.10.201
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -1342,9 +1342,13 @@
1342
1342
  "kind": "LIST",
1343
1343
  "name": null,
1344
1344
  "ofType": {
1345
- "kind": "OBJECT",
1346
- "name": "DatadogIntegrationOutput",
1347
- "ofType": null
1345
+ "kind": "NON_NULL",
1346
+ "name": null,
1347
+ "ofType": {
1348
+ "kind": "OBJECT",
1349
+ "name": "DatadogIntegrationOutput",
1350
+ "ofType": null
1351
+ }
1348
1352
  }
1349
1353
  }
1350
1354
  },
@@ -1383,9 +1387,13 @@
1383
1387
  "kind": "LIST",
1384
1388
  "name": null,
1385
1389
  "ofType": {
1386
- "kind": "OBJECT",
1387
- "name": "DatadogUserOutput",
1388
- "ofType": null
1390
+ "kind": "NON_NULL",
1391
+ "name": null,
1392
+ "ofType": {
1393
+ "kind": "OBJECT",
1394
+ "name": "DatadogUserOutput",
1395
+ "ofType": null
1396
+ }
1389
1397
  }
1390
1398
  }
1391
1399
  },
@@ -1484,9 +1492,13 @@
1484
1492
  "kind": "LIST",
1485
1493
  "name": null,
1486
1494
  "ofType": {
1487
- "kind": "OBJECT",
1488
- "name": "DatadogTeamOutput",
1489
- "ofType": null
1495
+ "kind": "NON_NULL",
1496
+ "name": null,
1497
+ "ofType": {
1498
+ "kind": "OBJECT",
1499
+ "name": "DatadogTeamOutput",
1500
+ "ofType": null
1501
+ }
1490
1502
  }
1491
1503
  }
1492
1504
  },
@@ -1571,9 +1583,13 @@
1571
1583
  "kind": "LIST",
1572
1584
  "name": null,
1573
1585
  "ofType": {
1574
- "kind": "OBJECT",
1575
- "name": "DatadogServiceOutput",
1576
- "ofType": null
1586
+ "kind": "NON_NULL",
1587
+ "name": null,
1588
+ "ofType": {
1589
+ "kind": "OBJECT",
1590
+ "name": "DatadogServiceOutput",
1591
+ "ofType": null
1592
+ }
1577
1593
  }
1578
1594
  }
1579
1595
  },
@@ -45766,7 +45766,7 @@ class Query(sgqlc.types.Type):
45766
45766
  """
45767
45767
 
45768
45768
  get_datadog_integrations = sgqlc.types.Field(
45769
- sgqlc.types.list_of(DatadogIntegrationOutput),
45769
+ sgqlc.types.list_of(sgqlc.types.non_null(DatadogIntegrationOutput)),
45770
45770
  graphql_name="getDatadogIntegrations",
45771
45771
  args=sgqlc.types.ArgDict(
45772
45772
  (("integration_id", sgqlc.types.Arg(UUID, graphql_name="integrationId", default=None)),)
@@ -45780,7 +45780,7 @@ class Query(sgqlc.types.Type):
45780
45780
  """
45781
45781
 
45782
45782
  get_datadog_users = sgqlc.types.Field(
45783
- sgqlc.types.list_of(DatadogUserOutput),
45783
+ sgqlc.types.list_of(sgqlc.types.non_null(DatadogUserOutput)),
45784
45784
  graphql_name="getDatadogUsers",
45785
45785
  args=sgqlc.types.ArgDict(
45786
45786
  (
@@ -45803,7 +45803,7 @@ class Query(sgqlc.types.Type):
45803
45803
  """
45804
45804
 
45805
45805
  get_datadog_teams = sgqlc.types.Field(
45806
- sgqlc.types.list_of(DatadogTeamOutput),
45806
+ sgqlc.types.list_of(sgqlc.types.non_null(DatadogTeamOutput)),
45807
45807
  graphql_name="getDatadogTeams",
45808
45808
  args=sgqlc.types.ArgDict(
45809
45809
  (
@@ -45854,7 +45854,7 @@ class Query(sgqlc.types.Type):
45854
45854
  """
45855
45855
 
45856
45856
  get_datadog_services = sgqlc.types.Field(
45857
- sgqlc.types.list_of(DatadogServiceOutput),
45857
+ sgqlc.types.list_of(sgqlc.types.non_null(DatadogServiceOutput)),
45858
45858
  graphql_name="getDatadogServices",
45859
45859
  args=sgqlc.types.ArgDict(
45860
45860
  (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.200
3
+ Version: 0.10.201
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