vega / vegafusion

Serverside scaling for Vega and Altair visualizations
https://vegafusion.io
BSD 3-Clause "New" or "Revised" License
303 stars 15 forks source link

SnowparkDataset: Cast arrow table with safe=False to allow precision truncation #410

Closed jonmmease closed 8 months ago

jonmmease commented 8 months ago

Adds safe=False to the arrow table cast to allow casts that drop precision, like case form timestamp[ns] to timestamp[ms]