Skip to content
New issue

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']['SCOREPERCENT'] #31

Open
visch opened this issue Apr 1, 2021 · 1 comment
Open

Comments

@visch
Copy link

visch commented Apr 1, 2021

jsonschema.exceptions.ValidationError: 66.666667 is not a multiple of 1e-06

target-csv | Traceback (most recent call last):
target-csv | File "/home/visch/git/oracle2mssql/oracle2mssql/.meltano/loaders/target-csv/venv/bin/target-csv", line 8, in
target-csv | sys.exit(main())
target-csv | File "/home/visch/git/oracle2mssql/oracle2mssql/.meltano/loaders/target-csv/venv/lib/python3.8/site-packages/target_csv.py", line 141, in main
target-csv | state = persist_messages(config.get('delimiter', ','),
target-csv | File "/home/visch/git/oracle2mssql/oracle2mssql/.meltano/loaders/target-csv/venv/lib/python3.8/site-packages/target_csv.py", line 59, in persist_messages
target-csv | validators[o['stream']].validate(o['record'])
target-csv | File "/home/visch/git/oracle2mssql/oracle2mssql/.meltano/loaders/target-csv/venv/lib/python3.8/site-packages/jsonschema/validators.py", line 130, in validate
target-csv | raise error
target-csv | jsonschema.exceptions.ValidationError: 66.666667 is not a multiple of 1e-06
target-csv |
target-csv | Failed validating 'multipleOf' in schema['properties']['SCOREPERCENT']:
target-csv | {'exclusiveMaximum': True,
target-csv | 'exclusiveMinimum': True,
target-csv | 'maximum': 1000000000000,
target-csv | 'minimum': -1000000000000,
target-csv | 'multipleOf': 1e-06,
target-csv | 'type': ['null', 'number']}
target-csv |
target-csv | On instance['SCOREPERCENT']:
target-csv | 66.666667

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant