we have `DeltaTestLocation` class ( introduced in #6131 ) that can be used by various tests to read from / write to delta table. https://github.com/feldera/feldera/blob/724f28f7c990dcc54d0030802a17731ce928246b/python/tests/utils.py#L42 currently it only has `row_count()` method, we should add `read_table()`, `log_files()` etc. as per requirement
we have
DeltaTestLocationclass ( introduced in #6131 ) that can be used by various tests to read from / write to delta table.feldera/python/tests/utils.py
Line 42 in 724f28f
currently it only has
row_count()method, we should addread_table(),log_files()etc. as per requirement