Thibault Derousseaux

Results 65 comments of Thibault Derousseaux

> If yarn.lock was included in the files in package.json, and it would be included in the distributed files (tar.gz) and therefore, it would be possible to take a tag...

> private_key should be in secrets Where? - Not in `action.yml` because `secret` is not part of the [metadata syntax for actions](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions). - Not in `README.md` because the workflow shown...

Hi Hui Fang, can you give the code/notebook used to help us reproduce?

This can indeed be reproduced with this simplified code: ``` import atoti as tt session = tt.create_session() articles_store = session.read_csv( "data/articles.csv", keys=["ArtId"], store_name="articles", types={ "Date Article Published": tt.type.LOCAL_DATE, "Date stats...

Thanks for raising the issue Hui Fang, I can reproduce it in the latest version of the web app too.

Server logs PYTHON LOGGING: Start session for csv Aug 26, 2021 10:42:18 AM com.quartetfs.fwk.contributions.impl.AnnotationContributionProvider parseAnnotations WARNING: The following class did not bring any contribution to the Registry: class com.quartetfs.biz.pivot.context.drillthrough.impl.NameDrillthroughColumn Aug...

Hi Hui Fang, are you still facing this issue? Could you share a minimal reproducible example?

Hi, this will be fixed in the next release.

Hi Neil, do you still have the issue with atoti 0.6.6?

Since this is waiting on an upstream development, for now we should raise a clear error on the Python side when one of the coordinates contains a `None` value.