Skip to content

Failed validating 'multipleOf' in schema['properties']['SCOREPERCENT'] #31

@visch

Description

@visch

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions