coiled / dask-snowflake

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

Add `compute=False` option to `to_snowflake` #48

Closed jrbourbeau closed 1 year ago

jrbourbeau commented 1 year ago

Users sometimes want finer control over exactly when this compute is triggered. This matches what we do in other to_* methods like to_csv, to_parquet, etc.

jrbourbeau commented 1 year ago

Will plan to merge in a bit if no further responses. This should be a pretty uncontroversial change.

dchudz commented 1 year ago

@jrbourbeau maybe go ahead and merge now?

jrbourbeau commented 1 year ago

Thanks for the reminder. Forgot to circle back to this one