Brieuc Loussouarn

Results 45 comments of Brieuc Loussouarn

Hello, Thanks @rowanwins ! To give more precision you can add the following code in your `conf.py` : ```python def _setup_navbar_side_toctree(app: Any): def add_class_toctree_function(app: Any, pagename: Any, templatename: Any, context:...

This is still an issue in AUI `5.0.10`.

The issue is still here in `0.6.4`. Updated code : ```python import atoti as tt session = tt.create_session() articles_store = session.read_csv( "data/articles.csv", keys=["ArtId"], table_name="articles", types={ "Date Article Published": tt.type.LOCAL_DATE, "Date...

[internal ticket](https://support.activeviam.com/jira/browse/UI-6987).

I can reproduce in `0.6.4` too. Internal ticket : https://support.activeviam.com/jira/browse/UI-6983

Hello, required levels concept has been removed in atoti `0.7.0` along with the deprecation of `tt.value()` function. Now you should use [`tt.agg.single_value()`](https://docs.atoti.io/latest/lib/atoti/atoti.agg.single_value.html#atoti.agg.single_value). So I think we can consider this as...

Hello, Indeed this `When the mapping is not empty, columns of the file absent from the mapping keys will not be loaded. ` means that you need to specify `l1`...

Since it is an experimental feature there is still some work to do to have it worked exactly as other hierarchies. I really advice you to restart your session if...

Hello, This is a minimal reproducible example: ```python import atoti as tt import pandas as pd from datetime import date session = tt.Session() table = session.read_pandas( pd.DataFrame({ "date": [date(1996,1,13)] }),...

There is no column `asOfDate` in the `flows.csv`, is it the right values in the zip ?