pycarlo 0.10.121__py3-none-any.whl → 0.10.123__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 +468 -162
- pycarlo/lib/schema.py +95 -15
- {pycarlo-0.10.121.dist-info → pycarlo-0.10.123.dist-info}/METADATA +1 -1
- {pycarlo-0.10.121.dist-info → pycarlo-0.10.123.dist-info}/RECORD +7 -7
- {pycarlo-0.10.121.dist-info → pycarlo-0.10.123.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.121.dist-info → pycarlo-0.10.123.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.121.dist-info → pycarlo-0.10.123.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -33375,12 +33375,12 @@
|
|
|
33375
33375
|
},
|
|
33376
33376
|
{
|
|
33377
33377
|
"kind": "OBJECT",
|
|
33378
|
-
"name": "
|
|
33378
|
+
"name": "FilterValueField",
|
|
33379
33379
|
"ofType": null
|
|
33380
33380
|
},
|
|
33381
33381
|
{
|
|
33382
33382
|
"kind": "OBJECT",
|
|
33383
|
-
"name": "
|
|
33383
|
+
"name": "FilterValueSql",
|
|
33384
33384
|
"ofType": null
|
|
33385
33385
|
}
|
|
33386
33386
|
]
|
|
@@ -44090,6 +44090,26 @@
|
|
|
44090
44090
|
"ofType": null
|
|
44091
44091
|
}
|
|
44092
44092
|
},
|
|
44093
|
+
{
|
|
44094
|
+
"args": [],
|
|
44095
|
+
"deprecationReason": null,
|
|
44096
|
+
"description": "agent span filters used on the monitor",
|
|
44097
|
+
"isDeprecated": false,
|
|
44098
|
+
"name": "agentSpanFilters",
|
|
44099
|
+
"type": {
|
|
44100
|
+
"kind": "LIST",
|
|
44101
|
+
"name": null,
|
|
44102
|
+
"ofType": {
|
|
44103
|
+
"kind": "NON_NULL",
|
|
44104
|
+
"name": null,
|
|
44105
|
+
"ofType": {
|
|
44106
|
+
"kind": "OBJECT",
|
|
44107
|
+
"name": "AgentSpanFilter",
|
|
44108
|
+
"ofType": null
|
|
44109
|
+
}
|
|
44110
|
+
}
|
|
44111
|
+
}
|
|
44112
|
+
},
|
|
44093
44113
|
{
|
|
44094
44114
|
"args": [],
|
|
44095
44115
|
"deprecationReason": null,
|
|
@@ -44102,6 +44122,18 @@
|
|
|
44102
44122
|
"ofType": null
|
|
44103
44123
|
}
|
|
44104
44124
|
},
|
|
44125
|
+
{
|
|
44126
|
+
"args": [],
|
|
44127
|
+
"deprecationReason": null,
|
|
44128
|
+
"description": "Filters used on the monitor",
|
|
44129
|
+
"isDeprecated": false,
|
|
44130
|
+
"name": "filters",
|
|
44131
|
+
"type": {
|
|
44132
|
+
"kind": "OBJECT",
|
|
44133
|
+
"name": "FilterGroup",
|
|
44134
|
+
"ofType": null
|
|
44135
|
+
}
|
|
44136
|
+
},
|
|
44105
44137
|
{
|
|
44106
44138
|
"args": [],
|
|
44107
44139
|
"deprecationReason": null,
|
|
@@ -51188,7 +51220,7 @@
|
|
|
51188
51220
|
{
|
|
51189
51221
|
"args": [],
|
|
51190
51222
|
"deprecationReason": "Please use the routingRules fields instead.",
|
|
51191
|
-
"description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
|
|
51223
|
+
"description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, agent_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
|
|
51192
51224
|
"isDeprecated": true,
|
|
51193
51225
|
"name": "anomalyTypes",
|
|
51194
51226
|
"type": {
|
|
@@ -54514,6 +54546,12 @@
|
|
|
54514
54546
|
"isDeprecated": false,
|
|
54515
54547
|
"name": "METRIC_ANOMALIES"
|
|
54516
54548
|
},
|
|
54549
|
+
{
|
|
54550
|
+
"deprecationReason": null,
|
|
54551
|
+
"description": "Agent anomalies",
|
|
54552
|
+
"isDeprecated": false,
|
|
54553
|
+
"name": "AGENT_ANOMALIES"
|
|
54554
|
+
},
|
|
54517
54555
|
{
|
|
54518
54556
|
"deprecationReason": null,
|
|
54519
54557
|
"description": "Metric Comparison Anomalies",
|
|
@@ -62049,6 +62087,12 @@
|
|
|
62049
62087
|
"isDeprecated": false,
|
|
62050
62088
|
"name": "METRIC_COMPARISON_ANOM"
|
|
62051
62089
|
},
|
|
62090
|
+
{
|
|
62091
|
+
"deprecationReason": null,
|
|
62092
|
+
"description": "Agent Anomaly",
|
|
62093
|
+
"isDeprecated": false,
|
|
62094
|
+
"name": "AGENT_ANOM"
|
|
62095
|
+
},
|
|
62052
62096
|
{
|
|
62053
62097
|
"deprecationReason": null,
|
|
62054
62098
|
"description": "Custom Rule Anomaly",
|
|
@@ -63855,6 +63899,18 @@
|
|
|
63855
63899
|
"ofType": null
|
|
63856
63900
|
}
|
|
63857
63901
|
}
|
|
63902
|
+
},
|
|
63903
|
+
{
|
|
63904
|
+
"args": [],
|
|
63905
|
+
"deprecationReason": null,
|
|
63906
|
+
"description": "URL of the alert",
|
|
63907
|
+
"isDeprecated": false,
|
|
63908
|
+
"name": "url",
|
|
63909
|
+
"type": {
|
|
63910
|
+
"kind": "SCALAR",
|
|
63911
|
+
"name": "String",
|
|
63912
|
+
"ofType": null
|
|
63913
|
+
}
|
|
63858
63914
|
}
|
|
63859
63915
|
],
|
|
63860
63916
|
"inputFields": null,
|
|
@@ -64075,6 +64131,12 @@
|
|
|
64075
64131
|
"isDeprecated": false,
|
|
64076
64132
|
"name": "METRIC_ANOMALIES"
|
|
64077
64133
|
},
|
|
64134
|
+
{
|
|
64135
|
+
"deprecationReason": null,
|
|
64136
|
+
"description": null,
|
|
64137
|
+
"isDeprecated": false,
|
|
64138
|
+
"name": "AGENT_ANOMALIES"
|
|
64139
|
+
},
|
|
64078
64140
|
{
|
|
64079
64141
|
"deprecationReason": null,
|
|
64080
64142
|
"description": null,
|
|
@@ -64308,6 +64370,12 @@
|
|
|
64308
64370
|
"isDeprecated": false,
|
|
64309
64371
|
"name": "PERFORMANCE_ANOMALY"
|
|
64310
64372
|
},
|
|
64373
|
+
{
|
|
64374
|
+
"deprecationReason": null,
|
|
64375
|
+
"description": null,
|
|
64376
|
+
"isDeprecated": false,
|
|
64377
|
+
"name": "AGENT_ANOMALY"
|
|
64378
|
+
},
|
|
64311
64379
|
{
|
|
64312
64380
|
"deprecationReason": null,
|
|
64313
64381
|
"description": null,
|
|
@@ -64344,6 +64412,12 @@
|
|
|
64344
64412
|
"isDeprecated": false,
|
|
64345
64413
|
"name": "METRIC_ANOMALIES"
|
|
64346
64414
|
},
|
|
64415
|
+
{
|
|
64416
|
+
"deprecationReason": null,
|
|
64417
|
+
"description": null,
|
|
64418
|
+
"isDeprecated": false,
|
|
64419
|
+
"name": "AGENT_ANOMALIES"
|
|
64420
|
+
},
|
|
64347
64421
|
{
|
|
64348
64422
|
"deprecationReason": null,
|
|
64349
64423
|
"description": null,
|
|
@@ -71532,6 +71606,18 @@
|
|
|
71532
71606
|
"ofType": null
|
|
71533
71607
|
}
|
|
71534
71608
|
},
|
|
71609
|
+
{
|
|
71610
|
+
"args": [],
|
|
71611
|
+
"deprecationReason": null,
|
|
71612
|
+
"description": null,
|
|
71613
|
+
"isDeprecated": false,
|
|
71614
|
+
"name": "agentAnom",
|
|
71615
|
+
"type": {
|
|
71616
|
+
"kind": "SCALAR",
|
|
71617
|
+
"name": "Int",
|
|
71618
|
+
"ofType": null
|
|
71619
|
+
}
|
|
71620
|
+
},
|
|
71535
71621
|
{
|
|
71536
71622
|
"args": [],
|
|
71537
71623
|
"deprecationReason": null,
|
|
@@ -72394,6 +72480,12 @@
|
|
|
72394
72480
|
"isDeprecated": false,
|
|
72395
72481
|
"name": "performance_anomaly"
|
|
72396
72482
|
},
|
|
72483
|
+
{
|
|
72484
|
+
"deprecationReason": null,
|
|
72485
|
+
"description": null,
|
|
72486
|
+
"isDeprecated": false,
|
|
72487
|
+
"name": "agent_anomaly"
|
|
72488
|
+
},
|
|
72397
72489
|
{
|
|
72398
72490
|
"deprecationReason": null,
|
|
72399
72491
|
"description": null,
|
|
@@ -84871,6 +84963,26 @@
|
|
|
84871
84963
|
"ofType": null
|
|
84872
84964
|
}
|
|
84873
84965
|
},
|
|
84966
|
+
{
|
|
84967
|
+
"args": [],
|
|
84968
|
+
"deprecationReason": null,
|
|
84969
|
+
"description": "agent span filters used on the monitor",
|
|
84970
|
+
"isDeprecated": false,
|
|
84971
|
+
"name": "agentSpanFilters",
|
|
84972
|
+
"type": {
|
|
84973
|
+
"kind": "LIST",
|
|
84974
|
+
"name": null,
|
|
84975
|
+
"ofType": {
|
|
84976
|
+
"kind": "NON_NULL",
|
|
84977
|
+
"name": null,
|
|
84978
|
+
"ofType": {
|
|
84979
|
+
"kind": "OBJECT",
|
|
84980
|
+
"name": "AgentSpanFilter",
|
|
84981
|
+
"ofType": null
|
|
84982
|
+
}
|
|
84983
|
+
}
|
|
84984
|
+
}
|
|
84985
|
+
},
|
|
84874
84986
|
{
|
|
84875
84987
|
"args": [],
|
|
84876
84988
|
"deprecationReason": null,
|
|
@@ -84882,6 +84994,18 @@
|
|
|
84882
84994
|
"name": "MonitorSamplingConfig",
|
|
84883
84995
|
"ofType": null
|
|
84884
84996
|
}
|
|
84997
|
+
},
|
|
84998
|
+
{
|
|
84999
|
+
"args": [],
|
|
85000
|
+
"deprecationReason": null,
|
|
85001
|
+
"description": "Filters used on the monitor",
|
|
85002
|
+
"isDeprecated": false,
|
|
85003
|
+
"name": "filters",
|
|
85004
|
+
"type": {
|
|
85005
|
+
"kind": "OBJECT",
|
|
85006
|
+
"name": "FilterGroup",
|
|
85007
|
+
"ofType": null
|
|
85008
|
+
}
|
|
84885
85009
|
}
|
|
84886
85010
|
],
|
|
84887
85011
|
"inputFields": null,
|
|
@@ -85760,6 +85884,88 @@
|
|
|
85760
85884
|
}
|
|
85761
85885
|
]
|
|
85762
85886
|
},
|
|
85887
|
+
{
|
|
85888
|
+
"description": null,
|
|
85889
|
+
"enumValues": null,
|
|
85890
|
+
"fields": [
|
|
85891
|
+
{
|
|
85892
|
+
"args": [],
|
|
85893
|
+
"deprecationReason": null,
|
|
85894
|
+
"description": null,
|
|
85895
|
+
"isDeprecated": false,
|
|
85896
|
+
"name": "agent",
|
|
85897
|
+
"type": {
|
|
85898
|
+
"kind": "OBJECT",
|
|
85899
|
+
"name": "AgentSpanFieldFilter",
|
|
85900
|
+
"ofType": null
|
|
85901
|
+
}
|
|
85902
|
+
},
|
|
85903
|
+
{
|
|
85904
|
+
"args": [],
|
|
85905
|
+
"deprecationReason": null,
|
|
85906
|
+
"description": null,
|
|
85907
|
+
"isDeprecated": false,
|
|
85908
|
+
"name": "workflow",
|
|
85909
|
+
"type": {
|
|
85910
|
+
"kind": "OBJECT",
|
|
85911
|
+
"name": "AgentSpanFieldFilter",
|
|
85912
|
+
"ofType": null
|
|
85913
|
+
}
|
|
85914
|
+
},
|
|
85915
|
+
{
|
|
85916
|
+
"args": [],
|
|
85917
|
+
"deprecationReason": null,
|
|
85918
|
+
"description": null,
|
|
85919
|
+
"isDeprecated": false,
|
|
85920
|
+
"name": "task",
|
|
85921
|
+
"type": {
|
|
85922
|
+
"kind": "OBJECT",
|
|
85923
|
+
"name": "AgentSpanFieldFilter",
|
|
85924
|
+
"ofType": null
|
|
85925
|
+
}
|
|
85926
|
+
},
|
|
85927
|
+
{
|
|
85928
|
+
"args": [],
|
|
85929
|
+
"deprecationReason": null,
|
|
85930
|
+
"description": null,
|
|
85931
|
+
"isDeprecated": false,
|
|
85932
|
+
"name": "spanName",
|
|
85933
|
+
"type": {
|
|
85934
|
+
"kind": "OBJECT",
|
|
85935
|
+
"name": "AgentSpanFieldFilter",
|
|
85936
|
+
"ofType": null
|
|
85937
|
+
}
|
|
85938
|
+
}
|
|
85939
|
+
],
|
|
85940
|
+
"inputFields": null,
|
|
85941
|
+
"interfaces": [],
|
|
85942
|
+
"kind": "OBJECT",
|
|
85943
|
+
"name": "AgentSpanFilter",
|
|
85944
|
+
"possibleTypes": null
|
|
85945
|
+
},
|
|
85946
|
+
{
|
|
85947
|
+
"description": null,
|
|
85948
|
+
"enumValues": null,
|
|
85949
|
+
"fields": [
|
|
85950
|
+
{
|
|
85951
|
+
"args": [],
|
|
85952
|
+
"deprecationReason": null,
|
|
85953
|
+
"description": null,
|
|
85954
|
+
"isDeprecated": false,
|
|
85955
|
+
"name": "value",
|
|
85956
|
+
"type": {
|
|
85957
|
+
"kind": "SCALAR",
|
|
85958
|
+
"name": "String",
|
|
85959
|
+
"ofType": null
|
|
85960
|
+
}
|
|
85961
|
+
}
|
|
85962
|
+
],
|
|
85963
|
+
"inputFields": null,
|
|
85964
|
+
"interfaces": [],
|
|
85965
|
+
"kind": "OBJECT",
|
|
85966
|
+
"name": "AgentSpanFieldFilter",
|
|
85967
|
+
"possibleTypes": null
|
|
85968
|
+
},
|
|
85763
85969
|
{
|
|
85764
85970
|
"description": null,
|
|
85765
85971
|
"enumValues": null,
|
|
@@ -112794,7 +113000,7 @@
|
|
|
112794
113000
|
"inputFields": [
|
|
112795
113001
|
{
|
|
112796
113002
|
"defaultValue": null,
|
|
112797
|
-
"description":
|
|
113003
|
+
"description": null,
|
|
112798
113004
|
"name": "agent",
|
|
112799
113005
|
"type": {
|
|
112800
113006
|
"kind": "INPUT_OBJECT",
|
|
@@ -112804,7 +113010,7 @@
|
|
|
112804
113010
|
},
|
|
112805
113011
|
{
|
|
112806
113012
|
"defaultValue": null,
|
|
112807
|
-
"description":
|
|
113013
|
+
"description": null,
|
|
112808
113014
|
"name": "workflow",
|
|
112809
113015
|
"type": {
|
|
112810
113016
|
"kind": "INPUT_OBJECT",
|
|
@@ -112814,7 +113020,7 @@
|
|
|
112814
113020
|
},
|
|
112815
113021
|
{
|
|
112816
113022
|
"defaultValue": null,
|
|
112817
|
-
"description":
|
|
113023
|
+
"description": null,
|
|
112818
113024
|
"name": "task",
|
|
112819
113025
|
"type": {
|
|
112820
113026
|
"kind": "INPUT_OBJECT",
|
|
@@ -112824,7 +113030,7 @@
|
|
|
112824
113030
|
},
|
|
112825
113031
|
{
|
|
112826
113032
|
"defaultValue": null,
|
|
112827
|
-
"description":
|
|
113033
|
+
"description": null,
|
|
112828
113034
|
"name": "spanName",
|
|
112829
113035
|
"type": {
|
|
112830
113036
|
"kind": "INPUT_OBJECT",
|
|
@@ -112845,7 +113051,7 @@
|
|
|
112845
113051
|
"inputFields": [
|
|
112846
113052
|
{
|
|
112847
113053
|
"defaultValue": null,
|
|
112848
|
-
"description":
|
|
113054
|
+
"description": null,
|
|
112849
113055
|
"name": "value",
|
|
112850
113056
|
"type": {
|
|
112851
113057
|
"kind": "SCALAR",
|
|
@@ -114048,19 +114254,19 @@
|
|
|
114048
114254
|
{
|
|
114049
114255
|
"args": [],
|
|
114050
114256
|
"deprecationReason": null,
|
|
114051
|
-
"description": "SQL
|
|
114257
|
+
"description": "Structured SQL filtering from monitors",
|
|
114052
114258
|
"isDeprecated": false,
|
|
114053
114259
|
"name": "monitorSqlBlocks",
|
|
114054
114260
|
"type": {
|
|
114055
|
-
"kind": "
|
|
114056
|
-
"name": "
|
|
114261
|
+
"kind": "SCALAR",
|
|
114262
|
+
"name": "JSONString",
|
|
114057
114263
|
"ofType": null
|
|
114058
114264
|
}
|
|
114059
114265
|
},
|
|
114060
114266
|
{
|
|
114061
114267
|
"args": [],
|
|
114062
114268
|
"deprecationReason": null,
|
|
114063
|
-
"description": "Sampling configuration
|
|
114269
|
+
"description": "Sampling configuration",
|
|
114064
114270
|
"isDeprecated": false,
|
|
114065
114271
|
"name": "samplingConfig",
|
|
114066
114272
|
"type": {
|
|
@@ -114101,6 +114307,38 @@
|
|
|
114101
114307
|
}
|
|
114102
114308
|
}
|
|
114103
114309
|
},
|
|
114310
|
+
{
|
|
114311
|
+
"args": [],
|
|
114312
|
+
"deprecationReason": null,
|
|
114313
|
+
"description": "agent span filters used on the monitor",
|
|
114314
|
+
"isDeprecated": false,
|
|
114315
|
+
"name": "agentSpanFilters",
|
|
114316
|
+
"type": {
|
|
114317
|
+
"kind": "LIST",
|
|
114318
|
+
"name": null,
|
|
114319
|
+
"ofType": {
|
|
114320
|
+
"kind": "NON_NULL",
|
|
114321
|
+
"name": null,
|
|
114322
|
+
"ofType": {
|
|
114323
|
+
"kind": "OBJECT",
|
|
114324
|
+
"name": "AgentSpanFilter",
|
|
114325
|
+
"ofType": null
|
|
114326
|
+
}
|
|
114327
|
+
}
|
|
114328
|
+
}
|
|
114329
|
+
},
|
|
114330
|
+
{
|
|
114331
|
+
"args": [],
|
|
114332
|
+
"deprecationReason": null,
|
|
114333
|
+
"description": "filters used on the monitor",
|
|
114334
|
+
"isDeprecated": false,
|
|
114335
|
+
"name": "filters",
|
|
114336
|
+
"type": {
|
|
114337
|
+
"kind": "OBJECT",
|
|
114338
|
+
"name": "FilterGroup",
|
|
114339
|
+
"ofType": null
|
|
114340
|
+
}
|
|
114341
|
+
},
|
|
114104
114342
|
{
|
|
114105
114343
|
"args": [],
|
|
114106
114344
|
"deprecationReason": null,
|
|
@@ -114207,6 +114445,12 @@
|
|
|
114207
114445
|
"isDeprecated": false,
|
|
114208
114446
|
"name": "STATS"
|
|
114209
114447
|
},
|
|
114448
|
+
{
|
|
114449
|
+
"deprecationReason": null,
|
|
114450
|
+
"description": "Agent",
|
|
114451
|
+
"isDeprecated": false,
|
|
114452
|
+
"name": "AGENT"
|
|
114453
|
+
},
|
|
114210
114454
|
{
|
|
114211
114455
|
"deprecationReason": null,
|
|
114212
114456
|
"description": "Dimension",
|
|
@@ -115144,7 +115388,7 @@
|
|
|
115144
115388
|
{
|
|
115145
115389
|
"args": [],
|
|
115146
115390
|
"deprecationReason": null,
|
|
115147
|
-
"description": "Sampling configuration
|
|
115391
|
+
"description": "Sampling configuration",
|
|
115148
115392
|
"isDeprecated": false,
|
|
115149
115393
|
"name": "samplingConfig",
|
|
115150
115394
|
"type": {
|
|
@@ -115364,6 +115608,38 @@
|
|
|
115364
115608
|
"name": "Boolean",
|
|
115365
115609
|
"ofType": null
|
|
115366
115610
|
}
|
|
115611
|
+
},
|
|
115612
|
+
{
|
|
115613
|
+
"args": [],
|
|
115614
|
+
"deprecationReason": null,
|
|
115615
|
+
"description": "agent span filters used on the monitor",
|
|
115616
|
+
"isDeprecated": false,
|
|
115617
|
+
"name": "agentSpanFilters",
|
|
115618
|
+
"type": {
|
|
115619
|
+
"kind": "LIST",
|
|
115620
|
+
"name": null,
|
|
115621
|
+
"ofType": {
|
|
115622
|
+
"kind": "NON_NULL",
|
|
115623
|
+
"name": null,
|
|
115624
|
+
"ofType": {
|
|
115625
|
+
"kind": "OBJECT",
|
|
115626
|
+
"name": "AgentSpanFilter",
|
|
115627
|
+
"ofType": null
|
|
115628
|
+
}
|
|
115629
|
+
}
|
|
115630
|
+
}
|
|
115631
|
+
},
|
|
115632
|
+
{
|
|
115633
|
+
"args": [],
|
|
115634
|
+
"deprecationReason": null,
|
|
115635
|
+
"description": "filters used on the monitor",
|
|
115636
|
+
"isDeprecated": false,
|
|
115637
|
+
"name": "filters",
|
|
115638
|
+
"type": {
|
|
115639
|
+
"kind": "OBJECT",
|
|
115640
|
+
"name": "FilterGroup",
|
|
115641
|
+
"ofType": null
|
|
115642
|
+
}
|
|
115367
115643
|
}
|
|
115368
115644
|
],
|
|
115369
115645
|
"inputFields": null,
|
|
@@ -115387,6 +115663,12 @@
|
|
|
115387
115663
|
"isDeprecated": false,
|
|
115388
115664
|
"name": "STATS"
|
|
115389
115665
|
},
|
|
115666
|
+
{
|
|
115667
|
+
"deprecationReason": null,
|
|
115668
|
+
"description": "Agent",
|
|
115669
|
+
"isDeprecated": false,
|
|
115670
|
+
"name": "AGENT"
|
|
115671
|
+
},
|
|
115390
115672
|
{
|
|
115391
115673
|
"deprecationReason": null,
|
|
115392
115674
|
"description": "Dimension",
|
|
@@ -124261,6 +124543,18 @@
|
|
|
124261
124543
|
"ofType": null
|
|
124262
124544
|
}
|
|
124263
124545
|
},
|
|
124546
|
+
{
|
|
124547
|
+
"args": [],
|
|
124548
|
+
"deprecationReason": null,
|
|
124549
|
+
"description": null,
|
|
124550
|
+
"isDeprecated": false,
|
|
124551
|
+
"name": "agentAnomalies",
|
|
124552
|
+
"type": {
|
|
124553
|
+
"kind": "SCALAR",
|
|
124554
|
+
"name": "Int",
|
|
124555
|
+
"ofType": null
|
|
124556
|
+
}
|
|
124557
|
+
},
|
|
124264
124558
|
{
|
|
124265
124559
|
"args": [],
|
|
124266
124560
|
"deprecationReason": null,
|
|
@@ -124428,6 +124722,18 @@
|
|
|
124428
124722
|
"ofType": null
|
|
124429
124723
|
}
|
|
124430
124724
|
},
|
|
124725
|
+
{
|
|
124726
|
+
"args": [],
|
|
124727
|
+
"deprecationReason": null,
|
|
124728
|
+
"description": null,
|
|
124729
|
+
"isDeprecated": false,
|
|
124730
|
+
"name": "agentAnomalies",
|
|
124731
|
+
"type": {
|
|
124732
|
+
"kind": "SCALAR",
|
|
124733
|
+
"name": "Int",
|
|
124734
|
+
"ofType": null
|
|
124735
|
+
}
|
|
124736
|
+
},
|
|
124431
124737
|
{
|
|
124432
124738
|
"args": [],
|
|
124433
124739
|
"deprecationReason": null,
|
|
@@ -153146,7 +153452,7 @@
|
|
|
153146
153452
|
"args": [
|
|
153147
153453
|
{
|
|
153148
153454
|
"defaultValue": null,
|
|
153149
|
-
"description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
|
|
153455
|
+
"description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, agent_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
|
|
153150
153456
|
"name": "anomalyTypes",
|
|
153151
153457
|
"type": {
|
|
153152
153458
|
"kind": "LIST",
|
|
@@ -153655,7 +153961,7 @@
|
|
|
153655
153961
|
},
|
|
153656
153962
|
{
|
|
153657
153963
|
"defaultValue": null,
|
|
153658
|
-
"description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
|
|
153964
|
+
"description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, agent_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
|
|
153659
153965
|
"name": "anomalyTypes",
|
|
153660
153966
|
"type": {
|
|
153661
153967
|
"kind": "LIST",
|
|
@@ -192373,7 +192679,7 @@
|
|
|
192373
192679
|
"name": null,
|
|
192374
192680
|
"ofType": {
|
|
192375
192681
|
"kind": "ENUM",
|
|
192376
|
-
"name": "
|
|
192682
|
+
"name": "FilterType",
|
|
192377
192683
|
"ofType": null
|
|
192378
192684
|
}
|
|
192379
192685
|
}
|
|
@@ -192383,7 +192689,7 @@
|
|
|
192383
192689
|
"deprecationReason": null,
|
|
192384
192690
|
"description": null,
|
|
192385
192691
|
"isDeprecated": false,
|
|
192386
|
-
"name": "
|
|
192692
|
+
"name": "id",
|
|
192387
192693
|
"type": {
|
|
192388
192694
|
"kind": "SCALAR",
|
|
192389
192695
|
"name": "String",
|
|
@@ -192395,25 +192701,13 @@
|
|
|
192395
192701
|
"deprecationReason": null,
|
|
192396
192702
|
"description": null,
|
|
192397
192703
|
"isDeprecated": false,
|
|
192398
|
-
"name": "
|
|
192399
|
-
"type": {
|
|
192400
|
-
"kind": "OBJECT",
|
|
192401
|
-
"name": "DataSourceSchema",
|
|
192402
|
-
"ofType": null
|
|
192403
|
-
}
|
|
192404
|
-
},
|
|
192405
|
-
{
|
|
192406
|
-
"args": [],
|
|
192407
|
-
"deprecationReason": null,
|
|
192408
|
-
"description": "The SQL query that defines the source of the data",
|
|
192409
|
-
"isDeprecated": false,
|
|
192410
|
-
"name": "sql",
|
|
192704
|
+
"name": "predicate",
|
|
192411
192705
|
"type": {
|
|
192412
192706
|
"kind": "NON_NULL",
|
|
192413
192707
|
"name": null,
|
|
192414
192708
|
"ofType": {
|
|
192415
|
-
"kind": "
|
|
192416
|
-
"name": "
|
|
192709
|
+
"kind": "OBJECT",
|
|
192710
|
+
"name": "FilterPredicate",
|
|
192417
192711
|
"ofType": null
|
|
192418
192712
|
}
|
|
192419
192713
|
}
|
|
@@ -192423,17 +192717,21 @@
|
|
|
192423
192717
|
"deprecationReason": null,
|
|
192424
192718
|
"description": null,
|
|
192425
192719
|
"isDeprecated": false,
|
|
192426
|
-
"name": "
|
|
192720
|
+
"name": "value",
|
|
192427
192721
|
"type": {
|
|
192428
|
-
"kind": "
|
|
192722
|
+
"kind": "NON_NULL",
|
|
192429
192723
|
"name": null,
|
|
192430
192724
|
"ofType": {
|
|
192431
|
-
"kind": "
|
|
192725
|
+
"kind": "LIST",
|
|
192432
192726
|
"name": null,
|
|
192433
192727
|
"ofType": {
|
|
192434
|
-
"kind": "
|
|
192435
|
-
"name":
|
|
192436
|
-
"ofType":
|
|
192728
|
+
"kind": "NON_NULL",
|
|
192729
|
+
"name": null,
|
|
192730
|
+
"ofType": {
|
|
192731
|
+
"kind": "INTERFACE",
|
|
192732
|
+
"name": "FilterValueInterface",
|
|
192733
|
+
"ofType": null
|
|
192734
|
+
}
|
|
192437
192735
|
}
|
|
192438
192736
|
}
|
|
192439
192737
|
}
|
|
@@ -192443,12 +192741,12 @@
|
|
|
192443
192741
|
"interfaces": [
|
|
192444
192742
|
{
|
|
192445
192743
|
"kind": "INTERFACE",
|
|
192446
|
-
"name": "
|
|
192744
|
+
"name": "FilterInterface",
|
|
192447
192745
|
"ofType": null
|
|
192448
192746
|
}
|
|
192449
192747
|
],
|
|
192450
192748
|
"kind": "OBJECT",
|
|
192451
|
-
"name": "
|
|
192749
|
+
"name": "FilterUnary",
|
|
192452
192750
|
"possibleTypes": null
|
|
192453
192751
|
},
|
|
192454
192752
|
{
|
|
@@ -192460,13 +192758,13 @@
|
|
|
192460
192758
|
"deprecationReason": null,
|
|
192461
192759
|
"description": null,
|
|
192462
192760
|
"isDeprecated": false,
|
|
192463
|
-
"name": "
|
|
192761
|
+
"name": "name",
|
|
192464
192762
|
"type": {
|
|
192465
192763
|
"kind": "NON_NULL",
|
|
192466
192764
|
"name": null,
|
|
192467
192765
|
"ofType": {
|
|
192468
|
-
"kind": "
|
|
192469
|
-
"name": "
|
|
192766
|
+
"kind": "SCALAR",
|
|
192767
|
+
"name": "String",
|
|
192470
192768
|
"ofType": null
|
|
192471
192769
|
}
|
|
192472
192770
|
}
|
|
@@ -192476,72 +192774,22 @@
|
|
|
192476
192774
|
"deprecationReason": null,
|
|
192477
192775
|
"description": null,
|
|
192478
192776
|
"isDeprecated": false,
|
|
192479
|
-
"name": "
|
|
192480
|
-
"type": {
|
|
192481
|
-
"kind": "SCALAR",
|
|
192482
|
-
"name": "String",
|
|
192483
|
-
"ofType": null
|
|
192484
|
-
}
|
|
192485
|
-
},
|
|
192486
|
-
{
|
|
192487
|
-
"args": [],
|
|
192488
|
-
"deprecationReason": null,
|
|
192489
|
-
"description": null,
|
|
192490
|
-
"isDeprecated": false,
|
|
192491
|
-
"name": "schema",
|
|
192492
|
-
"type": {
|
|
192493
|
-
"kind": "OBJECT",
|
|
192494
|
-
"name": "DataSourceSchema",
|
|
192495
|
-
"ofType": null
|
|
192496
|
-
}
|
|
192497
|
-
},
|
|
192498
|
-
{
|
|
192499
|
-
"args": [],
|
|
192500
|
-
"deprecationReason": null,
|
|
192501
|
-
"description": null,
|
|
192502
|
-
"isDeprecated": false,
|
|
192503
|
-
"name": "mcon",
|
|
192777
|
+
"name": "negated",
|
|
192504
192778
|
"type": {
|
|
192505
192779
|
"kind": "NON_NULL",
|
|
192506
192780
|
"name": null,
|
|
192507
192781
|
"ofType": {
|
|
192508
192782
|
"kind": "SCALAR",
|
|
192509
|
-
"name": "
|
|
192783
|
+
"name": "Boolean",
|
|
192510
192784
|
"ofType": null
|
|
192511
192785
|
}
|
|
192512
192786
|
}
|
|
192513
|
-
},
|
|
192514
|
-
{
|
|
192515
|
-
"args": [],
|
|
192516
|
-
"deprecationReason": null,
|
|
192517
|
-
"description": null,
|
|
192518
|
-
"isDeprecated": false,
|
|
192519
|
-
"name": "transforms",
|
|
192520
|
-
"type": {
|
|
192521
|
-
"kind": "LIST",
|
|
192522
|
-
"name": null,
|
|
192523
|
-
"ofType": {
|
|
192524
|
-
"kind": "NON_NULL",
|
|
192525
|
-
"name": null,
|
|
192526
|
-
"ofType": {
|
|
192527
|
-
"kind": "OBJECT",
|
|
192528
|
-
"name": "Transform",
|
|
192529
|
-
"ofType": null
|
|
192530
|
-
}
|
|
192531
|
-
}
|
|
192532
|
-
}
|
|
192533
192787
|
}
|
|
192534
192788
|
],
|
|
192535
192789
|
"inputFields": null,
|
|
192536
|
-
"interfaces": [
|
|
192537
|
-
{
|
|
192538
|
-
"kind": "INTERFACE",
|
|
192539
|
-
"name": "DataSourceInputInterface",
|
|
192540
|
-
"ofType": null
|
|
192541
|
-
}
|
|
192542
|
-
],
|
|
192790
|
+
"interfaces": [],
|
|
192543
192791
|
"kind": "OBJECT",
|
|
192544
|
-
"name": "
|
|
192792
|
+
"name": "FilterPredicate",
|
|
192545
192793
|
"possibleTypes": null
|
|
192546
192794
|
},
|
|
192547
192795
|
{
|
|
@@ -192642,7 +192890,7 @@
|
|
|
192642
192890
|
"deprecationReason": null,
|
|
192643
192891
|
"description": null,
|
|
192644
192892
|
"isDeprecated": false,
|
|
192645
|
-
"name": "
|
|
192893
|
+
"name": "field",
|
|
192646
192894
|
"type": {
|
|
192647
192895
|
"kind": "NON_NULL",
|
|
192648
192896
|
"name": null,
|
|
@@ -192652,6 +192900,18 @@
|
|
|
192652
192900
|
"ofType": null
|
|
192653
192901
|
}
|
|
192654
192902
|
}
|
|
192903
|
+
},
|
|
192904
|
+
{
|
|
192905
|
+
"args": [],
|
|
192906
|
+
"deprecationReason": null,
|
|
192907
|
+
"description": null,
|
|
192908
|
+
"isDeprecated": false,
|
|
192909
|
+
"name": "mcon",
|
|
192910
|
+
"type": {
|
|
192911
|
+
"kind": "SCALAR",
|
|
192912
|
+
"name": "String",
|
|
192913
|
+
"ofType": null
|
|
192914
|
+
}
|
|
192655
192915
|
}
|
|
192656
192916
|
],
|
|
192657
192917
|
"inputFields": null,
|
|
@@ -192663,7 +192923,7 @@
|
|
|
192663
192923
|
}
|
|
192664
192924
|
],
|
|
192665
192925
|
"kind": "OBJECT",
|
|
192666
|
-
"name": "
|
|
192926
|
+
"name": "FilterValueField",
|
|
192667
192927
|
"possibleTypes": null
|
|
192668
192928
|
},
|
|
192669
192929
|
{
|
|
@@ -192703,7 +192963,7 @@
|
|
|
192703
192963
|
"deprecationReason": null,
|
|
192704
192964
|
"description": null,
|
|
192705
192965
|
"isDeprecated": false,
|
|
192706
|
-
"name": "
|
|
192966
|
+
"name": "sql",
|
|
192707
192967
|
"type": {
|
|
192708
192968
|
"kind": "NON_NULL",
|
|
192709
192969
|
"name": null,
|
|
@@ -192713,18 +192973,6 @@
|
|
|
192713
192973
|
"ofType": null
|
|
192714
192974
|
}
|
|
192715
192975
|
}
|
|
192716
|
-
},
|
|
192717
|
-
{
|
|
192718
|
-
"args": [],
|
|
192719
|
-
"deprecationReason": null,
|
|
192720
|
-
"description": null,
|
|
192721
|
-
"isDeprecated": false,
|
|
192722
|
-
"name": "mcon",
|
|
192723
|
-
"type": {
|
|
192724
|
-
"kind": "SCALAR",
|
|
192725
|
-
"name": "String",
|
|
192726
|
-
"ofType": null
|
|
192727
|
-
}
|
|
192728
192976
|
}
|
|
192729
192977
|
],
|
|
192730
192978
|
"inputFields": null,
|
|
@@ -192736,7 +192984,7 @@
|
|
|
192736
192984
|
}
|
|
192737
192985
|
],
|
|
192738
192986
|
"kind": "OBJECT",
|
|
192739
|
-
"name": "
|
|
192987
|
+
"name": "FilterValueSql",
|
|
192740
192988
|
"possibleTypes": null
|
|
192741
192989
|
},
|
|
192742
192990
|
{
|
|
@@ -192792,7 +193040,31 @@
|
|
|
192792
193040
|
"deprecationReason": null,
|
|
192793
193041
|
"description": null,
|
|
192794
193042
|
"isDeprecated": false,
|
|
192795
|
-
"name": "
|
|
193043
|
+
"name": "left",
|
|
193044
|
+
"type": {
|
|
193045
|
+
"kind": "NON_NULL",
|
|
193046
|
+
"name": null,
|
|
193047
|
+
"ofType": {
|
|
193048
|
+
"kind": "LIST",
|
|
193049
|
+
"name": null,
|
|
193050
|
+
"ofType": {
|
|
193051
|
+
"kind": "NON_NULL",
|
|
193052
|
+
"name": null,
|
|
193053
|
+
"ofType": {
|
|
193054
|
+
"kind": "INTERFACE",
|
|
193055
|
+
"name": "FilterValueInterface",
|
|
193056
|
+
"ofType": null
|
|
193057
|
+
}
|
|
193058
|
+
}
|
|
193059
|
+
}
|
|
193060
|
+
}
|
|
193061
|
+
},
|
|
193062
|
+
{
|
|
193063
|
+
"args": [],
|
|
193064
|
+
"deprecationReason": null,
|
|
193065
|
+
"description": null,
|
|
193066
|
+
"isDeprecated": false,
|
|
193067
|
+
"name": "right",
|
|
192796
193068
|
"type": {
|
|
192797
193069
|
"kind": "NON_NULL",
|
|
192798
193070
|
"name": null,
|
|
@@ -192821,7 +193093,7 @@
|
|
|
192821
193093
|
}
|
|
192822
193094
|
],
|
|
192823
193095
|
"kind": "OBJECT",
|
|
192824
|
-
"name": "
|
|
193096
|
+
"name": "FilterBinary",
|
|
192825
193097
|
"possibleTypes": null
|
|
192826
193098
|
},
|
|
192827
193099
|
{
|
|
@@ -192833,13 +193105,13 @@
|
|
|
192833
193105
|
"deprecationReason": null,
|
|
192834
193106
|
"description": null,
|
|
192835
193107
|
"isDeprecated": false,
|
|
192836
|
-
"name": "
|
|
193108
|
+
"name": "type",
|
|
192837
193109
|
"type": {
|
|
192838
193110
|
"kind": "NON_NULL",
|
|
192839
193111
|
"name": null,
|
|
192840
193112
|
"ofType": {
|
|
192841
|
-
"kind": "
|
|
192842
|
-
"name": "
|
|
193113
|
+
"kind": "ENUM",
|
|
193114
|
+
"name": "FilterType",
|
|
192843
193115
|
"ofType": null
|
|
192844
193116
|
}
|
|
192845
193117
|
}
|
|
@@ -192849,22 +193121,40 @@
|
|
|
192849
193121
|
"deprecationReason": null,
|
|
192850
193122
|
"description": null,
|
|
192851
193123
|
"isDeprecated": false,
|
|
192852
|
-
"name": "
|
|
193124
|
+
"name": "id",
|
|
193125
|
+
"type": {
|
|
193126
|
+
"kind": "SCALAR",
|
|
193127
|
+
"name": "String",
|
|
193128
|
+
"ofType": null
|
|
193129
|
+
}
|
|
193130
|
+
},
|
|
193131
|
+
{
|
|
193132
|
+
"args": [],
|
|
193133
|
+
"deprecationReason": null,
|
|
193134
|
+
"description": null,
|
|
193135
|
+
"isDeprecated": false,
|
|
193136
|
+
"name": "sql",
|
|
192853
193137
|
"type": {
|
|
192854
193138
|
"kind": "NON_NULL",
|
|
192855
193139
|
"name": null,
|
|
192856
193140
|
"ofType": {
|
|
192857
193141
|
"kind": "SCALAR",
|
|
192858
|
-
"name": "
|
|
193142
|
+
"name": "String",
|
|
192859
193143
|
"ofType": null
|
|
192860
193144
|
}
|
|
192861
193145
|
}
|
|
192862
193146
|
}
|
|
192863
193147
|
],
|
|
192864
193148
|
"inputFields": null,
|
|
192865
|
-
"interfaces": [
|
|
193149
|
+
"interfaces": [
|
|
193150
|
+
{
|
|
193151
|
+
"kind": "INTERFACE",
|
|
193152
|
+
"name": "FilterInterface",
|
|
193153
|
+
"ofType": null
|
|
193154
|
+
}
|
|
193155
|
+
],
|
|
192866
193156
|
"kind": "OBJECT",
|
|
192867
|
-
"name": "
|
|
193157
|
+
"name": "FilterSql",
|
|
192868
193158
|
"possibleTypes": null
|
|
192869
193159
|
},
|
|
192870
193160
|
{
|
|
@@ -192882,7 +193172,7 @@
|
|
|
192882
193172
|
"name": null,
|
|
192883
193173
|
"ofType": {
|
|
192884
193174
|
"kind": "ENUM",
|
|
192885
|
-
"name": "
|
|
193175
|
+
"name": "DataSourceType",
|
|
192886
193176
|
"ofType": null
|
|
192887
193177
|
}
|
|
192888
193178
|
}
|
|
@@ -192892,7 +193182,7 @@
|
|
|
192892
193182
|
"deprecationReason": null,
|
|
192893
193183
|
"description": null,
|
|
192894
193184
|
"isDeprecated": false,
|
|
192895
|
-
"name": "
|
|
193185
|
+
"name": "connectionType",
|
|
192896
193186
|
"type": {
|
|
192897
193187
|
"kind": "SCALAR",
|
|
192898
193188
|
"name": "String",
|
|
@@ -192904,38 +193194,26 @@
|
|
|
192904
193194
|
"deprecationReason": null,
|
|
192905
193195
|
"description": null,
|
|
192906
193196
|
"isDeprecated": false,
|
|
192907
|
-
"name": "
|
|
193197
|
+
"name": "schema",
|
|
192908
193198
|
"type": {
|
|
192909
|
-
"kind": "
|
|
192910
|
-
"name":
|
|
192911
|
-
"ofType":
|
|
192912
|
-
"kind": "OBJECT",
|
|
192913
|
-
"name": "FilterPredicate",
|
|
192914
|
-
"ofType": null
|
|
192915
|
-
}
|
|
193199
|
+
"kind": "OBJECT",
|
|
193200
|
+
"name": "DataSourceSchema",
|
|
193201
|
+
"ofType": null
|
|
192916
193202
|
}
|
|
192917
193203
|
},
|
|
192918
193204
|
{
|
|
192919
193205
|
"args": [],
|
|
192920
193206
|
"deprecationReason": null,
|
|
192921
|
-
"description":
|
|
193207
|
+
"description": "The SQL query that defines the source of the data",
|
|
192922
193208
|
"isDeprecated": false,
|
|
192923
|
-
"name": "
|
|
193209
|
+
"name": "sql",
|
|
192924
193210
|
"type": {
|
|
192925
193211
|
"kind": "NON_NULL",
|
|
192926
193212
|
"name": null,
|
|
192927
193213
|
"ofType": {
|
|
192928
|
-
"kind": "
|
|
192929
|
-
"name":
|
|
192930
|
-
"ofType":
|
|
192931
|
-
"kind": "NON_NULL",
|
|
192932
|
-
"name": null,
|
|
192933
|
-
"ofType": {
|
|
192934
|
-
"kind": "INTERFACE",
|
|
192935
|
-
"name": "FilterValueInterface",
|
|
192936
|
-
"ofType": null
|
|
192937
|
-
}
|
|
192938
|
-
}
|
|
193214
|
+
"kind": "SCALAR",
|
|
193215
|
+
"name": "String",
|
|
193216
|
+
"ofType": null
|
|
192939
193217
|
}
|
|
192940
193218
|
}
|
|
192941
193219
|
},
|
|
@@ -192944,21 +193222,17 @@
|
|
|
192944
193222
|
"deprecationReason": null,
|
|
192945
193223
|
"description": null,
|
|
192946
193224
|
"isDeprecated": false,
|
|
192947
|
-
"name": "
|
|
193225
|
+
"name": "transforms",
|
|
192948
193226
|
"type": {
|
|
192949
|
-
"kind": "
|
|
193227
|
+
"kind": "LIST",
|
|
192950
193228
|
"name": null,
|
|
192951
193229
|
"ofType": {
|
|
192952
|
-
"kind": "
|
|
193230
|
+
"kind": "NON_NULL",
|
|
192953
193231
|
"name": null,
|
|
192954
193232
|
"ofType": {
|
|
192955
|
-
"kind": "
|
|
192956
|
-
"name":
|
|
192957
|
-
"ofType":
|
|
192958
|
-
"kind": "INTERFACE",
|
|
192959
|
-
"name": "FilterValueInterface",
|
|
192960
|
-
"ofType": null
|
|
192961
|
-
}
|
|
193233
|
+
"kind": "OBJECT",
|
|
193234
|
+
"name": "Transform",
|
|
193235
|
+
"ofType": null
|
|
192962
193236
|
}
|
|
192963
193237
|
}
|
|
192964
193238
|
}
|
|
@@ -192968,12 +193242,12 @@
|
|
|
192968
193242
|
"interfaces": [
|
|
192969
193243
|
{
|
|
192970
193244
|
"kind": "INTERFACE",
|
|
192971
|
-
"name": "
|
|
193245
|
+
"name": "DataSourceInputInterface",
|
|
192972
193246
|
"ofType": null
|
|
192973
193247
|
}
|
|
192974
193248
|
],
|
|
192975
193249
|
"kind": "OBJECT",
|
|
192976
|
-
"name": "
|
|
193250
|
+
"name": "DataSourceInputSql",
|
|
192977
193251
|
"possibleTypes": null
|
|
192978
193252
|
},
|
|
192979
193253
|
{
|
|
@@ -192991,7 +193265,7 @@
|
|
|
192991
193265
|
"name": null,
|
|
192992
193266
|
"ofType": {
|
|
192993
193267
|
"kind": "ENUM",
|
|
192994
|
-
"name": "
|
|
193268
|
+
"name": "DataSourceType",
|
|
192995
193269
|
"ofType": null
|
|
192996
193270
|
}
|
|
192997
193271
|
}
|
|
@@ -193001,7 +193275,7 @@
|
|
|
193001
193275
|
"deprecationReason": null,
|
|
193002
193276
|
"description": null,
|
|
193003
193277
|
"isDeprecated": false,
|
|
193004
|
-
"name": "
|
|
193278
|
+
"name": "connectionType",
|
|
193005
193279
|
"type": {
|
|
193006
193280
|
"kind": "SCALAR",
|
|
193007
193281
|
"name": "String",
|
|
@@ -193013,7 +193287,19 @@
|
|
|
193013
193287
|
"deprecationReason": null,
|
|
193014
193288
|
"description": null,
|
|
193015
193289
|
"isDeprecated": false,
|
|
193016
|
-
"name": "
|
|
193290
|
+
"name": "schema",
|
|
193291
|
+
"type": {
|
|
193292
|
+
"kind": "OBJECT",
|
|
193293
|
+
"name": "DataSourceSchema",
|
|
193294
|
+
"ofType": null
|
|
193295
|
+
}
|
|
193296
|
+
},
|
|
193297
|
+
{
|
|
193298
|
+
"args": [],
|
|
193299
|
+
"deprecationReason": null,
|
|
193300
|
+
"description": null,
|
|
193301
|
+
"isDeprecated": false,
|
|
193302
|
+
"name": "mcon",
|
|
193017
193303
|
"type": {
|
|
193018
193304
|
"kind": "NON_NULL",
|
|
193019
193305
|
"name": null,
|
|
@@ -193023,18 +193309,38 @@
|
|
|
193023
193309
|
"ofType": null
|
|
193024
193310
|
}
|
|
193025
193311
|
}
|
|
193312
|
+
},
|
|
193313
|
+
{
|
|
193314
|
+
"args": [],
|
|
193315
|
+
"deprecationReason": null,
|
|
193316
|
+
"description": null,
|
|
193317
|
+
"isDeprecated": false,
|
|
193318
|
+
"name": "transforms",
|
|
193319
|
+
"type": {
|
|
193320
|
+
"kind": "LIST",
|
|
193321
|
+
"name": null,
|
|
193322
|
+
"ofType": {
|
|
193323
|
+
"kind": "NON_NULL",
|
|
193324
|
+
"name": null,
|
|
193325
|
+
"ofType": {
|
|
193326
|
+
"kind": "OBJECT",
|
|
193327
|
+
"name": "Transform",
|
|
193328
|
+
"ofType": null
|
|
193329
|
+
}
|
|
193330
|
+
}
|
|
193331
|
+
}
|
|
193026
193332
|
}
|
|
193027
193333
|
],
|
|
193028
193334
|
"inputFields": null,
|
|
193029
193335
|
"interfaces": [
|
|
193030
193336
|
{
|
|
193031
193337
|
"kind": "INTERFACE",
|
|
193032
|
-
"name": "
|
|
193338
|
+
"name": "DataSourceInputInterface",
|
|
193033
193339
|
"ofType": null
|
|
193034
193340
|
}
|
|
193035
193341
|
],
|
|
193036
193342
|
"kind": "OBJECT",
|
|
193037
|
-
"name": "
|
|
193343
|
+
"name": "DataSourceInputTable",
|
|
193038
193344
|
"possibleTypes": null
|
|
193039
193345
|
},
|
|
193040
193346
|
{
|