pycarlo 0.10.197__tar.gz → 0.10.199__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.197 → pycarlo-0.10.199}/PKG-INFO +1 -1
  2. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/lib/schema.json +70 -92
  3. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/lib/schema.py +48 -56
  4. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.197 → pycarlo-0.10.199}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.197 → pycarlo-0.10.199}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.197 → pycarlo-0.10.199}/.coveragerc +0 -0
  8. {pycarlo-0.10.197 → pycarlo-0.10.199}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.197 → pycarlo-0.10.199}/.gitignore +0 -0
  10. {pycarlo-0.10.197 → pycarlo-0.10.199}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.197 → pycarlo-0.10.199}/LICENSE +0 -0
  12. {pycarlo-0.10.197 → pycarlo-0.10.199}/Makefile +0 -0
  13. {pycarlo-0.10.197 → pycarlo-0.10.199}/README.md +0 -0
  14. {pycarlo-0.10.197 → pycarlo-0.10.199}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.197 → pycarlo-0.10.199}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.197 → pycarlo-0.10.199}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.197 → pycarlo-0.10.199}/pyproject.toml +0 -0
  58. {pycarlo-0.10.197 → pycarlo-0.10.199}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.197 → pycarlo-0.10.199}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.197 → pycarlo-0.10.199}/requirements.txt +0 -0
  61. {pycarlo-0.10.197 → pycarlo-0.10.199}/setup.cfg +0 -0
  62. {pycarlo-0.10.197 → pycarlo-0.10.199}/setup.py +0 -0
  63. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.197 → pycarlo-0.10.199}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.197 → pycarlo-0.10.199}/utils/env.sh +0 -0
  90. {pycarlo-0.10.197 → pycarlo-0.10.199}/utils/generate.py +0 -0
  91. {pycarlo-0.10.197 → pycarlo-0.10.199}/utils/sample.env +0 -0
  92. {pycarlo-0.10.197 → pycarlo-0.10.199}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.197 → pycarlo-0.10.199}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.197
3
+ Version: 0.10.199
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -1393,16 +1393,42 @@
1393
1393
  "args": [
1394
1394
  {
1395
1395
  "defaultValue": null,
1396
- "description": "The integration ID",
1396
+ "description": "The integration ID (required if not using direct credentials)",
1397
1397
  "name": "integrationId",
1398
1398
  "type": {
1399
- "kind": "NON_NULL",
1400
- "name": null,
1401
- "ofType": {
1402
- "kind": "SCALAR",
1403
- "name": "UUID",
1404
- "ofType": null
1405
- }
1399
+ "kind": "SCALAR",
1400
+ "name": "UUID",
1401
+ "ofType": null
1402
+ }
1403
+ },
1404
+ {
1405
+ "defaultValue": null,
1406
+ "description": "Datadog site (e.g. datadoghq.com) - for testing without integration",
1407
+ "name": "integrationSite",
1408
+ "type": {
1409
+ "kind": "SCALAR",
1410
+ "name": "String",
1411
+ "ofType": null
1412
+ }
1413
+ },
1414
+ {
1415
+ "defaultValue": null,
1416
+ "description": "Datadog API key - for testing without integration",
1417
+ "name": "integrationApiKey",
1418
+ "type": {
1419
+ "kind": "SCALAR",
1420
+ "name": "String",
1421
+ "ofType": null
1422
+ }
1423
+ },
1424
+ {
1425
+ "defaultValue": null,
1426
+ "description": "Datadog Application key - for testing without integration",
1427
+ "name": "integrationApplicationKey",
1428
+ "type": {
1429
+ "kind": "SCALAR",
1430
+ "name": "String",
1431
+ "ofType": null
1406
1432
  }
1407
1433
  },
1408
1434
  {
@@ -1451,7 +1477,7 @@
1451
1477
  }
1452
1478
  ],
1453
1479
  "deprecationReason": null,
1454
- "description": "(experimental) Get the list of Datadog incident teams",
1480
+ "description": "(experimental) Get the list of Datadog incident teams. Either provide integration_id OR (integration_site, integration_api_key, integration_application_key) for testing credentials.",
1455
1481
  "isDeprecated": false,
1456
1482
  "name": "getDatadogTeams",
1457
1483
  "type": {
@@ -1468,16 +1494,42 @@
1468
1494
  "args": [
1469
1495
  {
1470
1496
  "defaultValue": null,
1471
- "description": "The integration ID",
1497
+ "description": "The integration ID (required if not using direct credentials)",
1472
1498
  "name": "integrationId",
1473
1499
  "type": {
1474
- "kind": "NON_NULL",
1475
- "name": null,
1476
- "ofType": {
1477
- "kind": "SCALAR",
1478
- "name": "UUID",
1479
- "ofType": null
1480
- }
1500
+ "kind": "SCALAR",
1501
+ "name": "UUID",
1502
+ "ofType": null
1503
+ }
1504
+ },
1505
+ {
1506
+ "defaultValue": null,
1507
+ "description": "Datadog site (e.g. datadoghq.com) - for testing without integration",
1508
+ "name": "integrationSite",
1509
+ "type": {
1510
+ "kind": "SCALAR",
1511
+ "name": "String",
1512
+ "ofType": null
1513
+ }
1514
+ },
1515
+ {
1516
+ "defaultValue": null,
1517
+ "description": "Datadog API key - for testing without integration",
1518
+ "name": "integrationApiKey",
1519
+ "type": {
1520
+ "kind": "SCALAR",
1521
+ "name": "String",
1522
+ "ofType": null
1523
+ }
1524
+ },
1525
+ {
1526
+ "defaultValue": null,
1527
+ "description": "Datadog Application key - for testing without integration",
1528
+ "name": "integrationApplicationKey",
1529
+ "type": {
1530
+ "kind": "SCALAR",
1531
+ "name": "String",
1532
+ "ofType": null
1481
1533
  }
1482
1534
  },
1483
1535
  {
@@ -1512,7 +1564,7 @@
1512
1564
  }
1513
1565
  ],
1514
1566
  "deprecationReason": null,
1515
- "description": "(experimental) Get the list of Datadog incident services",
1567
+ "description": "(experimental) Get the list of Datadog incident services. Either provide integration_id OR (integration_site, integration_api_key, integration_application_key) for testing credentials.",
1516
1568
  "isDeprecated": false,
1517
1569
  "name": "getDatadogServices",
1518
1570
  "type": {
@@ -174092,57 +174144,6 @@
174092
174144
  "ofType": null
174093
174145
  }
174094
174146
  },
174095
- {
174096
- "args": [
174097
- {
174098
- "defaultValue": null,
174099
- "description": "ID of the connection to migrate",
174100
- "name": "connectionId",
174101
- "type": {
174102
- "kind": "NON_NULL",
174103
- "name": null,
174104
- "ofType": {
174105
- "kind": "SCALAR",
174106
- "name": "UUID",
174107
- "ofType": null
174108
- }
174109
- }
174110
- },
174111
- {
174112
- "defaultValue": null,
174113
- "description": "Configuration for the Databricks sql warehouse.",
174114
- "name": "databricksConfig",
174115
- "type": {
174116
- "kind": "NON_NULL",
174117
- "name": null,
174118
- "ofType": {
174119
- "kind": "INPUT_OBJECT",
174120
- "name": "DatabricksSqlWarehouseInput",
174121
- "ofType": null
174122
- }
174123
- }
174124
- },
174125
- {
174126
- "defaultValue": "false",
174127
- "description": "Set to true to test changes before saving",
174128
- "name": "shouldValidate",
174129
- "type": {
174130
- "kind": "SCALAR",
174131
- "name": "Boolean",
174132
- "ofType": null
174133
- }
174134
- }
174135
- ],
174136
- "deprecationReason": null,
174137
- "description": "Migrate an existing databricks connection to use a sql warehouse",
174138
- "isDeprecated": false,
174139
- "name": "migrateDatabricksSqlWarehouse",
174140
- "type": {
174141
- "kind": "OBJECT",
174142
- "name": "DatabricksSqlWarehouseConnectionMigration",
174143
- "ofType": null
174144
- }
174145
- },
174146
174147
  {
174147
174148
  "args": [
174148
174149
  {
@@ -194971,29 +194972,6 @@
194971
194972
  "name": "DeleteEventOnboardingData",
194972
194973
  "possibleTypes": null
194973
194974
  },
194974
- {
194975
- "description": "Migrate an existing databricks connection to use a sql warehouse",
194976
- "enumValues": null,
194977
- "fields": [
194978
- {
194979
- "args": [],
194980
- "deprecationReason": null,
194981
- "description": null,
194982
- "isDeprecated": false,
194983
- "name": "success",
194984
- "type": {
194985
- "kind": "SCALAR",
194986
- "name": "Boolean",
194987
- "ofType": null
194988
- }
194989
- }
194990
- ],
194991
- "inputFields": null,
194992
- "interfaces": [],
194993
- "kind": "OBJECT",
194994
- "name": "DatabricksSqlWarehouseConnectionMigration",
194995
- "possibleTypes": null
194996
- },
194997
194975
  {
194998
194976
  "description": "Enable/disable an account level feature",
194999
194977
  "enumValues": null,
@@ -18384,14 +18384,6 @@ class DatabricksNotebookLink(sgqlc.types.Type):
18384
18384
  """Source location used to create the notebook link."""
18385
18385
 
18386
18386
 
18387
- class DatabricksSqlWarehouseConnectionMigration(sgqlc.types.Type):
18388
- """Migrate an existing databricks connection to use a sql warehouse"""
18389
-
18390
- __schema__ = schema
18391
- __field_names__ = ("success",)
18392
- success = sgqlc.types.Field(Boolean, graphql_name="success")
18393
-
18394
-
18395
18387
  class DatabricksTaskConnection(sgqlc.types.relay.Connection):
18396
18388
  __schema__ = schema
18397
18389
  __field_names__ = ("page_info", "edges")
@@ -25961,7 +25953,6 @@ class Mutation(sgqlc.types.Type):
25961
25953
  "add_databricks_connection",
25962
25954
  "save_event_onboarding_data",
25963
25955
  "delete_event_onboarding_data",
25964
- "migrate_databricks_sql_warehouse",
25965
25956
  "toggle_account_feature",
25966
25957
  "set_tutorial_state",
25967
25958
  "set_data_lake_catalog_mappings",
@@ -41308,43 +41299,6 @@ class Mutation(sgqlc.types.Type):
41308
41299
  )
41309
41300
  """Delete stored event onboarding configuration"""
41310
41301
 
41311
- migrate_databricks_sql_warehouse = sgqlc.types.Field(
41312
- DatabricksSqlWarehouseConnectionMigration,
41313
- graphql_name="migrateDatabricksSqlWarehouse",
41314
- args=sgqlc.types.ArgDict(
41315
- (
41316
- (
41317
- "connection_id",
41318
- sgqlc.types.Arg(
41319
- sgqlc.types.non_null(UUID), graphql_name="connectionId", default=None
41320
- ),
41321
- ),
41322
- (
41323
- "databricks_config",
41324
- sgqlc.types.Arg(
41325
- sgqlc.types.non_null(DatabricksSqlWarehouseInput),
41326
- graphql_name="databricksConfig",
41327
- default=None,
41328
- ),
41329
- ),
41330
- (
41331
- "should_validate",
41332
- sgqlc.types.Arg(Boolean, graphql_name="shouldValidate", default=False),
41333
- ),
41334
- )
41335
- ),
41336
- )
41337
- """Migrate an existing databricks connection to use a sql warehouse
41338
-
41339
- Arguments:
41340
-
41341
- * `connection_id` (`UUID!`): ID of the connection to migrate
41342
- * `databricks_config` (`DatabricksSqlWarehouseInput!`):
41343
- Configuration for the Databricks sql warehouse.
41344
- * `should_validate` (`Boolean`): Set to true to test changes
41345
- before saving (default: `false`)
41346
- """
41347
-
41348
41302
  toggle_account_feature = sgqlc.types.Field(
41349
41303
  "ToggleAccountFeature",
41350
41304
  graphql_name="toggleAccountFeature",
@@ -45855,9 +45809,19 @@ class Query(sgqlc.types.Type):
45855
45809
  (
45856
45810
  (
45857
45811
  "integration_id",
45858
- sgqlc.types.Arg(
45859
- sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
45860
- ),
45812
+ sgqlc.types.Arg(UUID, graphql_name="integrationId", default=None),
45813
+ ),
45814
+ (
45815
+ "integration_site",
45816
+ sgqlc.types.Arg(String, graphql_name="integrationSite", default=None),
45817
+ ),
45818
+ (
45819
+ "integration_api_key",
45820
+ sgqlc.types.Arg(String, graphql_name="integrationApiKey", default=None),
45821
+ ),
45822
+ (
45823
+ "integration_application_key",
45824
+ sgqlc.types.Arg(String, graphql_name="integrationApplicationKey", default=None),
45861
45825
  ),
45862
45826
  ("query", sgqlc.types.Arg(String, graphql_name="query", default=None)),
45863
45827
  (
@@ -45869,11 +45833,20 @@ class Query(sgqlc.types.Type):
45869
45833
  )
45870
45834
  ),
45871
45835
  )
45872
- """(experimental) Get the list of Datadog incident teams
45836
+ """(experimental) Get the list of Datadog incident teams. Either
45837
+ provide integration_id OR (integration_site, integration_api_key,
45838
+ integration_application_key) for testing credentials.
45873
45839
 
45874
45840
  Arguments:
45875
45841
 
45876
- * `integration_id` (`UUID!`): The integration ID
45842
+ * `integration_id` (`UUID`): The integration ID (required if not
45843
+ using direct credentials)
45844
+ * `integration_site` (`String`): Datadog site (e.g. datadoghq.com)
45845
+ - for testing without integration
45846
+ * `integration_api_key` (`String`): Datadog API key - for testing
45847
+ without integration
45848
+ * `integration_application_key` (`String`): Datadog Application
45849
+ key - for testing without integration
45877
45850
  * `query` (`String`): A query to filter teams
45878
45851
  * `ids` (`[String]`): List of team ids to filter by
45879
45852
  * `page_number` (`Int`): Page number (default: 0)
@@ -45887,9 +45860,19 @@ class Query(sgqlc.types.Type):
45887
45860
  (
45888
45861
  (
45889
45862
  "integration_id",
45890
- sgqlc.types.Arg(
45891
- sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
45892
- ),
45863
+ sgqlc.types.Arg(UUID, graphql_name="integrationId", default=None),
45864
+ ),
45865
+ (
45866
+ "integration_site",
45867
+ sgqlc.types.Arg(String, graphql_name="integrationSite", default=None),
45868
+ ),
45869
+ (
45870
+ "integration_api_key",
45871
+ sgqlc.types.Arg(String, graphql_name="integrationApiKey", default=None),
45872
+ ),
45873
+ (
45874
+ "integration_application_key",
45875
+ sgqlc.types.Arg(String, graphql_name="integrationApplicationKey", default=None),
45893
45876
  ),
45894
45877
  ("query", sgqlc.types.Arg(String, graphql_name="query", default=None)),
45895
45878
  ("page_number", sgqlc.types.Arg(Int, graphql_name="pageNumber", default=None)),
@@ -45897,11 +45880,20 @@ class Query(sgqlc.types.Type):
45897
45880
  )
45898
45881
  ),
45899
45882
  )
45900
- """(experimental) Get the list of Datadog incident services
45883
+ """(experimental) Get the list of Datadog incident services. Either
45884
+ provide integration_id OR (integration_site, integration_api_key,
45885
+ integration_application_key) for testing credentials.
45901
45886
 
45902
45887
  Arguments:
45903
45888
 
45904
- * `integration_id` (`UUID!`): The integration ID
45889
+ * `integration_id` (`UUID`): The integration ID (required if not
45890
+ using direct credentials)
45891
+ * `integration_site` (`String`): Datadog site (e.g. datadoghq.com)
45892
+ - for testing without integration
45893
+ * `integration_api_key` (`String`): Datadog API key - for testing
45894
+ without integration
45895
+ * `integration_application_key` (`String`): Datadog Application
45896
+ key - for testing without integration
45905
45897
  * `query` (`String`): A query to filter services
45906
45898
  * `page_number` (`Int`): Page number (default: 0)
45907
45899
  * `page_size` (`Int`): Page size (default: 100)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.197
3
+ Version: 0.10.199
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