Leo Schick

Results 99 comments of Leo Schick

@bramamoorthy You could extend the `docker-compose.yml` fiel with a container of the [Jupyter Docker Stack](https://jupyter-docker-stacks.readthedocs.io/en/latest/). If you create a pull request, I would suggest to use a specific [docker profile](https://docs.docker.com/compose/profiles/)...

@j-oflaherty I do not see this here as a good solution. You just select the first entry of the `"anyOf"` array, but actually, you should iterate through the array to...

For SQL Server it seems to be a vendor/driver specific implementation with a type called `SQL_SS_TIMESTAMPOFFSET`. See [Data Type Support for ODBC Date and Time Improvements ](https://docs.microsoft.com/en-us/sql/relational-databases/native-client-odbc-date-time/data-type-support-for-odbc-date-and-time-improvements?view=sql-server-ver16#data-formats-strings-and-literals). It passes an...

I could not find any specific documentation about that. I guess because `timestamp with time zone` is quite new in PostgreSQL (compared to the ODBC implementation). Before this type was...

@pacman82 There is a way to tell postgres to export the data in a specific timezone, e.g. UTC. The `psql` command interprets the environment variable `PGTZ` to set the time...

I experienced the issue with both...

Used odbc2parquet version: 0.13.2 Probably the issue is not the logical type but that Azure Synapse (which I use to read the parquet files in this sample) does not support...

Note: I found the official documentation which as a note about the [deprecated `converted_type`](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#deprecated-timestamp-convertedtype): > Despite there is no exact corresponding ConvertedType for local timestamp semantic, in order to support...

Same for me, but profile-summary-for-github.com works with organizations quite fine