pycarlo 0.10.67__py3-none-any.whl → 0.10.68__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 -10
- pycarlo/lib/schema.py +7 -6
- {pycarlo-0.10.67.dist-info → pycarlo-0.10.68.dist-info}/METADATA +1 -1
- {pycarlo-0.10.67.dist-info → pycarlo-0.10.68.dist-info}/RECORD +7 -7
- {pycarlo-0.10.67.dist-info → pycarlo-0.10.68.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.67.dist-info → pycarlo-0.10.68.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.67.dist-info → pycarlo-0.10.68.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -55313,10 +55313,10 @@
|
|
|
55313
55313
|
{
|
|
55314
55314
|
"defaultValue": null,
|
|
55315
55315
|
"description": null,
|
|
55316
|
-
"name": "
|
|
55316
|
+
"name": "matchOnCatalog",
|
|
55317
55317
|
"type": {
|
|
55318
55318
|
"kind": "SCALAR",
|
|
55319
|
-
"name": "
|
|
55319
|
+
"name": "Boolean",
|
|
55320
55320
|
"ofType": null
|
|
55321
55321
|
}
|
|
55322
55322
|
},
|
|
@@ -55362,17 +55362,13 @@
|
|
|
55362
55362
|
}
|
|
55363
55363
|
],
|
|
55364
55364
|
"deprecationReason": null,
|
|
55365
|
-
"description":
|
|
55365
|
+
"description": null,
|
|
55366
55366
|
"isDeprecated": false,
|
|
55367
55367
|
"name": "dbtJobs",
|
|
55368
55368
|
"type": {
|
|
55369
|
-
"kind": "
|
|
55370
|
-
"name":
|
|
55371
|
-
"ofType":
|
|
55372
|
-
"kind": "OBJECT",
|
|
55373
|
-
"name": "DbtJobConnection",
|
|
55374
|
-
"ofType": null
|
|
55375
|
-
}
|
|
55369
|
+
"kind": "OBJECT",
|
|
55370
|
+
"name": "DbtJobConnection",
|
|
55371
|
+
"ofType": null
|
|
55376
55372
|
}
|
|
55377
55373
|
},
|
|
55378
55374
|
{
|
pycarlo/lib/schema.py
CHANGED
|
@@ -69115,11 +69115,14 @@ class DbtProject(sgqlc.types.Type, Node):
|
|
|
69115
69115
|
"""The date of the last test import we know about"""
|
|
69116
69116
|
|
|
69117
69117
|
dbt_jobs = sgqlc.types.Field(
|
|
69118
|
-
|
|
69118
|
+
DbtJobConnection,
|
|
69119
69119
|
graphql_name="dbtJobs",
|
|
69120
69120
|
args=sgqlc.types.ArgDict(
|
|
69121
69121
|
(
|
|
69122
|
-
(
|
|
69122
|
+
(
|
|
69123
|
+
"match_on_catalog",
|
|
69124
|
+
sgqlc.types.Arg(Boolean, graphql_name="matchOnCatalog", default=None),
|
|
69125
|
+
),
|
|
69123
69126
|
("before", sgqlc.types.Arg(String, graphql_name="before", default=None)),
|
|
69124
69127
|
("after", sgqlc.types.Arg(String, graphql_name="after", default=None)),
|
|
69125
69128
|
("first", sgqlc.types.Arg(Int, graphql_name="first", default=None)),
|
|
@@ -69127,11 +69130,9 @@ class DbtProject(sgqlc.types.Type, Node):
|
|
|
69127
69130
|
)
|
|
69128
69131
|
),
|
|
69129
69132
|
)
|
|
69130
|
-
"""
|
|
69131
|
-
|
|
69132
|
-
Arguments:
|
|
69133
|
+
"""Arguments:
|
|
69133
69134
|
|
|
69134
|
-
* `
|
|
69135
|
+
* `match_on_catalog` (`Boolean`)None
|
|
69135
69136
|
* `before` (`String`)None
|
|
69136
69137
|
* `after` (`String`)None
|
|
69137
69138
|
* `first` (`Int`)None
|
|
@@ -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=1hZltnoLIBYKVeC6TP0Wi_SSVPiuLl0vt5iAm1b3x94,5976479
|
|
39
|
+
pycarlo/lib/schema.py,sha256=856KABvXkxXb2lW6bdtbGycvI8kRyzRvnRdesqavblM,2582606
|
|
40
|
+
pycarlo-0.10.68.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.68.dist-info/METADATA,sha256=HGDtGddg8tjZmRD-lC1ljVd8RTxei3BEJgMsmVNELoA,8741
|
|
42
|
+
pycarlo-0.10.68.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.68.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.68.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|