pycarlo 0.10.72__py3-none-any.whl → 0.10.73__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 +6 -6
- pycarlo/lib/schema.py +12 -6
- {pycarlo-0.10.72.dist-info → pycarlo-0.10.73.dist-info}/METADATA +1 -1
- {pycarlo-0.10.72.dist-info → pycarlo-0.10.73.dist-info}/RECORD +7 -7
- {pycarlo-0.10.72.dist-info → pycarlo-0.10.73.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.72.dist-info → pycarlo-0.10.73.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.72.dist-info → pycarlo-0.10.73.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -10758,7 +10758,7 @@
|
|
|
10758
10758
|
},
|
|
10759
10759
|
{
|
|
10760
10760
|
"defaultValue": null,
|
|
10761
|
-
"description": "Filter by
|
|
10761
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
10762
10762
|
"name": "mcons",
|
|
10763
10763
|
"type": {
|
|
10764
10764
|
"kind": "LIST",
|
|
@@ -11129,7 +11129,7 @@
|
|
|
11129
11129
|
},
|
|
11130
11130
|
{
|
|
11131
11131
|
"defaultValue": null,
|
|
11132
|
-
"description": "Filter by
|
|
11132
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
11133
11133
|
"name": "mcons",
|
|
11134
11134
|
"type": {
|
|
11135
11135
|
"kind": "LIST",
|
|
@@ -11496,7 +11496,7 @@
|
|
|
11496
11496
|
},
|
|
11497
11497
|
{
|
|
11498
11498
|
"defaultValue": null,
|
|
11499
|
-
"description": "Filter by
|
|
11499
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
11500
11500
|
"name": "mcons",
|
|
11501
11501
|
"type": {
|
|
11502
11502
|
"kind": "LIST",
|
|
@@ -11871,7 +11871,7 @@
|
|
|
11871
11871
|
},
|
|
11872
11872
|
{
|
|
11873
11873
|
"defaultValue": null,
|
|
11874
|
-
"description": "Filter by
|
|
11874
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
11875
11875
|
"name": "mcons",
|
|
11876
11876
|
"type": {
|
|
11877
11877
|
"kind": "LIST",
|
|
@@ -12242,7 +12242,7 @@
|
|
|
12242
12242
|
},
|
|
12243
12243
|
{
|
|
12244
12244
|
"defaultValue": null,
|
|
12245
|
-
"description": "Filter by
|
|
12245
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
12246
12246
|
"name": "mcons",
|
|
12247
12247
|
"type": {
|
|
12248
12248
|
"kind": "LIST",
|
|
@@ -40829,7 +40829,7 @@
|
|
|
40829
40829
|
},
|
|
40830
40830
|
{
|
|
40831
40831
|
"defaultValue": null,
|
|
40832
|
-
"description": "Filter by
|
|
40832
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
40833
40833
|
"name": "mcons",
|
|
40834
40834
|
"type": {
|
|
40835
40835
|
"kind": "LIST",
|
pycarlo/lib/schema.py
CHANGED
|
@@ -23560,7 +23560,8 @@ class MonitorLabelObject(sgqlc.types.Type):
|
|
|
23560
23560
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
23561
23561
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
23562
23562
|
monitors will be included in result (default: `false`)
|
|
23563
|
-
* `mcons` (`[String]`): Filter by
|
|
23563
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
23564
|
+
or tables (MCON)
|
|
23564
23565
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
23565
23566
|
only the ones that are breached.
|
|
23566
23567
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -48383,7 +48384,8 @@ class Query(sgqlc.types.Type):
|
|
|
48383
48384
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
48384
48385
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
48385
48386
|
monitors will be included in result (default: `false`)
|
|
48386
|
-
* `mcons` (`[String]`): Filter by
|
|
48387
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
48388
|
+
or tables (MCON)
|
|
48387
48389
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
48388
48390
|
only the ones that are breached.
|
|
48389
48391
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -48595,7 +48597,8 @@ class Query(sgqlc.types.Type):
|
|
|
48595
48597
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
48596
48598
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
48597
48599
|
monitors will be included in result (default: `false`)
|
|
48598
|
-
* `mcons` (`[String]`): Filter by
|
|
48600
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
48601
|
+
or tables (MCON)
|
|
48599
48602
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
48600
48603
|
only the ones that are breached.
|
|
48601
48604
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -48807,7 +48810,8 @@ class Query(sgqlc.types.Type):
|
|
|
48807
48810
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
48808
48811
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
48809
48812
|
monitors will be included in result (default: `false`)
|
|
48810
|
-
* `mcons` (`[String]`): Filter by
|
|
48813
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
48814
|
+
or tables (MCON)
|
|
48811
48815
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
48812
48816
|
only the ones that are breached.
|
|
48813
48817
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -49019,7 +49023,8 @@ class Query(sgqlc.types.Type):
|
|
|
49019
49023
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
49020
49024
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
49021
49025
|
monitors will be included in result (default: `false`)
|
|
49022
|
-
* `mcons` (`[String]`): Filter by
|
|
49026
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
49027
|
+
or tables (MCON)
|
|
49023
49028
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
49024
49029
|
only the ones that are breached.
|
|
49025
49030
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -49231,7 +49236,8 @@ class Query(sgqlc.types.Type):
|
|
|
49231
49236
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
49232
49237
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
49233
49238
|
monitors will be included in result (default: `false`)
|
|
49234
|
-
* `mcons` (`[String]`): Filter by
|
|
49239
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
49240
|
+
or tables (MCON)
|
|
49235
49241
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
49236
49242
|
only the ones that are breached.
|
|
49237
49243
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
|
|
|
35
35
|
pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
|
|
36
36
|
pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
|
|
37
37
|
pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
-
pycarlo/lib/schema.json,sha256=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
38
|
+
pycarlo/lib/schema.json,sha256=GN8sQR70SfF7Q6nytQBW9nUN5nNVgnwGU-thC_fwgj0,5965418
|
|
39
|
+
pycarlo/lib/schema.py,sha256=5r7Sv-GrOmUl_tc0k06WYgBBy0ql_ShjUJ-v0D6MjvQ,2576967
|
|
40
|
+
pycarlo-0.10.73.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.73.dist-info/METADATA,sha256=g1MTu2okli3bu1DA-as54NJ4ggXudtwYAIA45uTCoo0,8741
|
|
42
|
+
pycarlo-0.10.73.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.73.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.73.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|