Thibault Derousseaux
                                            Thibault Derousseaux
                                        
                                    Hi Harold 😉, I created an [internal ticket](https://support.activeviam.com/jira/browse/PIVOT-6636) to track this.
Hi Hui Fang, could you please share a minimal reproducible example to help the server team investigate the issue?
I tried on the `main` branch of the [internal repo](https://github.com/activeviam/atoti-python-api) and could not reproduce the problem on Chrome and Safari: https://github.com/atoti/atoti/assets/6574550/42d6b505-3354-4ee0-9590-6c3a0945deb3 I'm also using JupyterLab 4.0.5 instead of your 4.0.9.
Hi, this is tracked in an [internal server ticket](https://activeviam.atlassian.net/browse/PIVOT-6829).
In your `translations.zip`, `fr-FR.json` contains a incorrect trailing comma: ```json "_GENERAL_": { "Epoch": "Source Simulation", #
You can fill the holes with: - https://docs.atoti.io/0.8.1/lib/atoti-directquery-redshift/atoti_directquery_redshift.connection_info.html - https://docs.atoti.io/0.8.1/lib/atoti-directquery-redshift/atoti_directquery_redshift.connection.html
Hi, I created an [internal ticket](https://activeviam.atlassian.net/browse/PIVOT-6640) to keep track of it.
Hi Hui Fang, can you share some code to help us reproduce the issue faster (ideally stripped out of anything else but the code required to get to the problematic...
The `java.lang.NoClassDefFoundError: jdk/net/ExtendedSocketOptions` is a clue that some classes you need may be missing in https://pypi.org/project/jdk4py which is what atoti uses to execute its underlying Java process. Can you try...
The custom JDK made the first error (`java.lang.NoClassDefFoundError: jdk/net/ExtendedSocketOptions`) disappear but the main one remains the same: `org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set`. I've added...