pycarlo 0.10.183__tar.gz → 0.10.184__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.183 → pycarlo-0.10.184}/PKG-INFO +1 -1
  2. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/lib/schema.json +54 -2
  3. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/lib/schema.py +24 -0
  4. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.183 → pycarlo-0.10.184}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.183 → pycarlo-0.10.184}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.183 → pycarlo-0.10.184}/.coveragerc +0 -0
  8. {pycarlo-0.10.183 → pycarlo-0.10.184}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.183 → pycarlo-0.10.184}/.gitignore +0 -0
  10. {pycarlo-0.10.183 → pycarlo-0.10.184}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.183 → pycarlo-0.10.184}/LICENSE +0 -0
  12. {pycarlo-0.10.183 → pycarlo-0.10.184}/Makefile +0 -0
  13. {pycarlo-0.10.183 → pycarlo-0.10.184}/README.md +0 -0
  14. {pycarlo-0.10.183 → pycarlo-0.10.184}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.183 → pycarlo-0.10.184}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.183 → pycarlo-0.10.184}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.183 → pycarlo-0.10.184}/pyproject.toml +0 -0
  58. {pycarlo-0.10.183 → pycarlo-0.10.184}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.183 → pycarlo-0.10.184}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.183 → pycarlo-0.10.184}/requirements.txt +0 -0
  61. {pycarlo-0.10.183 → pycarlo-0.10.184}/setup.cfg +0 -0
  62. {pycarlo-0.10.183 → pycarlo-0.10.184}/setup.py +0 -0
  63. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.183 → pycarlo-0.10.184}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.183 → pycarlo-0.10.184}/utils/env.sh +0 -0
  90. {pycarlo-0.10.183 → pycarlo-0.10.184}/utils/generate.py +0 -0
  91. {pycarlo-0.10.183 → pycarlo-0.10.184}/utils/sample.env +0 -0
  92. {pycarlo-0.10.183 → pycarlo-0.10.184}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.183 → pycarlo-0.10.184}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.183
3
+ Version: 0.10.184
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -79437,6 +79437,22 @@
79437
79437
  }
79438
79438
  }
79439
79439
  },
79440
+ {
79441
+ "args": [],
79442
+ "deprecationReason": null,
79443
+ "description": "Short text to describe the integration",
79444
+ "isDeprecated": false,
79445
+ "name": "integrationName",
79446
+ "type": {
79447
+ "kind": "NON_NULL",
79448
+ "name": null,
79449
+ "ofType": {
79450
+ "kind": "SCALAR",
79451
+ "name": "String",
79452
+ "ofType": null
79453
+ }
79454
+ }
79455
+ },
79440
79456
  {
79441
79457
  "args": [],
79442
79458
  "deprecationReason": null,
@@ -79985,6 +80001,22 @@
79985
80001
  }
79986
80002
  }
79987
80003
  },
80004
+ {
80005
+ "args": [],
80006
+ "deprecationReason": null,
80007
+ "description": "Short text to describe the integration",
80008
+ "isDeprecated": false,
80009
+ "name": "integrationName",
80010
+ "type": {
80011
+ "kind": "NON_NULL",
80012
+ "name": null,
80013
+ "ofType": {
80014
+ "kind": "SCALAR",
80015
+ "name": "String",
80016
+ "ofType": null
80017
+ }
80018
+ }
80019
+ },
79988
80020
  {
79989
80021
  "args": [],
79990
80022
  "deprecationReason": null,
@@ -150945,9 +150977,9 @@
150945
150977
  },
150946
150978
  {
150947
150979
  "args": [],
150948
- "deprecationReason": null,
150980
+ "deprecationReason": "Refreshing now handled internally.",
150949
150981
  "description": null,
150950
- "isDeprecated": false,
150982
+ "isDeprecated": true,
150951
150983
  "name": "refreshEntitlements",
150952
150984
  "type": {
150953
150985
  "kind": "OBJECT",
@@ -174246,6 +174278,16 @@
174246
174278
  "ofType": null
174247
174279
  }
174248
174280
  },
174281
+ {
174282
+ "defaultValue": null,
174283
+ "description": "Short text to describe the integration",
174284
+ "name": "integrationName",
174285
+ "type": {
174286
+ "kind": "SCALAR",
174287
+ "name": "String",
174288
+ "ofType": null
174289
+ }
174290
+ },
174249
174291
  {
174250
174292
  "defaultValue": null,
174251
174293
  "description": "The integration to update",
@@ -174387,6 +174429,16 @@
174387
174429
  "ofType": null
174388
174430
  }
174389
174431
  },
174432
+ {
174433
+ "defaultValue": null,
174434
+ "description": "Short text to describe the integration",
174435
+ "name": "integrationName",
174436
+ "type": {
174437
+ "kind": "SCALAR",
174438
+ "name": "String",
174439
+ "ofType": null
174440
+ }
174441
+ },
174390
174442
  {
174391
174443
  "defaultValue": null,
174392
174444
  "description": "The integration to update",
@@ -42060,6 +42060,10 @@ class Mutation(sgqlc.types.Type):
42060
42060
  sgqlc.types.Arg(Boolean, graphql_name="automaticSyncDisabled", default=None),
42061
42061
  ),
42062
42062
  ("domain_uuid", sgqlc.types.Arg(UUID, graphql_name="domainUuid", default=None)),
42063
+ (
42064
+ "integration_name",
42065
+ sgqlc.types.Arg(String, graphql_name="integrationName", default=None),
42066
+ ),
42063
42067
  (
42064
42068
  "integration_uuid",
42065
42069
  sgqlc.types.Arg(UUID, graphql_name="integrationUuid", default=None),
@@ -42084,6 +42088,8 @@ class Mutation(sgqlc.types.Type):
42084
42088
  full sync are disabled for monitors in this account',)
42085
42089
  * `domain_uuid` (`UUID`): Domain uuid in Collibra where monitors
42086
42090
  will be syncronized. Can only be set once during creation
42091
+ * `integration_name` (`String`): Short text to describe the
42092
+ integration
42087
42093
  * `integration_uuid` (`UUID`): The integration to update
42088
42094
  * `password` (`String`): ('The Collibra service account password
42089
42095
  for authentication; if not provided, previous value will be
@@ -42153,6 +42159,10 @@ class Mutation(sgqlc.types.Type):
42153
42159
  "disable_ssl_verification",
42154
42160
  sgqlc.types.Arg(Boolean, graphql_name="disableSslVerification", default=False),
42155
42161
  ),
42162
+ (
42163
+ "integration_name",
42164
+ sgqlc.types.Arg(String, graphql_name="integrationName", default=None),
42165
+ ),
42156
42166
  (
42157
42167
  "integration_uuid",
42158
42168
  sgqlc.types.Arg(UUID, graphql_name="integrationUuid", default=None),
@@ -42187,6 +42197,8 @@ class Mutation(sgqlc.types.Type):
42187
42197
  instance via the data collector (default: `false`)
42188
42198
  * `disable_ssl_verification` (`Boolean`): Whether to disable SSL
42189
42199
  when proxying requests via the data collector (default: `false`)
42200
+ * `integration_name` (`String`): Short text to describe the
42201
+ integration
42190
42202
  * `integration_uuid` (`UUID`): The integration to update
42191
42203
  * `password` (`String`): ('The Alation service account password
42192
42204
  for authentication; if not provided, previous value will be
@@ -69595,6 +69607,7 @@ class AlationIntegration(sgqlc.types.Type, Node):
69595
69607
  "created_by",
69596
69608
  "last_update_user",
69597
69609
  "uuid",
69610
+ "integration_name",
69598
69611
  "server_url",
69599
69612
  "username",
69600
69613
  "user_id",
@@ -69615,6 +69628,11 @@ class AlationIntegration(sgqlc.types.Type, Node):
69615
69628
  uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
69616
69629
  """Integration external ID"""
69617
69630
 
69631
+ integration_name = sgqlc.types.Field(
69632
+ sgqlc.types.non_null(String), graphql_name="integrationName"
69633
+ )
69634
+ """Short text to describe the integration"""
69635
+
69618
69636
  server_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="serverUrl")
69619
69637
  """Alation server URL"""
69620
69638
 
@@ -71195,6 +71213,7 @@ class CollibraIntegration(sgqlc.types.Type, Node):
71195
71213
  __schema__ = schema
71196
71214
  __field_names__ = (
71197
71215
  "uuid",
71216
+ "integration_name",
71198
71217
  "server_url",
71199
71218
  "username",
71200
71219
  "created_time",
@@ -71206,6 +71225,11 @@ class CollibraIntegration(sgqlc.types.Type, Node):
71206
71225
  uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
71207
71226
  """Integration external ID"""
71208
71227
 
71228
+ integration_name = sgqlc.types.Field(
71229
+ sgqlc.types.non_null(String), graphql_name="integrationName"
71230
+ )
71231
+ """Short text to describe the integration"""
71232
+
71209
71233
  server_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="serverUrl")
71210
71234
  """Collibra server URL"""
71211
71235
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.183
3
+ Version: 0.10.184
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