Afroz Alam

Results 17 comments of Afroz Alam

I have read the CLA Document and I hereby sign the CLA

@shanefrieskh would you mind creating a PR for this? Keep in mind the circular import between dataframe.py and table.py https://adamj.eu/tech/2021/05/13/python-type-hints-how-to-fix-circular-imports/

Hey @travischambers, would you be interested in creating a PR with your suggestions?

This is a good suggestion and we will work on it in the future. If you are willing to help, please create a PR and we would review and merge...

@sfc-gh-aling can you review this one please

@jm-nab you are trying to create index in snowflake which is not supported. Do you know where create index statement is generated from?

closing this issue as `use_logical_type` is working as expected. Please open a new issue if you see more issues.

My bad. I thought this was snowflake-connector-python issue

Looking at pandas code gives me some more hint towards the problem. See: https://github.com/pandas-dev/pandas/blob/v1.5.1/pandas/io/sql.py#L1396-L1399 Based on this, either @budaesandrei's solution works, or if you would like to use `engine.connect() as...