frederiksteiner

Results 8 comments of frederiksteiner

Experiencing the same thing. It seems that the introduction of iterables as possible list of choices seems to have broken it. In particular the changes in this [PR](https://github.com/pallets/click/pull/2796). With the...

I just saw that they added a version restriction here in the requirements.txt [link to line](https://github.com/facebook/pyre-check/blob/d50b09b555467daaad88966dd20b0cea5b0052b9/requirements.txt#L1). But I do not know when this will be released.

There should be an example in the issue that I linked: https://snowflakecomputing.atlassian.net/browse/SNOW-1526571

I encountered the same problem and played around with it. I found a similar example and played a bit around with it. This one does not work: ``` from datetime...

Didn‘t manage to install tox on my device, so some checks might be failing :/

Isn't that to be expected? Aren't types per column and hence it cannot be done correclty anyways. But I think it gets handled correctly when saving to parquet: ```` import...

```` @pytest.mark.parametrize("use_logical_type", [None, True, False]) def test_write_pandas_use_logical_type( conn_cnx: Callable[..., Generator[SnowflakeConnection, None, None]], use_logical_type: bool | None, ): table_name = random_string(5, "USE_LOCAL_TYPE_").upper() col_name = "DT" create_sql = f"CREATE OR REPLACE TABLE...