We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6819f35 commit 6e18d5aCopy full SHA for 6e18d5a
1 file changed
catalog/clients/python/patches/include-readonly-timestamps.patch
@@ -0,0 +1,14 @@
1
+--- a/catalog/clients/python/src/catalog_openapi/models/catalog_model.py
2
++++ b/catalog/clients/python/src/catalog_openapi/models/catalog_model.py
3
+@@ -79,10 +79,7 @@
4
+ * OpenAPI `readOnly` fields are excluded.
5
6
+ """
7
+- excluded_fields: Set[str] = set([
8
+- "create_time_since_epoch",
9
+- "last_update_time_since_epoch",
10
+- ])
11
++ excluded_fields: Set[str] = set([])
12
+
13
+ _dict = self.model_dump(
14
+ by_alias=True,
0 commit comments