pycarlo 0.10.85__py3-none-any.whl → 0.10.87__py3-none-any.whl
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.
- pycarlo/lib/schema.json +101 -3
- pycarlo/lib/schema.py +56 -3
- {pycarlo-0.10.85.dist-info → pycarlo-0.10.87.dist-info}/METADATA +1 -1
- {pycarlo-0.10.85.dist-info → pycarlo-0.10.87.dist-info}/RECORD +7 -7
- {pycarlo-0.10.85.dist-info → pycarlo-0.10.87.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.85.dist-info → pycarlo-0.10.87.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.85.dist-info → pycarlo-0.10.87.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -1069,6 +1069,61 @@
|
|
|
1069
1069
|
"ofType": null
|
|
1070
1070
|
}
|
|
1071
1071
|
},
|
|
1072
|
+
{
|
|
1073
|
+
"args": [
|
|
1074
|
+
{
|
|
1075
|
+
"defaultValue": null,
|
|
1076
|
+
"description": "Datadog site (e.g. datadoghq.com)",
|
|
1077
|
+
"name": "site",
|
|
1078
|
+
"type": {
|
|
1079
|
+
"kind": "NON_NULL",
|
|
1080
|
+
"name": null,
|
|
1081
|
+
"ofType": {
|
|
1082
|
+
"kind": "SCALAR",
|
|
1083
|
+
"name": "String",
|
|
1084
|
+
"ofType": null
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"defaultValue": null,
|
|
1090
|
+
"description": "Datadog API key",
|
|
1091
|
+
"name": "apiKey",
|
|
1092
|
+
"type": {
|
|
1093
|
+
"kind": "NON_NULL",
|
|
1094
|
+
"name": null,
|
|
1095
|
+
"ofType": {
|
|
1096
|
+
"kind": "SCALAR",
|
|
1097
|
+
"name": "String",
|
|
1098
|
+
"ofType": null
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"defaultValue": null,
|
|
1104
|
+
"description": "Datadog Application key",
|
|
1105
|
+
"name": "applicationKey",
|
|
1106
|
+
"type": {
|
|
1107
|
+
"kind": "NON_NULL",
|
|
1108
|
+
"name": null,
|
|
1109
|
+
"ofType": {
|
|
1110
|
+
"kind": "SCALAR",
|
|
1111
|
+
"name": "String",
|
|
1112
|
+
"ofType": null
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
],
|
|
1117
|
+
"deprecationReason": null,
|
|
1118
|
+
"description": "(experimental) Test the Datadog connection credentials",
|
|
1119
|
+
"isDeprecated": false,
|
|
1120
|
+
"name": "testDatadogCredentials",
|
|
1121
|
+
"type": {
|
|
1122
|
+
"kind": "OBJECT",
|
|
1123
|
+
"name": "TestDatadogCredentialsOutput",
|
|
1124
|
+
"ofType": null
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1072
1127
|
{
|
|
1073
1128
|
"args": [
|
|
1074
1129
|
{
|
|
@@ -19504,6 +19559,16 @@
|
|
|
19504
19559
|
"ofType": null
|
|
19505
19560
|
}
|
|
19506
19561
|
}
|
|
19562
|
+
},
|
|
19563
|
+
{
|
|
19564
|
+
"defaultValue": null,
|
|
19565
|
+
"description": "Order results by project, dataset, everything else.",
|
|
19566
|
+
"name": "orderByTableComponent",
|
|
19567
|
+
"type": {
|
|
19568
|
+
"kind": "SCALAR",
|
|
19569
|
+
"name": "Boolean",
|
|
19570
|
+
"ofType": null
|
|
19571
|
+
}
|
|
19507
19572
|
}
|
|
19508
19573
|
],
|
|
19509
19574
|
"deprecationReason": null,
|
|
@@ -33734,6 +33799,33 @@
|
|
|
33734
33799
|
"name": "MonitorConfigurationStatus",
|
|
33735
33800
|
"possibleTypes": null
|
|
33736
33801
|
},
|
|
33802
|
+
{
|
|
33803
|
+
"description": null,
|
|
33804
|
+
"enumValues": null,
|
|
33805
|
+
"fields": [
|
|
33806
|
+
{
|
|
33807
|
+
"args": [],
|
|
33808
|
+
"deprecationReason": null,
|
|
33809
|
+
"description": null,
|
|
33810
|
+
"isDeprecated": false,
|
|
33811
|
+
"name": "validCredentials",
|
|
33812
|
+
"type": {
|
|
33813
|
+
"kind": "NON_NULL",
|
|
33814
|
+
"name": null,
|
|
33815
|
+
"ofType": {
|
|
33816
|
+
"kind": "SCALAR",
|
|
33817
|
+
"name": "Boolean",
|
|
33818
|
+
"ofType": null
|
|
33819
|
+
}
|
|
33820
|
+
}
|
|
33821
|
+
}
|
|
33822
|
+
],
|
|
33823
|
+
"inputFields": null,
|
|
33824
|
+
"interfaces": [],
|
|
33825
|
+
"kind": "OBJECT",
|
|
33826
|
+
"name": "TestDatadogCredentialsOutput",
|
|
33827
|
+
"possibleTypes": null
|
|
33828
|
+
},
|
|
33737
33829
|
{
|
|
33738
33830
|
"description": "A Datadog integration",
|
|
33739
33831
|
"enumValues": null,
|
|
@@ -49340,6 +49432,12 @@
|
|
|
49340
49432
|
"description": "Incidentio",
|
|
49341
49433
|
"isDeprecated": false,
|
|
49342
49434
|
"name": "INCIDENTIO"
|
|
49435
|
+
},
|
|
49436
|
+
{
|
|
49437
|
+
"deprecationReason": null,
|
|
49438
|
+
"description": "Datadog",
|
|
49439
|
+
"isDeprecated": false,
|
|
49440
|
+
"name": "DATADOG"
|
|
49343
49441
|
}
|
|
49344
49442
|
],
|
|
49345
49443
|
"fields": null,
|
|
@@ -150217,7 +150315,7 @@
|
|
|
150217
150315
|
},
|
|
150218
150316
|
{
|
|
150219
150317
|
"defaultValue": null,
|
|
150220
|
-
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio",
|
|
150318
|
+
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog",
|
|
150221
150319
|
"name": "notificationType",
|
|
150222
150320
|
"type": {
|
|
150223
150321
|
"kind": "NON_NULL",
|
|
@@ -150496,7 +150594,7 @@
|
|
|
150496
150594
|
},
|
|
150497
150595
|
{
|
|
150498
150596
|
"defaultValue": null,
|
|
150499
|
-
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio",
|
|
150597
|
+
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog",
|
|
150500
150598
|
"name": "notificationType",
|
|
150501
150599
|
"type": {
|
|
150502
150600
|
"kind": "NON_NULL",
|
|
@@ -175690,7 +175788,7 @@
|
|
|
175690
175788
|
},
|
|
175691
175789
|
{
|
|
175692
175790
|
"defaultValue": null,
|
|
175693
|
-
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio",
|
|
175791
|
+
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog",
|
|
175694
175792
|
"name": "notificationType",
|
|
175695
175793
|
"type": {
|
|
175696
175794
|
"kind": "NON_NULL",
|
pycarlo/lib/schema.py
CHANGED
|
@@ -67,6 +67,7 @@ class AccountNotificationSettingsModelType(sgqlc.types.Enum):
|
|
|
67
67
|
"""Enumeration Choices:
|
|
68
68
|
|
|
69
69
|
* `ALATION`: Alation
|
|
70
|
+
* `DATADOG`: Datadog
|
|
70
71
|
* `EMAIL`: Email
|
|
71
72
|
* `GOOGLE_CHAT`: Google Chat
|
|
72
73
|
* `INCIDENTIO`: Incidentio
|
|
@@ -85,6 +86,7 @@ class AccountNotificationSettingsModelType(sgqlc.types.Enum):
|
|
|
85
86
|
__schema__ = schema
|
|
86
87
|
__choices__ = (
|
|
87
88
|
"ALATION",
|
|
89
|
+
"DATADOG",
|
|
88
90
|
"EMAIL",
|
|
89
91
|
"GOOGLE_CHAT",
|
|
90
92
|
"INCIDENTIO",
|
|
@@ -5937,7 +5939,7 @@ class AudienceNotificationSettingInput(sgqlc.types.Input):
|
|
|
5937
5939
|
"""Specify the notification integration to use. Supported options
|
|
5938
5940
|
include: email, opsgenie, pagerduty, slack, slack_v2, google_chat,
|
|
5939
5941
|
webhook, msteams, msteams_v2, alation, servicenow, jira, webex,
|
|
5940
|
-
incidentio
|
|
5942
|
+
incidentio, datadog
|
|
5941
5943
|
"""
|
|
5942
5944
|
|
|
5943
5945
|
extra = sgqlc.types.Field("NotificationExtra", graphql_name="extra")
|
|
@@ -30051,7 +30053,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
30051
30053
|
* `notification_type` (`String!`): Specify the notification
|
|
30052
30054
|
integration to use. Supported options include: email, opsgenie,
|
|
30053
30055
|
pagerduty, slack, slack_v2, webhook, msteams, msteams_v2,
|
|
30054
|
-
alation, servicenow, jira, webex, incidentio
|
|
30056
|
+
alation, servicenow, jira, webex, incidentio, datadog
|
|
30055
30057
|
* `recipient` (`String`): Deprecated
|
|
30056
30058
|
* `recipients` (`[String]`): Destination to send notifications to
|
|
30057
30059
|
* `rules` (`NotificationRoutingRules`): Routing rules
|
|
@@ -30222,7 +30224,8 @@ class Mutation(sgqlc.types.Type):
|
|
|
30222
30224
|
* `notification_type` (`String!`): Specify the notification
|
|
30223
30225
|
integration to use. Supported options include: email, opsgenie,
|
|
30224
30226
|
pagerduty, slack, slack_v2, google_chat, webhook, msteams,
|
|
30225
|
-
msteams_v2, alation, servicenow, jira, webex, incidentio
|
|
30227
|
+
msteams_v2, alation, servicenow, jira, webex, incidentio,
|
|
30228
|
+
datadog
|
|
30226
30229
|
* `recipients` (`[String]!`): Destination to send notifications to
|
|
30227
30230
|
* `recipients_display_names` (`[String]`): Display names for the
|
|
30228
30231
|
recipients. If this input parameter is provided, it should
|
|
@@ -42513,6 +42516,7 @@ class Query(sgqlc.types.Type):
|
|
|
42513
42516
|
"get_table_monitor_validation_statuses",
|
|
42514
42517
|
"get_table_monitor_configuration",
|
|
42515
42518
|
"get_default_monitor_configuration",
|
|
42519
|
+
"test_datadog_credentials",
|
|
42516
42520
|
"get_datadog_integrations",
|
|
42517
42521
|
"get_billing_credit_grants",
|
|
42518
42522
|
"get_contract_commits",
|
|
@@ -43518,6 +43522,41 @@ class Query(sgqlc.types.Type):
|
|
|
43518
43522
|
* `mcon` (`String!`)None
|
|
43519
43523
|
"""
|
|
43520
43524
|
|
|
43525
|
+
test_datadog_credentials = sgqlc.types.Field(
|
|
43526
|
+
"TestDatadogCredentialsOutput",
|
|
43527
|
+
graphql_name="testDatadogCredentials",
|
|
43528
|
+
args=sgqlc.types.ArgDict(
|
|
43529
|
+
(
|
|
43530
|
+
(
|
|
43531
|
+
"site",
|
|
43532
|
+
sgqlc.types.Arg(
|
|
43533
|
+
sgqlc.types.non_null(String), graphql_name="site", default=None
|
|
43534
|
+
),
|
|
43535
|
+
),
|
|
43536
|
+
(
|
|
43537
|
+
"api_key",
|
|
43538
|
+
sgqlc.types.Arg(
|
|
43539
|
+
sgqlc.types.non_null(String), graphql_name="apiKey", default=None
|
|
43540
|
+
),
|
|
43541
|
+
),
|
|
43542
|
+
(
|
|
43543
|
+
"application_key",
|
|
43544
|
+
sgqlc.types.Arg(
|
|
43545
|
+
sgqlc.types.non_null(String), graphql_name="applicationKey", default=None
|
|
43546
|
+
),
|
|
43547
|
+
),
|
|
43548
|
+
)
|
|
43549
|
+
),
|
|
43550
|
+
)
|
|
43551
|
+
"""(experimental) Test the Datadog connection credentials
|
|
43552
|
+
|
|
43553
|
+
Arguments:
|
|
43554
|
+
|
|
43555
|
+
* `site` (`String!`): Datadog site (e.g. datadoghq.com)
|
|
43556
|
+
* `api_key` (`String!`): Datadog API key
|
|
43557
|
+
* `application_key` (`String!`): Datadog Application key
|
|
43558
|
+
"""
|
|
43559
|
+
|
|
43521
43560
|
get_datadog_integrations = sgqlc.types.Field(
|
|
43522
43561
|
sgqlc.types.list_of(DatadogIntegrationOutput),
|
|
43523
43562
|
graphql_name="getDatadogIntegrations",
|
|
@@ -53465,6 +53504,10 @@ class Query(sgqlc.types.Type):
|
|
|
53465
53504
|
sgqlc.types.list_of(String), graphql_name="biTypes", default=None
|
|
53466
53505
|
),
|
|
53467
53506
|
),
|
|
53507
|
+
(
|
|
53508
|
+
"order_by_table_component",
|
|
53509
|
+
sgqlc.types.Arg(Boolean, graphql_name="orderByTableComponent", default=None),
|
|
53510
|
+
),
|
|
53468
53511
|
)
|
|
53469
53512
|
),
|
|
53470
53513
|
)
|
|
@@ -53508,6 +53551,8 @@ class Query(sgqlc.types.Type):
|
|
|
53508
53551
|
* `warehouse_types` (`[String]`): Filter by warehouse types
|
|
53509
53552
|
* `etl_types` (`[String]`): Filter by ETL types
|
|
53510
53553
|
* `bi_types` (`[String]`): Filter by BI types
|
|
53554
|
+
* `order_by_table_component` (`Boolean`): Order results by
|
|
53555
|
+
project, dataset, everything else.
|
|
53511
53556
|
"""
|
|
53512
53557
|
|
|
53513
53558
|
search_tables_for_dynamic_schedule = sgqlc.types.Field(
|
|
@@ -62352,6 +62397,14 @@ class TestDatabricksSqlWarehouseCredentialsV2(sgqlc.types.Type):
|
|
|
62352
62397
|
"""Result of the validation."""
|
|
62353
62398
|
|
|
62354
62399
|
|
|
62400
|
+
class TestDatadogCredentialsOutput(sgqlc.types.Type):
|
|
62401
|
+
__schema__ = schema
|
|
62402
|
+
__field_names__ = ("valid_credentials",)
|
|
62403
|
+
valid_credentials = sgqlc.types.Field(
|
|
62404
|
+
sgqlc.types.non_null(Boolean), graphql_name="validCredentials"
|
|
62405
|
+
)
|
|
62406
|
+
|
|
62407
|
+
|
|
62355
62408
|
class TestDbtCloudCredentials(sgqlc.types.Type):
|
|
62356
62409
|
"""Test a dbt Cloud connection"""
|
|
62357
62410
|
|
|
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
|
|
|
35
35
|
pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
|
|
36
36
|
pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
|
|
37
37
|
pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
-
pycarlo/lib/schema.json,sha256=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
38
|
+
pycarlo/lib/schema.json,sha256=LlQFFwXCc1DVSHxh_g8TljPEntET9eTYPpY1-ZFumFY,6018753
|
|
39
|
+
pycarlo/lib/schema.py,sha256=ZNd20i2KnoCu8OEva_-FmIdfzLzK9K7unby0YmbV1Os,2599441
|
|
40
|
+
pycarlo-0.10.87.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.87.dist-info/METADATA,sha256=hgvI6tJPiKavFx-k9Sp2BMGrgWI6IcYs2wUjsFjiWJY,8741
|
|
42
|
+
pycarlo-0.10.87.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.87.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.87.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|