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
This "multipleOf" validation seems to give problems with M1 processors.
Me, and my colleagues @omarghetti and @PaoloAlbano, found this issue while trying to import data from a Postgres Datasource having some columns of type "number".
What's the reason to have such validation check? We found our usecases to work as expected in all scenarios by simply removing it.
We run this code on docker containers running the official python:3.6 and python:3.5 images.
The text was updated successfully, but these errors were encountered:
tap-postgres/tap_postgres/__init__.py
Line 113 in 926b5d3
This "multipleOf" validation seems to give problems with M1 processors.
Me, and my colleagues @omarghetti and @PaoloAlbano, found this issue while trying to import data from a Postgres Datasource having some columns of type "number".
What's the reason to have such validation check? We found our usecases to work as expected in all scenarios by simply removing it.
We run this code on docker containers running the official python:3.6 and python:3.5 images.
The text was updated successfully, but these errors were encountered: