From 2b12e56242acfb2ab84ffce82054658218a76d09 Mon Sep 17 00:00:00 2001 From: Eric Pinzur Date: Tue, 10 Oct 2023 17:52:31 -0500 Subject: [PATCH] fixed issues --- python/docs/_reference.yml | 17 ++++++++++++++--- python/pysrc/kaskada/_timestream.py | 4 ++-- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/python/docs/_reference.yml b/python/docs/_reference.yml index ece4a7fbb..3a8b39f73 100644 --- a/python/docs/_reference.yml +++ b/python/docs/_reference.yml @@ -9,6 +9,11 @@ quartodoc: dynamic: true sections: + - title: Sessions + options: + children: embedded + contents: + - init_session - title: Timestream options: children: flat @@ -16,8 +21,11 @@ quartodoc: - name: Timestream members: - data_type - - _timestream.LiteralValue - - _timestream.Arg + - is_continuous + - name: LiteralValue + dynamic: false + - name: Arg + dynamic: false - subtitle: Aggregation desc: | The User Guide has details on [aggregations in general](../../../guide/aggregation.qmd). @@ -110,6 +118,7 @@ quartodoc: - Timestream.cast - Timestream.coalesce - Timestream.else_ + - Timestream.explain - Timestream.filter - Timestream.hash - Timestream.if_ @@ -128,8 +137,10 @@ quartodoc: - record - subtitle: String contents: + - Timestream.len - Timestream.lower - Timestream.upper + - Timestream.substring - subtitle: Time contents: - Timestream.shift_by @@ -186,4 +197,4 @@ quartodoc: children: embedded contents: - History - - Snapshot \ No newline at end of file + - Snapshot diff --git a/python/pysrc/kaskada/_timestream.py b/python/pysrc/kaskada/_timestream.py index 68ccf4508..ffef219db 100644 --- a/python/pysrc/kaskada/_timestream.py +++ b/python/pysrc/kaskada/_timestream.py @@ -1356,8 +1356,8 @@ def record(fields: Mapping[str, Arg]) -> Timestream: fields: The fields to include in the record. See Also: - [Timestream.record](`kaskada.Timestream.record`): Method for creating a record from fields computed from - a timestream. + [Timestream.record](`kaskada.Timestream.record`): Method for creating a record + from fields computed from a timestream. """ import itertools