pycarlo 0.10.223__py3-none-any.whl → 0.10.234__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 CHANGED
@@ -4323,6 +4323,37 @@
4323
4323
  "ofType": null
4324
4324
  }
4325
4325
  },
4326
+ {
4327
+ "args": [
4328
+ {
4329
+ "defaultValue": null,
4330
+ "description": "MCON of assets to create data product from",
4331
+ "name": "mcons",
4332
+ "type": {
4333
+ "kind": "NON_NULL",
4334
+ "name": null,
4335
+ "ofType": {
4336
+ "kind": "LIST",
4337
+ "name": null,
4338
+ "ofType": {
4339
+ "kind": "SCALAR",
4340
+ "name": "String",
4341
+ "ofType": null
4342
+ }
4343
+ }
4344
+ }
4345
+ }
4346
+ ],
4347
+ "deprecationReason": null,
4348
+ "description": "(experimental) Return asset counts for a data product had it been created from these MCONs",
4349
+ "isDeprecated": false,
4350
+ "name": "getDataProductDryRunCounts",
4351
+ "type": {
4352
+ "kind": "OBJECT",
4353
+ "name": "DataProductDryRunTableCounts",
4354
+ "ofType": null
4355
+ }
4356
+ },
4326
4357
  {
4327
4358
  "args": [
4328
4359
  {
@@ -28224,6 +28255,20 @@
28224
28255
  "ofType": null
28225
28256
  }
28226
28257
  },
28258
+ {
28259
+ "defaultValue": null,
28260
+ "description": "Order by fields. Use camelCase and '-' for desc. e.g. ['email', '-role']",
28261
+ "name": "orderBy",
28262
+ "type": {
28263
+ "kind": "LIST",
28264
+ "name": null,
28265
+ "ofType": {
28266
+ "kind": "SCALAR",
28267
+ "name": "String",
28268
+ "ofType": null
28269
+ }
28270
+ }
28271
+ },
28227
28272
  {
28228
28273
  "defaultValue": null,
28229
28274
  "description": null,
@@ -32537,6 +32582,11 @@
32537
32582
  "name": "AuthUser",
32538
32583
  "ofType": null
32539
32584
  },
32585
+ {
32586
+ "kind": "OBJECT",
32587
+ "name": "ConnectionRestriction",
32588
+ "ofType": null
32589
+ },
32540
32590
  {
32541
32591
  "kind": "OBJECT",
32542
32592
  "name": "AuditLogEntry",
@@ -38822,6 +38872,30 @@
38822
38872
  "name": "UserAuthorizationOutput",
38823
38873
  "ofType": null
38824
38874
  }
38875
+ },
38876
+ {
38877
+ "args": [],
38878
+ "deprecationReason": null,
38879
+ "description": "Connections this user is allowed to use. Empty means unrestricted.",
38880
+ "isDeprecated": false,
38881
+ "name": "allowedConnections",
38882
+ "type": {
38883
+ "kind": "NON_NULL",
38884
+ "name": null,
38885
+ "ofType": {
38886
+ "kind": "LIST",
38887
+ "name": null,
38888
+ "ofType": {
38889
+ "kind": "NON_NULL",
38890
+ "name": null,
38891
+ "ofType": {
38892
+ "kind": "OBJECT",
38893
+ "name": "Connection",
38894
+ "ofType": null
38895
+ }
38896
+ }
38897
+ }
38898
+ }
38825
38899
  }
38826
38900
  ],
38827
38901
  "inputFields": null,
@@ -39607,18 +39681,6 @@
39607
39681
  "ofType": null
39608
39682
  }
39609
39683
  },
39610
- {
39611
- "args": [],
39612
- "deprecationReason": null,
39613
- "description": "",
39614
- "isDeprecated": false,
39615
- "name": "account",
39616
- "type": {
39617
- "kind": "OBJECT",
39618
- "name": "Account",
39619
- "ofType": null
39620
- }
39621
- },
39622
39684
  {
39623
39685
  "args": [],
39624
39686
  "deprecationReason": null,
@@ -39866,6 +39928,18 @@
39866
39928
  }
39867
39929
  }
39868
39930
  },
39931
+ {
39932
+ "args": [],
39933
+ "deprecationReason": null,
39934
+ "description": "",
39935
+ "isDeprecated": false,
39936
+ "name": "account",
39937
+ "type": {
39938
+ "kind": "OBJECT",
39939
+ "name": "Account",
39940
+ "ofType": null
39941
+ }
39942
+ },
39869
39943
  {
39870
39944
  "args": [],
39871
39945
  "deprecationReason": "Please use connectionIdentifiers instead to obtain all identifiers for the connection",
@@ -55694,6 +55768,18 @@
55694
55768
  "ofType": null
55695
55769
  }
55696
55770
  },
55771
+ {
55772
+ "args": [],
55773
+ "deprecationReason": null,
55774
+ "description": "A friendly name for the integration",
55775
+ "isDeprecated": false,
55776
+ "name": "name",
55777
+ "type": {
55778
+ "kind": "SCALAR",
55779
+ "name": "String",
55780
+ "ofType": null
55781
+ }
55782
+ },
55697
55783
  {
55698
55784
  "args": [
55699
55785
  {
@@ -61203,7 +61289,7 @@
61203
61289
  "name": "invalidRows",
61204
61290
  "type": {
61205
61291
  "kind": "SCALAR",
61206
- "name": "Int",
61292
+ "name": "String",
61207
61293
  "ofType": null
61208
61294
  }
61209
61295
  },
@@ -61223,6 +61309,18 @@
61223
61309
  }
61224
61310
  }
61225
61311
  },
61312
+ {
61313
+ "args": [],
61314
+ "deprecationReason": null,
61315
+ "description": "Number of user comments associated with the alert",
61316
+ "isDeprecated": false,
61317
+ "name": "commentCount",
61318
+ "type": {
61319
+ "kind": "SCALAR",
61320
+ "name": "Int",
61321
+ "ofType": null
61322
+ }
61323
+ },
61226
61324
  {
61227
61325
  "args": [],
61228
61326
  "deprecationReason": null,
@@ -62992,6 +63090,18 @@
62992
63090
  "name": "String",
62993
63091
  "ofType": null
62994
63092
  }
63093
+ },
63094
+ {
63095
+ "args": [],
63096
+ "deprecationReason": null,
63097
+ "description": "SQL expression used in the evaluation",
63098
+ "isDeprecated": false,
63099
+ "name": "sqlExpression",
63100
+ "type": {
63101
+ "kind": "SCALAR",
63102
+ "name": "String",
63103
+ "ofType": null
63104
+ }
62995
63105
  }
62996
63106
  ],
62997
63107
  "inputFields": null,
@@ -84947,6 +85057,18 @@
84947
85057
  "name": "ValidatePerformanceDashboardAccessResponse",
84948
85058
  "ofType": null
84949
85059
  }
85060
+ },
85061
+ {
85062
+ "args": [],
85063
+ "deprecationReason": null,
85064
+ "description": "Whether the user can create, update or delete table monitors.",
85065
+ "isDeprecated": false,
85066
+ "name": "canEditTableMonitors",
85067
+ "type": {
85068
+ "kind": "SCALAR",
85069
+ "name": "Boolean",
85070
+ "ofType": null
85071
+ }
84950
85072
  }
84951
85073
  ],
84952
85074
  "inputFields": null,
@@ -102833,6 +102955,53 @@
102833
102955
  "name": "TableUpstreamData",
102834
102956
  "possibleTypes": null
102835
102957
  },
102958
+ {
102959
+ "description": null,
102960
+ "enumValues": null,
102961
+ "fields": [
102962
+ {
102963
+ "args": [],
102964
+ "deprecationReason": null,
102965
+ "description": "Total count of assets that would be in the data product",
102966
+ "isDeprecated": false,
102967
+ "name": "totalAssetCount",
102968
+ "type": {
102969
+ "kind": "SCALAR",
102970
+ "name": "Int",
102971
+ "ofType": null
102972
+ }
102973
+ },
102974
+ {
102975
+ "args": [],
102976
+ "deprecationReason": null,
102977
+ "description": "Total count of already monitored assets",
102978
+ "isDeprecated": false,
102979
+ "name": "totalAssetMonitoredCount",
102980
+ "type": {
102981
+ "kind": "SCALAR",
102982
+ "name": "Int",
102983
+ "ofType": null
102984
+ }
102985
+ },
102986
+ {
102987
+ "args": [],
102988
+ "deprecationReason": null,
102989
+ "description": "Total count of yet unmonitored assets",
102990
+ "isDeprecated": false,
102991
+ "name": "totalAssetUnmonitoredCount",
102992
+ "type": {
102993
+ "kind": "SCALAR",
102994
+ "name": "Int",
102995
+ "ofType": null
102996
+ }
102997
+ }
102998
+ ],
102999
+ "inputFields": null,
103000
+ "interfaces": [],
103001
+ "kind": "OBJECT",
103002
+ "name": "DataProductDryRunTableCounts",
103003
+ "possibleTypes": null
103004
+ },
102836
103005
  {
102837
103006
  "description": null,
102838
103007
  "enumValues": null,
@@ -111931,6 +112100,22 @@
111931
112100
  "ofType": null
111932
112101
  }
111933
112102
  },
112103
+ {
112104
+ "args": [],
112105
+ "deprecationReason": null,
112106
+ "description": "True if size collection is enabled for the asset",
112107
+ "isDeprecated": false,
112108
+ "name": "sizeCollectionEnabled",
112109
+ "type": {
112110
+ "kind": "NON_NULL",
112111
+ "name": null,
112112
+ "ofType": {
112113
+ "kind": "SCALAR",
112114
+ "name": "Boolean",
112115
+ "ofType": null
112116
+ }
112117
+ }
112118
+ },
111934
112119
  {
111935
112120
  "args": [],
111936
112121
  "deprecationReason": null,
@@ -132786,6 +132971,30 @@
132786
132971
  }
132787
132972
  }
132788
132973
  },
132974
+ {
132975
+ "args": [],
132976
+ "deprecationReason": null,
132977
+ "description": "List of connections this group is limited to.",
132978
+ "isDeprecated": false,
132979
+ "name": "connectionRestrictions",
132980
+ "type": {
132981
+ "kind": "NON_NULL",
132982
+ "name": null,
132983
+ "ofType": {
132984
+ "kind": "LIST",
132985
+ "name": null,
132986
+ "ofType": {
132987
+ "kind": "NON_NULL",
132988
+ "name": null,
132989
+ "ofType": {
132990
+ "kind": "OBJECT",
132991
+ "name": "ConnectionRestriction",
132992
+ "ofType": null
132993
+ }
132994
+ }
132995
+ }
132996
+ }
132997
+ },
132789
132998
  {
132790
132999
  "args": [],
132791
133000
  "deprecationReason": null,
@@ -136659,6 +136868,410 @@
136659
136868
  "name": "AuthUser",
136660
136869
  "possibleTypes": null
136661
136870
  },
136871
+ {
136872
+ "description": null,
136873
+ "enumValues": null,
136874
+ "fields": [
136875
+ {
136876
+ "args": [],
136877
+ "deprecationReason": null,
136878
+ "description": "The ID of the object.",
136879
+ "isDeprecated": false,
136880
+ "name": "id",
136881
+ "type": {
136882
+ "kind": "NON_NULL",
136883
+ "name": null,
136884
+ "ofType": {
136885
+ "kind": "SCALAR",
136886
+ "name": "ID",
136887
+ "ofType": null
136888
+ }
136889
+ }
136890
+ },
136891
+ {
136892
+ "args": [],
136893
+ "deprecationReason": null,
136894
+ "description": "",
136895
+ "isDeprecated": false,
136896
+ "name": "createdTime",
136897
+ "type": {
136898
+ "kind": "NON_NULL",
136899
+ "name": null,
136900
+ "ofType": {
136901
+ "kind": "SCALAR",
136902
+ "name": "DateTime",
136903
+ "ofType": null
136904
+ }
136905
+ }
136906
+ },
136907
+ {
136908
+ "args": [],
136909
+ "deprecationReason": null,
136910
+ "description": "",
136911
+ "isDeprecated": false,
136912
+ "name": "updatedTime",
136913
+ "type": {
136914
+ "kind": "NON_NULL",
136915
+ "name": null,
136916
+ "ofType": {
136917
+ "kind": "SCALAR",
136918
+ "name": "DateTime",
136919
+ "ofType": null
136920
+ }
136921
+ }
136922
+ },
136923
+ {
136924
+ "args": [],
136925
+ "deprecationReason": null,
136926
+ "description": "Creator",
136927
+ "isDeprecated": false,
136928
+ "name": "createdBy",
136929
+ "type": {
136930
+ "kind": "OBJECT",
136931
+ "name": "User",
136932
+ "ofType": null
136933
+ }
136934
+ },
136935
+ {
136936
+ "args": [],
136937
+ "deprecationReason": null,
136938
+ "description": "Last updated by",
136939
+ "isDeprecated": false,
136940
+ "name": "lastUpdateUser",
136941
+ "type": {
136942
+ "kind": "OBJECT",
136943
+ "name": "User",
136944
+ "ofType": null
136945
+ }
136946
+ },
136947
+ {
136948
+ "args": [],
136949
+ "deprecationReason": null,
136950
+ "description": "",
136951
+ "isDeprecated": false,
136952
+ "name": "deletedAt",
136953
+ "type": {
136954
+ "kind": "SCALAR",
136955
+ "name": "DateTime",
136956
+ "ofType": null
136957
+ }
136958
+ },
136959
+ {
136960
+ "args": [],
136961
+ "deprecationReason": null,
136962
+ "description": "",
136963
+ "isDeprecated": false,
136964
+ "name": "uuid",
136965
+ "type": {
136966
+ "kind": "NON_NULL",
136967
+ "name": null,
136968
+ "ofType": {
136969
+ "kind": "SCALAR",
136970
+ "name": "UUID",
136971
+ "ofType": null
136972
+ }
136973
+ }
136974
+ },
136975
+ {
136976
+ "args": [],
136977
+ "deprecationReason": null,
136978
+ "description": "",
136979
+ "isDeprecated": false,
136980
+ "name": "type",
136981
+ "type": {
136982
+ "kind": "NON_NULL",
136983
+ "name": null,
136984
+ "ofType": {
136985
+ "kind": "ENUM",
136986
+ "name": "ConnectionModelType",
136987
+ "ofType": null
136988
+ }
136989
+ }
136990
+ },
136991
+ {
136992
+ "args": [],
136993
+ "deprecationReason": null,
136994
+ "description": "Subtype of a plugin connection",
136995
+ "isDeprecated": false,
136996
+ "name": "subtype",
136997
+ "type": {
136998
+ "kind": "SCALAR",
136999
+ "name": "String",
137000
+ "ofType": null
137001
+ }
137002
+ },
137003
+ {
137004
+ "args": [],
137005
+ "deprecationReason": null,
137006
+ "description": "Name of the connection",
137007
+ "isDeprecated": false,
137008
+ "name": "name",
137009
+ "type": {
137010
+ "kind": "SCALAR",
137011
+ "name": "String",
137012
+ "ofType": null
137013
+ }
137014
+ },
137015
+ {
137016
+ "args": [],
137017
+ "deprecationReason": null,
137018
+ "description": "",
137019
+ "isDeprecated": false,
137020
+ "name": "warehouse",
137021
+ "type": {
137022
+ "kind": "OBJECT",
137023
+ "name": "Warehouse",
137024
+ "ofType": null
137025
+ }
137026
+ },
137027
+ {
137028
+ "args": [],
137029
+ "deprecationReason": null,
137030
+ "description": "",
137031
+ "isDeprecated": false,
137032
+ "name": "biContainer",
137033
+ "type": {
137034
+ "kind": "OBJECT",
137035
+ "name": "BiContainer",
137036
+ "ofType": null
137037
+ }
137038
+ },
137039
+ {
137040
+ "args": [],
137041
+ "deprecationReason": null,
137042
+ "description": "",
137043
+ "isDeprecated": false,
137044
+ "name": "etlContainer",
137045
+ "type": {
137046
+ "kind": "OBJECT",
137047
+ "name": "EtlContainer",
137048
+ "ofType": null
137049
+ }
137050
+ },
137051
+ {
137052
+ "args": [],
137053
+ "deprecationReason": null,
137054
+ "description": "Prevents deletion when enabled.",
137055
+ "isDeprecated": false,
137056
+ "name": "deletionProtection",
137057
+ "type": {
137058
+ "kind": "NON_NULL",
137059
+ "name": null,
137060
+ "ofType": {
137061
+ "kind": "SCALAR",
137062
+ "name": "Boolean",
137063
+ "ofType": null
137064
+ }
137065
+ }
137066
+ },
137067
+ {
137068
+ "args": [],
137069
+ "deprecationReason": null,
137070
+ "description": "",
137071
+ "isDeprecated": false,
137072
+ "name": "jobTypes",
137073
+ "type": {
137074
+ "kind": "NON_NULL",
137075
+ "name": null,
137076
+ "ofType": {
137077
+ "kind": "LIST",
137078
+ "name": null,
137079
+ "ofType": {
137080
+ "kind": "NON_NULL",
137081
+ "name": null,
137082
+ "ofType": {
137083
+ "kind": "SCALAR",
137084
+ "name": "String",
137085
+ "ofType": null
137086
+ }
137087
+ }
137088
+ }
137089
+ }
137090
+ },
137091
+ {
137092
+ "args": [],
137093
+ "deprecationReason": null,
137094
+ "description": "",
137095
+ "isDeprecated": false,
137096
+ "name": "streamingCluster",
137097
+ "type": {
137098
+ "kind": "OBJECT",
137099
+ "name": "StreamingCluster",
137100
+ "ofType": null
137101
+ }
137102
+ },
137103
+ {
137104
+ "args": [],
137105
+ "deprecationReason": null,
137106
+ "description": "",
137107
+ "isDeprecated": false,
137108
+ "name": "credentialsS3Key",
137109
+ "type": {
137110
+ "kind": "SCALAR",
137111
+ "name": "String",
137112
+ "ofType": null
137113
+ }
137114
+ },
137115
+ {
137116
+ "args": [],
137117
+ "deprecationReason": null,
137118
+ "description": "",
137119
+ "isDeprecated": false,
137120
+ "name": "integrationGatewayCredentialsKey",
137121
+ "type": {
137122
+ "kind": "SCALAR",
137123
+ "name": "String",
137124
+ "ofType": null
137125
+ }
137126
+ },
137127
+ {
137128
+ "args": [],
137129
+ "deprecationReason": null,
137130
+ "description": "",
137131
+ "isDeprecated": false,
137132
+ "name": "data",
137133
+ "type": {
137134
+ "kind": "SCALAR",
137135
+ "name": "JSONString",
137136
+ "ofType": null
137137
+ }
137138
+ },
137139
+ {
137140
+ "args": [],
137141
+ "deprecationReason": null,
137142
+ "description": "",
137143
+ "isDeprecated": false,
137144
+ "name": "createdOn",
137145
+ "type": {
137146
+ "kind": "NON_NULL",
137147
+ "name": null,
137148
+ "ofType": {
137149
+ "kind": "SCALAR",
137150
+ "name": "DateTime",
137151
+ "ofType": null
137152
+ }
137153
+ }
137154
+ },
137155
+ {
137156
+ "args": [],
137157
+ "deprecationReason": null,
137158
+ "description": "",
137159
+ "isDeprecated": false,
137160
+ "name": "updatedOn",
137161
+ "type": {
137162
+ "kind": "SCALAR",
137163
+ "name": "DateTime",
137164
+ "ofType": null
137165
+ }
137166
+ },
137167
+ {
137168
+ "args": [],
137169
+ "deprecationReason": null,
137170
+ "description": "",
137171
+ "isDeprecated": false,
137172
+ "name": "isActive",
137173
+ "type": {
137174
+ "kind": "NON_NULL",
137175
+ "name": null,
137176
+ "ofType": {
137177
+ "kind": "SCALAR",
137178
+ "name": "Boolean",
137179
+ "ofType": null
137180
+ }
137181
+ }
137182
+ },
137183
+ {
137184
+ "args": [],
137185
+ "deprecationReason": null,
137186
+ "description": "",
137187
+ "isDeprecated": false,
137188
+ "name": "disabledOn",
137189
+ "type": {
137190
+ "kind": "SCALAR",
137191
+ "name": "DateTime",
137192
+ "ofType": null
137193
+ }
137194
+ },
137195
+ {
137196
+ "args": [
137197
+ {
137198
+ "defaultValue": null,
137199
+ "description": null,
137200
+ "name": "offset",
137201
+ "type": {
137202
+ "kind": "SCALAR",
137203
+ "name": "Int",
137204
+ "ofType": null
137205
+ }
137206
+ },
137207
+ {
137208
+ "defaultValue": null,
137209
+ "description": null,
137210
+ "name": "before",
137211
+ "type": {
137212
+ "kind": "SCALAR",
137213
+ "name": "String",
137214
+ "ofType": null
137215
+ }
137216
+ },
137217
+ {
137218
+ "defaultValue": null,
137219
+ "description": null,
137220
+ "name": "after",
137221
+ "type": {
137222
+ "kind": "SCALAR",
137223
+ "name": "String",
137224
+ "ofType": null
137225
+ }
137226
+ },
137227
+ {
137228
+ "defaultValue": null,
137229
+ "description": null,
137230
+ "name": "first",
137231
+ "type": {
137232
+ "kind": "SCALAR",
137233
+ "name": "Int",
137234
+ "ofType": null
137235
+ }
137236
+ },
137237
+ {
137238
+ "defaultValue": null,
137239
+ "description": null,
137240
+ "name": "last",
137241
+ "type": {
137242
+ "kind": "SCALAR",
137243
+ "name": "Int",
137244
+ "ofType": null
137245
+ }
137246
+ }
137247
+ ],
137248
+ "deprecationReason": null,
137249
+ "description": "dbt connection",
137250
+ "isDeprecated": false,
137251
+ "name": "dbtProjects",
137252
+ "type": {
137253
+ "kind": "NON_NULL",
137254
+ "name": null,
137255
+ "ofType": {
137256
+ "kind": "OBJECT",
137257
+ "name": "DbtProjectConnection",
137258
+ "ofType": null
137259
+ }
137260
+ }
137261
+ }
137262
+ ],
137263
+ "inputFields": null,
137264
+ "interfaces": [
137265
+ {
137266
+ "kind": "INTERFACE",
137267
+ "name": "Node",
137268
+ "ofType": null
137269
+ }
137270
+ ],
137271
+ "kind": "OBJECT",
137272
+ "name": "ConnectionRestriction",
137273
+ "possibleTypes": null
137274
+ },
136662
137275
  {
136663
137276
  "description": null,
136664
137277
  "enumValues": [
@@ -137449,6 +138062,12 @@
137449
138062
  "description": null,
137450
138063
  "isDeprecated": false,
137451
138064
  "name": "NOTIFIED"
138065
+ },
138066
+ {
138067
+ "deprecationReason": null,
138068
+ "description": null,
138069
+ "isDeprecated": false,
138070
+ "name": "RESOLVED"
137452
138071
  }
137453
138072
  ],
137454
138073
  "fields": null,
@@ -145639,12 +146258,6 @@
145639
146258
  {
145640
146259
  "description": null,
145641
146260
  "enumValues": [
145642
- {
145643
- "deprecationReason": null,
145644
- "description": null,
145645
- "isDeprecated": false,
145646
- "name": "AI_FEATURES_OFF"
145647
- },
145648
146261
  {
145649
146262
  "deprecationReason": null,
145650
146263
  "description": null,
@@ -171192,6 +171805,20 @@
171192
171805
  },
171193
171806
  {
171194
171807
  "args": [
171808
+ {
171809
+ "defaultValue": null,
171810
+ "description": "Optional list of connection UUIDs to restrict visibility to. If not provided, will clear/apply no restrictions.",
171811
+ "name": "connectionRestrictionIds",
171812
+ "type": {
171813
+ "kind": "LIST",
171814
+ "name": null,
171815
+ "ofType": {
171816
+ "kind": "SCALAR",
171817
+ "name": "UUID",
171818
+ "ofType": null
171819
+ }
171820
+ }
171821
+ },
171195
171822
  {
171196
171823
  "defaultValue": null,
171197
171824
  "description": "Description/help text to help users understand the purpose of the group. If not provided on updates, will keep current value.",
pycarlo/lib/schema.py CHANGED
@@ -1764,7 +1764,6 @@ class DecryptionServiceUpdateTypeEnum(sgqlc.types.Enum):
1764
1764
  class DenialReason(sgqlc.types.Enum):
1765
1765
  """Enumeration Choices:
1766
1766
 
1767
- * `AI_FEATURES_OFF`None
1768
1767
  * `ENTITLEMENTS`None
1769
1768
  * `INVALID_USER`None
1770
1769
  * `TROUBLESHOOTING_AGENT_OFF`None
@@ -1773,7 +1772,6 @@ class DenialReason(sgqlc.types.Enum):
1773
1772
 
1774
1773
  __schema__ = schema
1775
1774
  __choices__ = (
1776
- "AI_FEATURES_OFF",
1777
1775
  "ENTITLEMENTS",
1778
1776
  "INVALID_USER",
1779
1777
  "TROUBLESHOOTING_AGENT_OFF",
@@ -4867,10 +4865,11 @@ class Status(sgqlc.types.Enum):
4867
4865
 
4868
4866
  * `NOTIFIED`None
4869
4867
  * `PENDING`None
4868
+ * `RESOLVED`None
4870
4869
  """
4871
4870
 
4872
4871
  __schema__ = schema
4873
- __choices__ = ("NOTIFIED", "PENDING")
4872
+ __choices__ = ("NOTIFIED", "PENDING", "RESOLVED")
4874
4873
 
4875
4874
 
4876
4875
  class StorageEncryptionType(sgqlc.types.Enum):
@@ -13818,6 +13817,7 @@ class AuthorizationGroupOutput(sgqlc.types.Type):
13818
13817
  "description",
13819
13818
  "users",
13820
13819
  "domain_restrictions",
13820
+ "connection_restrictions",
13821
13821
  "sso_group",
13822
13822
  "source",
13823
13823
  "is_membership_managed",
@@ -13859,6 +13859,12 @@ class AuthorizationGroupOutput(sgqlc.types.Type):
13859
13859
  )
13860
13860
  """List of domains this group is limited to."""
13861
13861
 
13862
+ connection_restrictions = sgqlc.types.Field(
13863
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("ConnectionRestriction"))),
13864
+ graphql_name="connectionRestrictions",
13865
+ )
13866
+ """List of connections this group is limited to."""
13867
+
13862
13868
  sso_group = sgqlc.types.Field(String, graphql_name="ssoGroup")
13863
13869
  """SSO group name to map this authorization group to"""
13864
13870
 
@@ -15878,7 +15884,6 @@ class Connection(sgqlc.types.Type):
15878
15884
  "type",
15879
15885
  "subtype",
15880
15886
  "name",
15881
- "account",
15882
15887
  "warehouse",
15883
15888
  "bi_container",
15884
15889
  "etl_container",
@@ -15893,6 +15898,7 @@ class Connection(sgqlc.types.Type):
15893
15898
  "is_active",
15894
15899
  "disabled_on",
15895
15900
  "dbt_projects",
15901
+ "account",
15896
15902
  "connection_identifier",
15897
15903
  "connection_identifiers",
15898
15904
  "job_errors",
@@ -15923,8 +15929,6 @@ class Connection(sgqlc.types.Type):
15923
15929
  name = sgqlc.types.Field(String, graphql_name="name")
15924
15930
  """Connection name"""
15925
15931
 
15926
- account = sgqlc.types.Field(Account, graphql_name="account")
15927
-
15928
15932
  warehouse = sgqlc.types.Field("Warehouse", graphql_name="warehouse")
15929
15933
 
15930
15934
  bi_container = sgqlc.types.Field(BiContainer, graphql_name="biContainer")
@@ -15983,6 +15987,8 @@ class Connection(sgqlc.types.Type):
15983
15987
  * `last` (`Int`)None
15984
15988
  """
15985
15989
 
15990
+ account = sgqlc.types.Field(Account, graphql_name="account")
15991
+
15986
15992
  connection_identifier = sgqlc.types.Field(
15987
15993
  "ConnectionIdentifier", graphql_name="connectionIdentifier"
15988
15994
  )
@@ -18227,6 +18233,25 @@ class DataProductConnection(sgqlc.types.relay.Connection):
18227
18233
  """Contains the nodes in this connection."""
18228
18234
 
18229
18235
 
18236
+ class DataProductDryRunTableCounts(sgqlc.types.Type):
18237
+ __schema__ = schema
18238
+ __field_names__ = (
18239
+ "total_asset_count",
18240
+ "total_asset_monitored_count",
18241
+ "total_asset_unmonitored_count",
18242
+ )
18243
+ total_asset_count = sgqlc.types.Field(Int, graphql_name="totalAssetCount")
18244
+ """Total count of assets that would be in the data product"""
18245
+
18246
+ total_asset_monitored_count = sgqlc.types.Field(Int, graphql_name="totalAssetMonitoredCount")
18247
+ """Total count of already monitored assets"""
18248
+
18249
+ total_asset_unmonitored_count = sgqlc.types.Field(
18250
+ Int, graphql_name="totalAssetUnmonitoredCount"
18251
+ )
18252
+ """Total count of yet unmonitored assets"""
18253
+
18254
+
18230
18255
  class DataProductEdge(sgqlc.types.Type):
18231
18256
  """A Relay edge containing a `DataProduct` and its cursor."""
18232
18257
 
@@ -20753,7 +20778,7 @@ class EventEdge(sgqlc.types.Type):
20753
20778
 
20754
20779
  class EventEvaluation(sgqlc.types.Type):
20755
20780
  __schema__ = schema
20756
- __field_names__ = ("field", "function", "prompt", "output_type")
20781
+ __field_names__ = ("field", "function", "prompt", "output_type", "sql_expression")
20757
20782
  field = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="field")
20758
20783
  """Field evaluated"""
20759
20784
 
@@ -20766,6 +20791,9 @@ class EventEvaluation(sgqlc.types.Type):
20766
20791
  output_type = sgqlc.types.Field(String, graphql_name="outputType")
20767
20792
  """Output type used in the evaluation"""
20768
20793
 
20794
+ sql_expression = sgqlc.types.Field(String, graphql_name="sqlExpression")
20795
+ """SQL expression used in the evaluation"""
20796
+
20769
20797
 
20770
20798
  class EventGroup(sgqlc.types.Type):
20771
20799
  __schema__ = schema
@@ -23422,6 +23450,7 @@ class JobExecutionHistoryLog(sgqlc.types.Type):
23422
23450
  "comparison_data_source_type",
23423
23451
  "table_monitor_warning",
23424
23452
  "size_collection_table_mcon",
23453
+ "size_collection_enabled",
23425
23454
  "total_invocations_count",
23426
23455
  "total_result_count",
23427
23456
  "total_execution_duration",
@@ -23469,6 +23498,11 @@ class JobExecutionHistoryLog(sgqlc.types.Type):
23469
23498
  size_collection_table_mcon = sgqlc.types.Field(String, graphql_name="sizeCollectionTableMcon")
23470
23499
  """MCON of the table for size collection executions in table monitors"""
23471
23500
 
23501
+ size_collection_enabled = sgqlc.types.Field(
23502
+ sgqlc.types.non_null(Boolean), graphql_name="sizeCollectionEnabled"
23503
+ )
23504
+ """True if size collection is enabled for the asset"""
23505
+
23472
23506
  total_invocations_count = sgqlc.types.Field(Int, graphql_name="totalInvocationsCount")
23473
23507
  """Total number of invocations for the job execution. May be null if
23474
23508
  execution has not completed.
@@ -38265,6 +38299,14 @@ class Mutation(sgqlc.types.Type):
38265
38299
  graphql_name="createOrUpdateAuthorizationGroup",
38266
38300
  args=sgqlc.types.ArgDict(
38267
38301
  (
38302
+ (
38303
+ "connection_restriction_ids",
38304
+ sgqlc.types.Arg(
38305
+ sgqlc.types.list_of(UUID),
38306
+ graphql_name="connectionRestrictionIds",
38307
+ default=None,
38308
+ ),
38309
+ ),
38268
38310
  ("description", sgqlc.types.Arg(String, graphql_name="description", default=None)),
38269
38311
  (
38270
38312
  "domain_restriction_ids",
@@ -38302,6 +38344,9 @@ class Mutation(sgqlc.types.Type):
38302
38344
 
38303
38345
  Arguments:
38304
38346
 
38347
+ * `connection_restriction_ids` (`[UUID]`): Optional list of
38348
+ connection UUIDs to restrict visibility to. If not provided,
38349
+ will clear/apply no restrictions.
38305
38350
  * `description` (`String`): Description/help text to help users
38306
38351
  understand the purpose of the group. If not provided on updates,
38307
38352
  will keep current value.
@@ -45085,6 +45130,7 @@ class Query(sgqlc.types.Type):
45085
45130
  "get_data_product_upstream_counts",
45086
45131
  "get_data_product_audiences",
45087
45132
  "get_top_warehouse_for_data_product_mcons",
45133
+ "get_data_product_dry_run_counts",
45088
45134
  "parse_query",
45089
45135
  "ping_data_collector",
45090
45136
  "get_ms_teams_integrations",
@@ -47886,6 +47932,31 @@ class Query(sgqlc.types.Type):
47886
47932
  * `mcons` (`[String]!`): List of MCONs to analyze
47887
47933
  """
47888
47934
 
47935
+ get_data_product_dry_run_counts = sgqlc.types.Field(
47936
+ DataProductDryRunTableCounts,
47937
+ graphql_name="getDataProductDryRunCounts",
47938
+ args=sgqlc.types.ArgDict(
47939
+ (
47940
+ (
47941
+ "mcons",
47942
+ sgqlc.types.Arg(
47943
+ sgqlc.types.non_null(sgqlc.types.list_of(String)),
47944
+ graphql_name="mcons",
47945
+ default=None,
47946
+ ),
47947
+ ),
47948
+ )
47949
+ ),
47950
+ )
47951
+ """(experimental) Return asset counts for a data product had it been
47952
+ created from these MCONs
47953
+
47954
+ Arguments:
47955
+
47956
+ * `mcons` (`[String]!`): MCON of assets to create data product
47957
+ from
47958
+ """
47959
+
47889
47960
  parse_query = sgqlc.types.Field(
47890
47961
  "SqlParserResult",
47891
47962
  graphql_name="parseQuery",
@@ -60712,6 +60783,12 @@ class Query(sgqlc.types.Type):
60712
60783
  ),
60713
60784
  ),
60714
60785
  ("search", sgqlc.types.Arg(String, graphql_name="search", default=None)),
60786
+ (
60787
+ "order_by",
60788
+ sgqlc.types.Arg(
60789
+ sgqlc.types.list_of(String), graphql_name="orderBy", default=None
60790
+ ),
60791
+ ),
60715
60792
  ("offset", sgqlc.types.Arg(Int, graphql_name="offset", default=None)),
60716
60793
  ("before", sgqlc.types.Arg(String, graphql_name="before", default=None)),
60717
60794
  ("after", sgqlc.types.Arg(String, graphql_name="after", default=None)),
@@ -60729,6 +60806,8 @@ class Query(sgqlc.types.Type):
60729
60806
  * `roles` (`[String]`): Filter by user roles
60730
60807
  * `search` (`String`): Filter by first name, last name or email
60731
60808
  address
60809
+ * `order_by` (`[String]`): Order by fields. Use camelCase and '-'
60810
+ for desc. e.g. ['email', '-role']
60732
60811
  * `offset` (`Int`)None
60733
60812
  * `before` (`String`)None
60734
60813
  * `after` (`String`)None
@@ -69267,6 +69346,7 @@ class UserAuthorizationOutput(sgqlc.types.Type):
69267
69346
  "domain_restrictions",
69268
69347
  "permissions",
69269
69348
  "performance_dashboard_access",
69349
+ "can_edit_table_monitors",
69270
69350
  )
69271
69351
  groups = sgqlc.types.Field(sgqlc.types.list_of(String), graphql_name="groups")
69272
69352
  """List of the groups this user is a member of."""
@@ -69291,6 +69371,9 @@ class UserAuthorizationOutput(sgqlc.types.Type):
69291
69371
  "ValidatePerformanceDashboardAccessResponse", graphql_name="performanceDashboardAccess"
69292
69372
  )
69293
69373
 
69374
+ can_edit_table_monitors = sgqlc.types.Field(Boolean, graphql_name="canEditTableMonitors")
69375
+ """Whether the user can create, update or delete table monitors."""
69376
+
69294
69377
 
69295
69378
  class UserBasicInfoConnection(sgqlc.types.relay.Connection):
69296
69379
  __schema__ = schema
@@ -71186,6 +71269,7 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
71186
71269
  "monitor_tags",
71187
71270
  "invalid_rows",
71188
71271
  "domains",
71272
+ "comment_count",
71189
71273
  "jira_tickets",
71190
71274
  "service_now_incidents",
71191
71275
  "opsgenie_incidents",
@@ -71233,12 +71317,15 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
71233
71317
  )
71234
71318
  """Monitor tags associated with the alert"""
71235
71319
 
71236
- invalid_rows = sgqlc.types.Field(Int, graphql_name="invalidRows")
71320
+ invalid_rows = sgqlc.types.Field(String, graphql_name="invalidRows")
71237
71321
  """Number of invalid rows of a breached monitor if available"""
71238
71322
 
71239
71323
  domains = sgqlc.types.Field(sgqlc.types.list_of(DomainRef), graphql_name="domains")
71240
71324
  """List of domain associated with the alert"""
71241
71325
 
71326
+ comment_count = sgqlc.types.Field(Int, graphql_name="commentCount")
71327
+ """Number of user comments associated with the alert"""
71328
+
71242
71329
  jira_tickets = sgqlc.types.Field(sgqlc.types.list_of("JiraTicket"), graphql_name="jiraTickets")
71243
71330
  """Jira tickets associated with the alert"""
71244
71331
 
@@ -72964,6 +73051,114 @@ class ComparisonMonitorResponse(sgqlc.types.Type, Node):
72964
73051
  )
72965
73052
 
72966
73053
 
73054
+ class ConnectionRestriction(sgqlc.types.Type, Node):
73055
+ __schema__ = schema
73056
+ __field_names__ = (
73057
+ "created_time",
73058
+ "updated_time",
73059
+ "created_by",
73060
+ "last_update_user",
73061
+ "deleted_at",
73062
+ "uuid",
73063
+ "type",
73064
+ "subtype",
73065
+ "name",
73066
+ "warehouse",
73067
+ "bi_container",
73068
+ "etl_container",
73069
+ "deletion_protection",
73070
+ "job_types",
73071
+ "streaming_cluster",
73072
+ "credentials_s3_key",
73073
+ "integration_gateway_credentials_key",
73074
+ "data",
73075
+ "created_on",
73076
+ "updated_on",
73077
+ "is_active",
73078
+ "disabled_on",
73079
+ "dbt_projects",
73080
+ )
73081
+ created_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdTime")
73082
+
73083
+ updated_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="updatedTime")
73084
+
73085
+ created_by = sgqlc.types.Field("User", graphql_name="createdBy")
73086
+ """Creator"""
73087
+
73088
+ last_update_user = sgqlc.types.Field("User", graphql_name="lastUpdateUser")
73089
+ """Last updated by"""
73090
+
73091
+ deleted_at = sgqlc.types.Field(DateTime, graphql_name="deletedAt")
73092
+
73093
+ uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
73094
+
73095
+ type = sgqlc.types.Field(sgqlc.types.non_null(ConnectionModelType), graphql_name="type")
73096
+
73097
+ subtype = sgqlc.types.Field(String, graphql_name="subtype")
73098
+ """Subtype of a plugin connection"""
73099
+
73100
+ name = sgqlc.types.Field(String, graphql_name="name")
73101
+ """Name of the connection"""
73102
+
73103
+ warehouse = sgqlc.types.Field(Warehouse, graphql_name="warehouse")
73104
+
73105
+ bi_container = sgqlc.types.Field(BiContainer, graphql_name="biContainer")
73106
+
73107
+ etl_container = sgqlc.types.Field(EtlContainer, graphql_name="etlContainer")
73108
+
73109
+ deletion_protection = sgqlc.types.Field(
73110
+ sgqlc.types.non_null(Boolean), graphql_name="deletionProtection"
73111
+ )
73112
+ """Prevents deletion when enabled."""
73113
+
73114
+ job_types = sgqlc.types.Field(
73115
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))),
73116
+ graphql_name="jobTypes",
73117
+ )
73118
+
73119
+ streaming_cluster = sgqlc.types.Field(StreamingCluster, graphql_name="streamingCluster")
73120
+
73121
+ credentials_s3_key = sgqlc.types.Field(String, graphql_name="credentialsS3Key")
73122
+
73123
+ integration_gateway_credentials_key = sgqlc.types.Field(
73124
+ String, graphql_name="integrationGatewayCredentialsKey"
73125
+ )
73126
+
73127
+ data = sgqlc.types.Field(JSONString, graphql_name="data")
73128
+
73129
+ created_on = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdOn")
73130
+
73131
+ updated_on = sgqlc.types.Field(DateTime, graphql_name="updatedOn")
73132
+
73133
+ is_active = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="isActive")
73134
+
73135
+ disabled_on = sgqlc.types.Field(DateTime, graphql_name="disabledOn")
73136
+
73137
+ dbt_projects = sgqlc.types.Field(
73138
+ sgqlc.types.non_null(DbtProjectConnection),
73139
+ graphql_name="dbtProjects",
73140
+ args=sgqlc.types.ArgDict(
73141
+ (
73142
+ ("offset", sgqlc.types.Arg(Int, graphql_name="offset", default=None)),
73143
+ ("before", sgqlc.types.Arg(String, graphql_name="before", default=None)),
73144
+ ("after", sgqlc.types.Arg(String, graphql_name="after", default=None)),
73145
+ ("first", sgqlc.types.Arg(Int, graphql_name="first", default=None)),
73146
+ ("last", sgqlc.types.Arg(Int, graphql_name="last", default=None)),
73147
+ )
73148
+ ),
73149
+ )
73150
+ """dbt connection
73151
+
73152
+ Arguments:
73153
+
73154
+ * `offset` (`Int`)None
73155
+ * `before` (`String`)None
73156
+ * `after` (`String`)None
73157
+ * `first` (`Int`)None
73158
+ * `last` (`Int`)None
73159
+ """
73160
+
73161
+
72967
73162
  class CustomRule(sgqlc.types.Type, Node):
72968
73163
  __schema__ = schema
72969
73164
  __field_names__ = (
@@ -74944,6 +75139,7 @@ class DbtProject(sgqlc.types.Type, Node):
74944
75139
  "config",
74945
75140
  "last_model_import",
74946
75141
  "last_test_import",
75142
+ "name",
74947
75143
  "dbt_jobs",
74948
75144
  "dbt_nodes",
74949
75145
  "dbt_edges",
@@ -74996,6 +75192,9 @@ class DbtProject(sgqlc.types.Type, Node):
74996
75192
  last_test_import = sgqlc.types.Field(DateTime, graphql_name="lastTestImport")
74997
75193
  """The date of the last test import we know about"""
74998
75194
 
75195
+ name = sgqlc.types.Field(String, graphql_name="name")
75196
+ """A friendly name for the integration"""
75197
+
74999
75198
  dbt_jobs = sgqlc.types.Field(
75000
75199
  DbtJobConnection,
75001
75200
  graphql_name="dbtJobs",
@@ -77738,6 +77937,7 @@ class User(sgqlc.types.Type, Node):
77738
77937
  "account",
77739
77938
  "role",
77740
77939
  "auth",
77940
+ "allowed_connections",
77741
77941
  )
77742
77942
  cognito_user_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="cognitoUserId")
77743
77943
 
@@ -78948,6 +79148,12 @@ class User(sgqlc.types.Type, Node):
78948
79148
  auth = sgqlc.types.Field(UserAuthorizationOutput, graphql_name="auth")
78949
79149
  """User's aggregate authorization policy."""
78950
79150
 
79151
+ allowed_connections = sgqlc.types.Field(
79152
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Connection))),
79153
+ graphql_name="allowedConnections",
79154
+ )
79155
+ """Connections this user is allowed to use. Empty means unrestricted."""
79156
+
78951
79157
 
78952
79158
  class UserBasicInfo(sgqlc.types.Type, Node):
78953
79159
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.223
3
+ Version: 0.10.234
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -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=n8x0vhUuw44yzK2Uk9i4nO2N884OwRJhTD4NXOHmUh4,6430140
39
- pycarlo/lib/schema.py,sha256=a8aYbnOOD1LoyiTz8MUXaOjunjEeqOdq5BfgH07rVi8,2795541
40
- pycarlo-0.10.223.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.223.dist-info/METADATA,sha256=8JnoPGVMDpRj8WV2AWHkmwm-j_r_d_hSIBpzZuXVxio,8742
42
- pycarlo-0.10.223.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.223.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.223.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=6YL0cgFJ39huciBJg9-XLuejF4oYpgXYqtz_YQfPyys,6449365
39
+ pycarlo/lib/schema.py,sha256=_7hxWUhUl1ZB9ymTW7W7GH3raJh41CncXJcWnr44TgA,2802760
40
+ pycarlo-0.10.234.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.234.dist-info/METADATA,sha256=V59_6HQkHQhxO_HUyLwv9N9_46sk5Z50CiR7zW1FSuA,8742
42
+ pycarlo-0.10.234.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.234.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.234.dist-info/RECORD,,