You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Were replicating postgres tables to parquet files in Google Cloud Storage using Dagster's sling integration. When replicating a table using NUMERIC types, the outputs are occasionally wrong come out wrong: specifically, their decimal place moves, e.g. 0.123456... becomes 12345.6...
After some experimentation we noticed that this happens only when the NUMERIC has a large number of digits after the decimal point. Casting to float or rounding to
Issue Description
Were replicating postgres tables to parquet files in Google Cloud Storage using Dagster's sling integration. When replicating a table using NUMERIC types, the outputs are occasionally wrong come out wrong: specifically, their decimal place moves, e.g. 0.123456... becomes 12345.6...
After some experimentation we noticed that this happens only when the NUMERIC has a large number of digits after the decimal point. Casting to float or rounding to
sling --version
):1.2.20
linux
,mac
,windows
):linux
-d
):I don't have this right now, will follow up when possible.
The text was updated successfully, but these errors were encountered: