We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed validating 'multipleOf' in schema['properties']['LineItems']['items']['properties']['Quantity']
jsonschema.exceptions.ValidationError: 1.0 is not a multiple of 1e-05
Seems to be a very similar issue to #16
I'm not very familiar with the schema syntax so cant propose what the correct fix is.
This only seems to hit me when i'm using meltano to go from xero to postgres, if i go xero to csv it seems ok.
The text was updated successfully, but these errors were encountered:
This may have been fixed by MeltanoLabs/target-postgres#160, not quite sure just yet.
Sorry, something went wrong.
No branches or pull requests
Failed validating 'multipleOf' in schema['properties']['LineItems']['items']['properties']['Quantity']
jsonschema.exceptions.ValidationError: 1.0 is not a multiple of 1e-05
Seems to be a very similar issue to #16
I'm not very familiar with the schema syntax so cant propose what the correct fix is.
This only seems to hit me when i'm using meltano to go from xero to postgres, if i go xero to csv it seems ok.
The text was updated successfully, but these errors were encountered: