coiled / dask-snowflake

Dask integration for Snowflake
BSD 3-Clause "New" or "Revised" License
29 stars 7 forks source link

Ensure empty results don't error #37

Closed jrbourbeau closed 1 year ago

jrbourbeau commented 1 year ago

Looking through the code, I think this test will fail. This PR is to make sure queries that return an empty table result in an empty DataFrame, not an error being raised

jrbourbeau commented 1 year ago

@phobson would you mind taking a look at this when you get a chance?

phobson commented 1 year ago

@jrbourbeau, I'll leave it to you to smash the green button

jrbourbeau commented 1 year ago

Thanks for reviewing @phobson!