pycarlo 0.10.120__py3-none-any.whl → 0.10.122__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 +467 -173
- pycarlo/lib/schema.py +95 -19
- {pycarlo-0.10.120.dist-info → pycarlo-0.10.122.dist-info}/METADATA +1 -1
- {pycarlo-0.10.120.dist-info → pycarlo-0.10.122.dist-info}/RECORD +7 -7
- {pycarlo-0.10.120.dist-info → pycarlo-0.10.122.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.120.dist-info → pycarlo-0.10.122.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.120.dist-info → pycarlo-0.10.122.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",
|
|
@@ -64075,6 +64119,12 @@
|
|
|
64075
64119
|
"isDeprecated": false,
|
|
64076
64120
|
"name": "METRIC_ANOMALIES"
|
|
64077
64121
|
},
|
|
64122
|
+
{
|
|
64123
|
+
"deprecationReason": null,
|
|
64124
|
+
"description": null,
|
|
64125
|
+
"isDeprecated": false,
|
|
64126
|
+
"name": "AGENT_ANOMALIES"
|
|
64127
|
+
},
|
|
64078
64128
|
{
|
|
64079
64129
|
"deprecationReason": null,
|
|
64080
64130
|
"description": null,
|
|
@@ -64308,6 +64358,12 @@
|
|
|
64308
64358
|
"isDeprecated": false,
|
|
64309
64359
|
"name": "PERFORMANCE_ANOMALY"
|
|
64310
64360
|
},
|
|
64361
|
+
{
|
|
64362
|
+
"deprecationReason": null,
|
|
64363
|
+
"description": null,
|
|
64364
|
+
"isDeprecated": false,
|
|
64365
|
+
"name": "AGENT_ANOMALY"
|
|
64366
|
+
},
|
|
64311
64367
|
{
|
|
64312
64368
|
"deprecationReason": null,
|
|
64313
64369
|
"description": null,
|
|
@@ -64344,6 +64400,12 @@
|
|
|
64344
64400
|
"isDeprecated": false,
|
|
64345
64401
|
"name": "METRIC_ANOMALIES"
|
|
64346
64402
|
},
|
|
64403
|
+
{
|
|
64404
|
+
"deprecationReason": null,
|
|
64405
|
+
"description": null,
|
|
64406
|
+
"isDeprecated": false,
|
|
64407
|
+
"name": "AGENT_ANOMALIES"
|
|
64408
|
+
},
|
|
64347
64409
|
{
|
|
64348
64410
|
"deprecationReason": null,
|
|
64349
64411
|
"description": null,
|
|
@@ -71532,6 +71594,18 @@
|
|
|
71532
71594
|
"ofType": null
|
|
71533
71595
|
}
|
|
71534
71596
|
},
|
|
71597
|
+
{
|
|
71598
|
+
"args": [],
|
|
71599
|
+
"deprecationReason": null,
|
|
71600
|
+
"description": null,
|
|
71601
|
+
"isDeprecated": false,
|
|
71602
|
+
"name": "agentAnom",
|
|
71603
|
+
"type": {
|
|
71604
|
+
"kind": "SCALAR",
|
|
71605
|
+
"name": "Int",
|
|
71606
|
+
"ofType": null
|
|
71607
|
+
}
|
|
71608
|
+
},
|
|
71535
71609
|
{
|
|
71536
71610
|
"args": [],
|
|
71537
71611
|
"deprecationReason": null,
|
|
@@ -72394,6 +72468,12 @@
|
|
|
72394
72468
|
"isDeprecated": false,
|
|
72395
72469
|
"name": "performance_anomaly"
|
|
72396
72470
|
},
|
|
72471
|
+
{
|
|
72472
|
+
"deprecationReason": null,
|
|
72473
|
+
"description": null,
|
|
72474
|
+
"isDeprecated": false,
|
|
72475
|
+
"name": "agent_anomaly"
|
|
72476
|
+
},
|
|
72397
72477
|
{
|
|
72398
72478
|
"deprecationReason": null,
|
|
72399
72479
|
"description": null,
|
|
@@ -84871,6 +84951,26 @@
|
|
|
84871
84951
|
"ofType": null
|
|
84872
84952
|
}
|
|
84873
84953
|
},
|
|
84954
|
+
{
|
|
84955
|
+
"args": [],
|
|
84956
|
+
"deprecationReason": null,
|
|
84957
|
+
"description": "agent span filters used on the monitor",
|
|
84958
|
+
"isDeprecated": false,
|
|
84959
|
+
"name": "agentSpanFilters",
|
|
84960
|
+
"type": {
|
|
84961
|
+
"kind": "LIST",
|
|
84962
|
+
"name": null,
|
|
84963
|
+
"ofType": {
|
|
84964
|
+
"kind": "NON_NULL",
|
|
84965
|
+
"name": null,
|
|
84966
|
+
"ofType": {
|
|
84967
|
+
"kind": "OBJECT",
|
|
84968
|
+
"name": "AgentSpanFilter",
|
|
84969
|
+
"ofType": null
|
|
84970
|
+
}
|
|
84971
|
+
}
|
|
84972
|
+
}
|
|
84973
|
+
},
|
|
84874
84974
|
{
|
|
84875
84975
|
"args": [],
|
|
84876
84976
|
"deprecationReason": null,
|
|
@@ -84882,6 +84982,18 @@
|
|
|
84882
84982
|
"name": "MonitorSamplingConfig",
|
|
84883
84983
|
"ofType": null
|
|
84884
84984
|
}
|
|
84985
|
+
},
|
|
84986
|
+
{
|
|
84987
|
+
"args": [],
|
|
84988
|
+
"deprecationReason": null,
|
|
84989
|
+
"description": "Filters used on the monitor",
|
|
84990
|
+
"isDeprecated": false,
|
|
84991
|
+
"name": "filters",
|
|
84992
|
+
"type": {
|
|
84993
|
+
"kind": "OBJECT",
|
|
84994
|
+
"name": "FilterGroup",
|
|
84995
|
+
"ofType": null
|
|
84996
|
+
}
|
|
84885
84997
|
}
|
|
84886
84998
|
],
|
|
84887
84999
|
"inputFields": null,
|
|
@@ -85760,6 +85872,88 @@
|
|
|
85760
85872
|
}
|
|
85761
85873
|
]
|
|
85762
85874
|
},
|
|
85875
|
+
{
|
|
85876
|
+
"description": null,
|
|
85877
|
+
"enumValues": null,
|
|
85878
|
+
"fields": [
|
|
85879
|
+
{
|
|
85880
|
+
"args": [],
|
|
85881
|
+
"deprecationReason": null,
|
|
85882
|
+
"description": null,
|
|
85883
|
+
"isDeprecated": false,
|
|
85884
|
+
"name": "agent",
|
|
85885
|
+
"type": {
|
|
85886
|
+
"kind": "OBJECT",
|
|
85887
|
+
"name": "AgentSpanFieldFilter",
|
|
85888
|
+
"ofType": null
|
|
85889
|
+
}
|
|
85890
|
+
},
|
|
85891
|
+
{
|
|
85892
|
+
"args": [],
|
|
85893
|
+
"deprecationReason": null,
|
|
85894
|
+
"description": null,
|
|
85895
|
+
"isDeprecated": false,
|
|
85896
|
+
"name": "workflow",
|
|
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": "task",
|
|
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": "spanName",
|
|
85921
|
+
"type": {
|
|
85922
|
+
"kind": "OBJECT",
|
|
85923
|
+
"name": "AgentSpanFieldFilter",
|
|
85924
|
+
"ofType": null
|
|
85925
|
+
}
|
|
85926
|
+
}
|
|
85927
|
+
],
|
|
85928
|
+
"inputFields": null,
|
|
85929
|
+
"interfaces": [],
|
|
85930
|
+
"kind": "OBJECT",
|
|
85931
|
+
"name": "AgentSpanFilter",
|
|
85932
|
+
"possibleTypes": null
|
|
85933
|
+
},
|
|
85934
|
+
{
|
|
85935
|
+
"description": null,
|
|
85936
|
+
"enumValues": null,
|
|
85937
|
+
"fields": [
|
|
85938
|
+
{
|
|
85939
|
+
"args": [],
|
|
85940
|
+
"deprecationReason": null,
|
|
85941
|
+
"description": null,
|
|
85942
|
+
"isDeprecated": false,
|
|
85943
|
+
"name": "value",
|
|
85944
|
+
"type": {
|
|
85945
|
+
"kind": "SCALAR",
|
|
85946
|
+
"name": "String",
|
|
85947
|
+
"ofType": null
|
|
85948
|
+
}
|
|
85949
|
+
}
|
|
85950
|
+
],
|
|
85951
|
+
"inputFields": null,
|
|
85952
|
+
"interfaces": [],
|
|
85953
|
+
"kind": "OBJECT",
|
|
85954
|
+
"name": "AgentSpanFieldFilter",
|
|
85955
|
+
"possibleTypes": null
|
|
85956
|
+
},
|
|
85763
85957
|
{
|
|
85764
85958
|
"description": null,
|
|
85765
85959
|
"enumValues": null,
|
|
@@ -112794,7 +112988,7 @@
|
|
|
112794
112988
|
"inputFields": [
|
|
112795
112989
|
{
|
|
112796
112990
|
"defaultValue": null,
|
|
112797
|
-
"description":
|
|
112991
|
+
"description": null,
|
|
112798
112992
|
"name": "agent",
|
|
112799
112993
|
"type": {
|
|
112800
112994
|
"kind": "INPUT_OBJECT",
|
|
@@ -112804,7 +112998,7 @@
|
|
|
112804
112998
|
},
|
|
112805
112999
|
{
|
|
112806
113000
|
"defaultValue": null,
|
|
112807
|
-
"description":
|
|
113001
|
+
"description": null,
|
|
112808
113002
|
"name": "workflow",
|
|
112809
113003
|
"type": {
|
|
112810
113004
|
"kind": "INPUT_OBJECT",
|
|
@@ -112814,7 +113008,7 @@
|
|
|
112814
113008
|
},
|
|
112815
113009
|
{
|
|
112816
113010
|
"defaultValue": null,
|
|
112817
|
-
"description":
|
|
113011
|
+
"description": null,
|
|
112818
113012
|
"name": "task",
|
|
112819
113013
|
"type": {
|
|
112820
113014
|
"kind": "INPUT_OBJECT",
|
|
@@ -112824,7 +113018,7 @@
|
|
|
112824
113018
|
},
|
|
112825
113019
|
{
|
|
112826
113020
|
"defaultValue": null,
|
|
112827
|
-
"description":
|
|
113021
|
+
"description": null,
|
|
112828
113022
|
"name": "spanName",
|
|
112829
113023
|
"type": {
|
|
112830
113024
|
"kind": "INPUT_OBJECT",
|
|
@@ -112845,7 +113039,7 @@
|
|
|
112845
113039
|
"inputFields": [
|
|
112846
113040
|
{
|
|
112847
113041
|
"defaultValue": null,
|
|
112848
|
-
"description":
|
|
113042
|
+
"description": null,
|
|
112849
113043
|
"name": "value",
|
|
112850
113044
|
"type": {
|
|
112851
113045
|
"kind": "SCALAR",
|
|
@@ -114048,19 +114242,19 @@
|
|
|
114048
114242
|
{
|
|
114049
114243
|
"args": [],
|
|
114050
114244
|
"deprecationReason": null,
|
|
114051
|
-
"description": "SQL
|
|
114245
|
+
"description": "Structured SQL filtering from monitors",
|
|
114052
114246
|
"isDeprecated": false,
|
|
114053
114247
|
"name": "monitorSqlBlocks",
|
|
114054
114248
|
"type": {
|
|
114055
|
-
"kind": "
|
|
114056
|
-
"name": "
|
|
114249
|
+
"kind": "SCALAR",
|
|
114250
|
+
"name": "JSONString",
|
|
114057
114251
|
"ofType": null
|
|
114058
114252
|
}
|
|
114059
114253
|
},
|
|
114060
114254
|
{
|
|
114061
114255
|
"args": [],
|
|
114062
114256
|
"deprecationReason": null,
|
|
114063
|
-
"description": "Sampling configuration
|
|
114257
|
+
"description": "Sampling configuration",
|
|
114064
114258
|
"isDeprecated": false,
|
|
114065
114259
|
"name": "samplingConfig",
|
|
114066
114260
|
"type": {
|
|
@@ -114101,6 +114295,38 @@
|
|
|
114101
114295
|
}
|
|
114102
114296
|
}
|
|
114103
114297
|
},
|
|
114298
|
+
{
|
|
114299
|
+
"args": [],
|
|
114300
|
+
"deprecationReason": null,
|
|
114301
|
+
"description": "agent span filters used on the monitor",
|
|
114302
|
+
"isDeprecated": false,
|
|
114303
|
+
"name": "agentSpanFilters",
|
|
114304
|
+
"type": {
|
|
114305
|
+
"kind": "LIST",
|
|
114306
|
+
"name": null,
|
|
114307
|
+
"ofType": {
|
|
114308
|
+
"kind": "NON_NULL",
|
|
114309
|
+
"name": null,
|
|
114310
|
+
"ofType": {
|
|
114311
|
+
"kind": "OBJECT",
|
|
114312
|
+
"name": "AgentSpanFilter",
|
|
114313
|
+
"ofType": null
|
|
114314
|
+
}
|
|
114315
|
+
}
|
|
114316
|
+
}
|
|
114317
|
+
},
|
|
114318
|
+
{
|
|
114319
|
+
"args": [],
|
|
114320
|
+
"deprecationReason": null,
|
|
114321
|
+
"description": "filters used on the monitor",
|
|
114322
|
+
"isDeprecated": false,
|
|
114323
|
+
"name": "filters",
|
|
114324
|
+
"type": {
|
|
114325
|
+
"kind": "OBJECT",
|
|
114326
|
+
"name": "FilterGroup",
|
|
114327
|
+
"ofType": null
|
|
114328
|
+
}
|
|
114329
|
+
},
|
|
114104
114330
|
{
|
|
114105
114331
|
"args": [],
|
|
114106
114332
|
"deprecationReason": null,
|
|
@@ -114207,6 +114433,12 @@
|
|
|
114207
114433
|
"isDeprecated": false,
|
|
114208
114434
|
"name": "STATS"
|
|
114209
114435
|
},
|
|
114436
|
+
{
|
|
114437
|
+
"deprecationReason": null,
|
|
114438
|
+
"description": "Agent",
|
|
114439
|
+
"isDeprecated": false,
|
|
114440
|
+
"name": "AGENT"
|
|
114441
|
+
},
|
|
114210
114442
|
{
|
|
114211
114443
|
"deprecationReason": null,
|
|
114212
114444
|
"description": "Dimension",
|
|
@@ -115144,7 +115376,7 @@
|
|
|
115144
115376
|
{
|
|
115145
115377
|
"args": [],
|
|
115146
115378
|
"deprecationReason": null,
|
|
115147
|
-
"description": "Sampling configuration
|
|
115379
|
+
"description": "Sampling configuration",
|
|
115148
115380
|
"isDeprecated": false,
|
|
115149
115381
|
"name": "samplingConfig",
|
|
115150
115382
|
"type": {
|
|
@@ -115221,6 +115453,18 @@
|
|
|
115221
115453
|
"ofType": null
|
|
115222
115454
|
}
|
|
115223
115455
|
},
|
|
115456
|
+
{
|
|
115457
|
+
"args": [],
|
|
115458
|
+
"deprecationReason": null,
|
|
115459
|
+
"description": "Sensitivity for automated thresholds",
|
|
115460
|
+
"isDeprecated": false,
|
|
115461
|
+
"name": "sensitivity",
|
|
115462
|
+
"type": {
|
|
115463
|
+
"kind": "ENUM",
|
|
115464
|
+
"name": "SensitivityLevels",
|
|
115465
|
+
"ofType": null
|
|
115466
|
+
}
|
|
115467
|
+
},
|
|
115224
115468
|
{
|
|
115225
115469
|
"args": [],
|
|
115226
115470
|
"deprecationReason": null,
|
|
@@ -115341,27 +115585,47 @@
|
|
|
115341
115585
|
"ofType": null
|
|
115342
115586
|
}
|
|
115343
115587
|
},
|
|
115588
|
+
{
|
|
115589
|
+
"args": [],
|
|
115590
|
+
"deprecationReason": "Replaced by failure audiences",
|
|
115591
|
+
"description": "DEPRECATED: Replaced by failure audiences",
|
|
115592
|
+
"isDeprecated": true,
|
|
115593
|
+
"name": "notifyRuleRunFailure",
|
|
115594
|
+
"type": {
|
|
115595
|
+
"kind": "SCALAR",
|
|
115596
|
+
"name": "Boolean",
|
|
115597
|
+
"ofType": null
|
|
115598
|
+
}
|
|
115599
|
+
},
|
|
115344
115600
|
{
|
|
115345
115601
|
"args": [],
|
|
115346
115602
|
"deprecationReason": null,
|
|
115347
|
-
"description": "
|
|
115603
|
+
"description": "agent span filters used on the monitor",
|
|
115348
115604
|
"isDeprecated": false,
|
|
115349
|
-
"name": "
|
|
115605
|
+
"name": "agentSpanFilters",
|
|
115350
115606
|
"type": {
|
|
115351
|
-
"kind": "
|
|
115352
|
-
"name":
|
|
115353
|
-
"ofType":
|
|
115607
|
+
"kind": "LIST",
|
|
115608
|
+
"name": null,
|
|
115609
|
+
"ofType": {
|
|
115610
|
+
"kind": "NON_NULL",
|
|
115611
|
+
"name": null,
|
|
115612
|
+
"ofType": {
|
|
115613
|
+
"kind": "OBJECT",
|
|
115614
|
+
"name": "AgentSpanFilter",
|
|
115615
|
+
"ofType": null
|
|
115616
|
+
}
|
|
115617
|
+
}
|
|
115354
115618
|
}
|
|
115355
115619
|
},
|
|
115356
115620
|
{
|
|
115357
115621
|
"args": [],
|
|
115358
|
-
"deprecationReason":
|
|
115359
|
-
"description": "
|
|
115360
|
-
"isDeprecated":
|
|
115361
|
-
"name": "
|
|
115622
|
+
"deprecationReason": null,
|
|
115623
|
+
"description": "filters used on the monitor",
|
|
115624
|
+
"isDeprecated": false,
|
|
115625
|
+
"name": "filters",
|
|
115362
115626
|
"type": {
|
|
115363
|
-
"kind": "
|
|
115364
|
-
"name": "
|
|
115627
|
+
"kind": "OBJECT",
|
|
115628
|
+
"name": "FilterGroup",
|
|
115365
115629
|
"ofType": null
|
|
115366
115630
|
}
|
|
115367
115631
|
}
|
|
@@ -115387,6 +115651,12 @@
|
|
|
115387
115651
|
"isDeprecated": false,
|
|
115388
115652
|
"name": "STATS"
|
|
115389
115653
|
},
|
|
115654
|
+
{
|
|
115655
|
+
"deprecationReason": null,
|
|
115656
|
+
"description": "Agent",
|
|
115657
|
+
"isDeprecated": false,
|
|
115658
|
+
"name": "AGENT"
|
|
115659
|
+
},
|
|
115390
115660
|
{
|
|
115391
115661
|
"deprecationReason": null,
|
|
115392
115662
|
"description": "Dimension",
|
|
@@ -124261,6 +124531,18 @@
|
|
|
124261
124531
|
"ofType": null
|
|
124262
124532
|
}
|
|
124263
124533
|
},
|
|
124534
|
+
{
|
|
124535
|
+
"args": [],
|
|
124536
|
+
"deprecationReason": null,
|
|
124537
|
+
"description": null,
|
|
124538
|
+
"isDeprecated": false,
|
|
124539
|
+
"name": "agentAnomalies",
|
|
124540
|
+
"type": {
|
|
124541
|
+
"kind": "SCALAR",
|
|
124542
|
+
"name": "Int",
|
|
124543
|
+
"ofType": null
|
|
124544
|
+
}
|
|
124545
|
+
},
|
|
124264
124546
|
{
|
|
124265
124547
|
"args": [],
|
|
124266
124548
|
"deprecationReason": null,
|
|
@@ -124428,6 +124710,18 @@
|
|
|
124428
124710
|
"ofType": null
|
|
124429
124711
|
}
|
|
124430
124712
|
},
|
|
124713
|
+
{
|
|
124714
|
+
"args": [],
|
|
124715
|
+
"deprecationReason": null,
|
|
124716
|
+
"description": null,
|
|
124717
|
+
"isDeprecated": false,
|
|
124718
|
+
"name": "agentAnomalies",
|
|
124719
|
+
"type": {
|
|
124720
|
+
"kind": "SCALAR",
|
|
124721
|
+
"name": "Int",
|
|
124722
|
+
"ofType": null
|
|
124723
|
+
}
|
|
124724
|
+
},
|
|
124431
124725
|
{
|
|
124432
124726
|
"args": [],
|
|
124433
124727
|
"deprecationReason": null,
|
|
@@ -153146,7 +153440,7 @@
|
|
|
153146
153440
|
"args": [
|
|
153147
153441
|
{
|
|
153148
153442
|
"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",
|
|
153443
|
+
"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
153444
|
"name": "anomalyTypes",
|
|
153151
153445
|
"type": {
|
|
153152
153446
|
"kind": "LIST",
|
|
@@ -153655,7 +153949,7 @@
|
|
|
153655
153949
|
},
|
|
153656
153950
|
{
|
|
153657
153951
|
"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",
|
|
153952
|
+
"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
153953
|
"name": "anomalyTypes",
|
|
153660
153954
|
"type": {
|
|
153661
153955
|
"kind": "LIST",
|
|
@@ -192373,7 +192667,7 @@
|
|
|
192373
192667
|
"name": null,
|
|
192374
192668
|
"ofType": {
|
|
192375
192669
|
"kind": "ENUM",
|
|
192376
|
-
"name": "
|
|
192670
|
+
"name": "FilterType",
|
|
192377
192671
|
"ofType": null
|
|
192378
192672
|
}
|
|
192379
192673
|
}
|
|
@@ -192383,7 +192677,7 @@
|
|
|
192383
192677
|
"deprecationReason": null,
|
|
192384
192678
|
"description": null,
|
|
192385
192679
|
"isDeprecated": false,
|
|
192386
|
-
"name": "
|
|
192680
|
+
"name": "id",
|
|
192387
192681
|
"type": {
|
|
192388
192682
|
"kind": "SCALAR",
|
|
192389
192683
|
"name": "String",
|
|
@@ -192395,25 +192689,13 @@
|
|
|
192395
192689
|
"deprecationReason": null,
|
|
192396
192690
|
"description": null,
|
|
192397
192691
|
"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",
|
|
192692
|
+
"name": "predicate",
|
|
192411
192693
|
"type": {
|
|
192412
192694
|
"kind": "NON_NULL",
|
|
192413
192695
|
"name": null,
|
|
192414
192696
|
"ofType": {
|
|
192415
|
-
"kind": "
|
|
192416
|
-
"name": "
|
|
192697
|
+
"kind": "OBJECT",
|
|
192698
|
+
"name": "FilterPredicate",
|
|
192417
192699
|
"ofType": null
|
|
192418
192700
|
}
|
|
192419
192701
|
}
|
|
@@ -192423,17 +192705,21 @@
|
|
|
192423
192705
|
"deprecationReason": null,
|
|
192424
192706
|
"description": null,
|
|
192425
192707
|
"isDeprecated": false,
|
|
192426
|
-
"name": "
|
|
192708
|
+
"name": "value",
|
|
192427
192709
|
"type": {
|
|
192428
|
-
"kind": "
|
|
192710
|
+
"kind": "NON_NULL",
|
|
192429
192711
|
"name": null,
|
|
192430
192712
|
"ofType": {
|
|
192431
|
-
"kind": "
|
|
192713
|
+
"kind": "LIST",
|
|
192432
192714
|
"name": null,
|
|
192433
192715
|
"ofType": {
|
|
192434
|
-
"kind": "
|
|
192435
|
-
"name":
|
|
192436
|
-
"ofType":
|
|
192716
|
+
"kind": "NON_NULL",
|
|
192717
|
+
"name": null,
|
|
192718
|
+
"ofType": {
|
|
192719
|
+
"kind": "INTERFACE",
|
|
192720
|
+
"name": "FilterValueInterface",
|
|
192721
|
+
"ofType": null
|
|
192722
|
+
}
|
|
192437
192723
|
}
|
|
192438
192724
|
}
|
|
192439
192725
|
}
|
|
@@ -192443,12 +192729,12 @@
|
|
|
192443
192729
|
"interfaces": [
|
|
192444
192730
|
{
|
|
192445
192731
|
"kind": "INTERFACE",
|
|
192446
|
-
"name": "
|
|
192732
|
+
"name": "FilterInterface",
|
|
192447
192733
|
"ofType": null
|
|
192448
192734
|
}
|
|
192449
192735
|
],
|
|
192450
192736
|
"kind": "OBJECT",
|
|
192451
|
-
"name": "
|
|
192737
|
+
"name": "FilterUnary",
|
|
192452
192738
|
"possibleTypes": null
|
|
192453
192739
|
},
|
|
192454
192740
|
{
|
|
@@ -192460,13 +192746,13 @@
|
|
|
192460
192746
|
"deprecationReason": null,
|
|
192461
192747
|
"description": null,
|
|
192462
192748
|
"isDeprecated": false,
|
|
192463
|
-
"name": "
|
|
192749
|
+
"name": "name",
|
|
192464
192750
|
"type": {
|
|
192465
192751
|
"kind": "NON_NULL",
|
|
192466
192752
|
"name": null,
|
|
192467
192753
|
"ofType": {
|
|
192468
|
-
"kind": "
|
|
192469
|
-
"name": "
|
|
192754
|
+
"kind": "SCALAR",
|
|
192755
|
+
"name": "String",
|
|
192470
192756
|
"ofType": null
|
|
192471
192757
|
}
|
|
192472
192758
|
}
|
|
@@ -192476,72 +192762,22 @@
|
|
|
192476
192762
|
"deprecationReason": null,
|
|
192477
192763
|
"description": null,
|
|
192478
192764
|
"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",
|
|
192765
|
+
"name": "negated",
|
|
192504
192766
|
"type": {
|
|
192505
192767
|
"kind": "NON_NULL",
|
|
192506
192768
|
"name": null,
|
|
192507
192769
|
"ofType": {
|
|
192508
192770
|
"kind": "SCALAR",
|
|
192509
|
-
"name": "
|
|
192771
|
+
"name": "Boolean",
|
|
192510
192772
|
"ofType": null
|
|
192511
192773
|
}
|
|
192512
192774
|
}
|
|
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
192775
|
}
|
|
192534
192776
|
],
|
|
192535
192777
|
"inputFields": null,
|
|
192536
|
-
"interfaces": [
|
|
192537
|
-
{
|
|
192538
|
-
"kind": "INTERFACE",
|
|
192539
|
-
"name": "DataSourceInputInterface",
|
|
192540
|
-
"ofType": null
|
|
192541
|
-
}
|
|
192542
|
-
],
|
|
192778
|
+
"interfaces": [],
|
|
192543
192779
|
"kind": "OBJECT",
|
|
192544
|
-
"name": "
|
|
192780
|
+
"name": "FilterPredicate",
|
|
192545
192781
|
"possibleTypes": null
|
|
192546
192782
|
},
|
|
192547
192783
|
{
|
|
@@ -192642,7 +192878,7 @@
|
|
|
192642
192878
|
"deprecationReason": null,
|
|
192643
192879
|
"description": null,
|
|
192644
192880
|
"isDeprecated": false,
|
|
192645
|
-
"name": "
|
|
192881
|
+
"name": "field",
|
|
192646
192882
|
"type": {
|
|
192647
192883
|
"kind": "NON_NULL",
|
|
192648
192884
|
"name": null,
|
|
@@ -192652,6 +192888,18 @@
|
|
|
192652
192888
|
"ofType": null
|
|
192653
192889
|
}
|
|
192654
192890
|
}
|
|
192891
|
+
},
|
|
192892
|
+
{
|
|
192893
|
+
"args": [],
|
|
192894
|
+
"deprecationReason": null,
|
|
192895
|
+
"description": null,
|
|
192896
|
+
"isDeprecated": false,
|
|
192897
|
+
"name": "mcon",
|
|
192898
|
+
"type": {
|
|
192899
|
+
"kind": "SCALAR",
|
|
192900
|
+
"name": "String",
|
|
192901
|
+
"ofType": null
|
|
192902
|
+
}
|
|
192655
192903
|
}
|
|
192656
192904
|
],
|
|
192657
192905
|
"inputFields": null,
|
|
@@ -192663,7 +192911,7 @@
|
|
|
192663
192911
|
}
|
|
192664
192912
|
],
|
|
192665
192913
|
"kind": "OBJECT",
|
|
192666
|
-
"name": "
|
|
192914
|
+
"name": "FilterValueField",
|
|
192667
192915
|
"possibleTypes": null
|
|
192668
192916
|
},
|
|
192669
192917
|
{
|
|
@@ -192703,7 +192951,7 @@
|
|
|
192703
192951
|
"deprecationReason": null,
|
|
192704
192952
|
"description": null,
|
|
192705
192953
|
"isDeprecated": false,
|
|
192706
|
-
"name": "
|
|
192954
|
+
"name": "sql",
|
|
192707
192955
|
"type": {
|
|
192708
192956
|
"kind": "NON_NULL",
|
|
192709
192957
|
"name": null,
|
|
@@ -192713,18 +192961,6 @@
|
|
|
192713
192961
|
"ofType": null
|
|
192714
192962
|
}
|
|
192715
192963
|
}
|
|
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
192964
|
}
|
|
192729
192965
|
],
|
|
192730
192966
|
"inputFields": null,
|
|
@@ -192736,7 +192972,7 @@
|
|
|
192736
192972
|
}
|
|
192737
192973
|
],
|
|
192738
192974
|
"kind": "OBJECT",
|
|
192739
|
-
"name": "
|
|
192975
|
+
"name": "FilterValueSql",
|
|
192740
192976
|
"possibleTypes": null
|
|
192741
192977
|
},
|
|
192742
192978
|
{
|
|
@@ -192792,7 +193028,31 @@
|
|
|
192792
193028
|
"deprecationReason": null,
|
|
192793
193029
|
"description": null,
|
|
192794
193030
|
"isDeprecated": false,
|
|
192795
|
-
"name": "
|
|
193031
|
+
"name": "left",
|
|
193032
|
+
"type": {
|
|
193033
|
+
"kind": "NON_NULL",
|
|
193034
|
+
"name": null,
|
|
193035
|
+
"ofType": {
|
|
193036
|
+
"kind": "LIST",
|
|
193037
|
+
"name": null,
|
|
193038
|
+
"ofType": {
|
|
193039
|
+
"kind": "NON_NULL",
|
|
193040
|
+
"name": null,
|
|
193041
|
+
"ofType": {
|
|
193042
|
+
"kind": "INTERFACE",
|
|
193043
|
+
"name": "FilterValueInterface",
|
|
193044
|
+
"ofType": null
|
|
193045
|
+
}
|
|
193046
|
+
}
|
|
193047
|
+
}
|
|
193048
|
+
}
|
|
193049
|
+
},
|
|
193050
|
+
{
|
|
193051
|
+
"args": [],
|
|
193052
|
+
"deprecationReason": null,
|
|
193053
|
+
"description": null,
|
|
193054
|
+
"isDeprecated": false,
|
|
193055
|
+
"name": "right",
|
|
192796
193056
|
"type": {
|
|
192797
193057
|
"kind": "NON_NULL",
|
|
192798
193058
|
"name": null,
|
|
@@ -192821,7 +193081,7 @@
|
|
|
192821
193081
|
}
|
|
192822
193082
|
],
|
|
192823
193083
|
"kind": "OBJECT",
|
|
192824
|
-
"name": "
|
|
193084
|
+
"name": "FilterBinary",
|
|
192825
193085
|
"possibleTypes": null
|
|
192826
193086
|
},
|
|
192827
193087
|
{
|
|
@@ -192833,13 +193093,13 @@
|
|
|
192833
193093
|
"deprecationReason": null,
|
|
192834
193094
|
"description": null,
|
|
192835
193095
|
"isDeprecated": false,
|
|
192836
|
-
"name": "
|
|
193096
|
+
"name": "type",
|
|
192837
193097
|
"type": {
|
|
192838
193098
|
"kind": "NON_NULL",
|
|
192839
193099
|
"name": null,
|
|
192840
193100
|
"ofType": {
|
|
192841
|
-
"kind": "
|
|
192842
|
-
"name": "
|
|
193101
|
+
"kind": "ENUM",
|
|
193102
|
+
"name": "FilterType",
|
|
192843
193103
|
"ofType": null
|
|
192844
193104
|
}
|
|
192845
193105
|
}
|
|
@@ -192849,22 +193109,40 @@
|
|
|
192849
193109
|
"deprecationReason": null,
|
|
192850
193110
|
"description": null,
|
|
192851
193111
|
"isDeprecated": false,
|
|
192852
|
-
"name": "
|
|
193112
|
+
"name": "id",
|
|
193113
|
+
"type": {
|
|
193114
|
+
"kind": "SCALAR",
|
|
193115
|
+
"name": "String",
|
|
193116
|
+
"ofType": null
|
|
193117
|
+
}
|
|
193118
|
+
},
|
|
193119
|
+
{
|
|
193120
|
+
"args": [],
|
|
193121
|
+
"deprecationReason": null,
|
|
193122
|
+
"description": null,
|
|
193123
|
+
"isDeprecated": false,
|
|
193124
|
+
"name": "sql",
|
|
192853
193125
|
"type": {
|
|
192854
193126
|
"kind": "NON_NULL",
|
|
192855
193127
|
"name": null,
|
|
192856
193128
|
"ofType": {
|
|
192857
193129
|
"kind": "SCALAR",
|
|
192858
|
-
"name": "
|
|
193130
|
+
"name": "String",
|
|
192859
193131
|
"ofType": null
|
|
192860
193132
|
}
|
|
192861
193133
|
}
|
|
192862
193134
|
}
|
|
192863
193135
|
],
|
|
192864
193136
|
"inputFields": null,
|
|
192865
|
-
"interfaces": [
|
|
193137
|
+
"interfaces": [
|
|
193138
|
+
{
|
|
193139
|
+
"kind": "INTERFACE",
|
|
193140
|
+
"name": "FilterInterface",
|
|
193141
|
+
"ofType": null
|
|
193142
|
+
}
|
|
193143
|
+
],
|
|
192866
193144
|
"kind": "OBJECT",
|
|
192867
|
-
"name": "
|
|
193145
|
+
"name": "FilterSql",
|
|
192868
193146
|
"possibleTypes": null
|
|
192869
193147
|
},
|
|
192870
193148
|
{
|
|
@@ -192882,7 +193160,7 @@
|
|
|
192882
193160
|
"name": null,
|
|
192883
193161
|
"ofType": {
|
|
192884
193162
|
"kind": "ENUM",
|
|
192885
|
-
"name": "
|
|
193163
|
+
"name": "DataSourceType",
|
|
192886
193164
|
"ofType": null
|
|
192887
193165
|
}
|
|
192888
193166
|
}
|
|
@@ -192892,7 +193170,7 @@
|
|
|
192892
193170
|
"deprecationReason": null,
|
|
192893
193171
|
"description": null,
|
|
192894
193172
|
"isDeprecated": false,
|
|
192895
|
-
"name": "
|
|
193173
|
+
"name": "connectionType",
|
|
192896
193174
|
"type": {
|
|
192897
193175
|
"kind": "SCALAR",
|
|
192898
193176
|
"name": "String",
|
|
@@ -192904,38 +193182,26 @@
|
|
|
192904
193182
|
"deprecationReason": null,
|
|
192905
193183
|
"description": null,
|
|
192906
193184
|
"isDeprecated": false,
|
|
192907
|
-
"name": "
|
|
193185
|
+
"name": "schema",
|
|
192908
193186
|
"type": {
|
|
192909
|
-
"kind": "
|
|
192910
|
-
"name":
|
|
192911
|
-
"ofType":
|
|
192912
|
-
"kind": "OBJECT",
|
|
192913
|
-
"name": "FilterPredicate",
|
|
192914
|
-
"ofType": null
|
|
192915
|
-
}
|
|
193187
|
+
"kind": "OBJECT",
|
|
193188
|
+
"name": "DataSourceSchema",
|
|
193189
|
+
"ofType": null
|
|
192916
193190
|
}
|
|
192917
193191
|
},
|
|
192918
193192
|
{
|
|
192919
193193
|
"args": [],
|
|
192920
193194
|
"deprecationReason": null,
|
|
192921
|
-
"description":
|
|
193195
|
+
"description": "The SQL query that defines the source of the data",
|
|
192922
193196
|
"isDeprecated": false,
|
|
192923
|
-
"name": "
|
|
193197
|
+
"name": "sql",
|
|
192924
193198
|
"type": {
|
|
192925
193199
|
"kind": "NON_NULL",
|
|
192926
193200
|
"name": null,
|
|
192927
193201
|
"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
|
-
}
|
|
193202
|
+
"kind": "SCALAR",
|
|
193203
|
+
"name": "String",
|
|
193204
|
+
"ofType": null
|
|
192939
193205
|
}
|
|
192940
193206
|
}
|
|
192941
193207
|
},
|
|
@@ -192944,21 +193210,17 @@
|
|
|
192944
193210
|
"deprecationReason": null,
|
|
192945
193211
|
"description": null,
|
|
192946
193212
|
"isDeprecated": false,
|
|
192947
|
-
"name": "
|
|
193213
|
+
"name": "transforms",
|
|
192948
193214
|
"type": {
|
|
192949
|
-
"kind": "
|
|
193215
|
+
"kind": "LIST",
|
|
192950
193216
|
"name": null,
|
|
192951
193217
|
"ofType": {
|
|
192952
|
-
"kind": "
|
|
193218
|
+
"kind": "NON_NULL",
|
|
192953
193219
|
"name": null,
|
|
192954
193220
|
"ofType": {
|
|
192955
|
-
"kind": "
|
|
192956
|
-
"name":
|
|
192957
|
-
"ofType":
|
|
192958
|
-
"kind": "INTERFACE",
|
|
192959
|
-
"name": "FilterValueInterface",
|
|
192960
|
-
"ofType": null
|
|
192961
|
-
}
|
|
193221
|
+
"kind": "OBJECT",
|
|
193222
|
+
"name": "Transform",
|
|
193223
|
+
"ofType": null
|
|
192962
193224
|
}
|
|
192963
193225
|
}
|
|
192964
193226
|
}
|
|
@@ -192968,12 +193230,12 @@
|
|
|
192968
193230
|
"interfaces": [
|
|
192969
193231
|
{
|
|
192970
193232
|
"kind": "INTERFACE",
|
|
192971
|
-
"name": "
|
|
193233
|
+
"name": "DataSourceInputInterface",
|
|
192972
193234
|
"ofType": null
|
|
192973
193235
|
}
|
|
192974
193236
|
],
|
|
192975
193237
|
"kind": "OBJECT",
|
|
192976
|
-
"name": "
|
|
193238
|
+
"name": "DataSourceInputSql",
|
|
192977
193239
|
"possibleTypes": null
|
|
192978
193240
|
},
|
|
192979
193241
|
{
|
|
@@ -192991,7 +193253,7 @@
|
|
|
192991
193253
|
"name": null,
|
|
192992
193254
|
"ofType": {
|
|
192993
193255
|
"kind": "ENUM",
|
|
192994
|
-
"name": "
|
|
193256
|
+
"name": "DataSourceType",
|
|
192995
193257
|
"ofType": null
|
|
192996
193258
|
}
|
|
192997
193259
|
}
|
|
@@ -193001,7 +193263,7 @@
|
|
|
193001
193263
|
"deprecationReason": null,
|
|
193002
193264
|
"description": null,
|
|
193003
193265
|
"isDeprecated": false,
|
|
193004
|
-
"name": "
|
|
193266
|
+
"name": "connectionType",
|
|
193005
193267
|
"type": {
|
|
193006
193268
|
"kind": "SCALAR",
|
|
193007
193269
|
"name": "String",
|
|
@@ -193013,7 +193275,19 @@
|
|
|
193013
193275
|
"deprecationReason": null,
|
|
193014
193276
|
"description": null,
|
|
193015
193277
|
"isDeprecated": false,
|
|
193016
|
-
"name": "
|
|
193278
|
+
"name": "schema",
|
|
193279
|
+
"type": {
|
|
193280
|
+
"kind": "OBJECT",
|
|
193281
|
+
"name": "DataSourceSchema",
|
|
193282
|
+
"ofType": null
|
|
193283
|
+
}
|
|
193284
|
+
},
|
|
193285
|
+
{
|
|
193286
|
+
"args": [],
|
|
193287
|
+
"deprecationReason": null,
|
|
193288
|
+
"description": null,
|
|
193289
|
+
"isDeprecated": false,
|
|
193290
|
+
"name": "mcon",
|
|
193017
193291
|
"type": {
|
|
193018
193292
|
"kind": "NON_NULL",
|
|
193019
193293
|
"name": null,
|
|
@@ -193023,18 +193297,38 @@
|
|
|
193023
193297
|
"ofType": null
|
|
193024
193298
|
}
|
|
193025
193299
|
}
|
|
193300
|
+
},
|
|
193301
|
+
{
|
|
193302
|
+
"args": [],
|
|
193303
|
+
"deprecationReason": null,
|
|
193304
|
+
"description": null,
|
|
193305
|
+
"isDeprecated": false,
|
|
193306
|
+
"name": "transforms",
|
|
193307
|
+
"type": {
|
|
193308
|
+
"kind": "LIST",
|
|
193309
|
+
"name": null,
|
|
193310
|
+
"ofType": {
|
|
193311
|
+
"kind": "NON_NULL",
|
|
193312
|
+
"name": null,
|
|
193313
|
+
"ofType": {
|
|
193314
|
+
"kind": "OBJECT",
|
|
193315
|
+
"name": "Transform",
|
|
193316
|
+
"ofType": null
|
|
193317
|
+
}
|
|
193318
|
+
}
|
|
193319
|
+
}
|
|
193026
193320
|
}
|
|
193027
193321
|
],
|
|
193028
193322
|
"inputFields": null,
|
|
193029
193323
|
"interfaces": [
|
|
193030
193324
|
{
|
|
193031
193325
|
"kind": "INTERFACE",
|
|
193032
|
-
"name": "
|
|
193326
|
+
"name": "DataSourceInputInterface",
|
|
193033
193327
|
"ofType": null
|
|
193034
193328
|
}
|
|
193035
193329
|
],
|
|
193036
193330
|
"kind": "OBJECT",
|
|
193037
|
-
"name": "
|
|
193331
|
+
"name": "DataSourceInputTable",
|
|
193038
193332
|
"possibleTypes": null
|
|
193039
193333
|
},
|
|
193040
193334
|
{
|