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

Unhandled error when data do not match schema for incremental datasets #91

Open
nicolas-bonnel opened this issue Nov 20, 2019 · 0 comments

Comments

@nicolas-bonnel
Copy link
Member

Problem raised by sending data with invalid format for a date field.

[ { update_date: '2019-11-20T12:00:48.000Z',
    station_id: '10',
    num_docks_available: 18,
    num_bikes_available: 22,
    last_reported: '+051856-01-09T19:26:40.000Z',
    is_returning: true,
    is_renting: true,
    name: '#00010- PICASSO',
    lon: -1.533796,
    lat: 47.216207,
    capacity: 40,
    _id: '10' } ]

Response was :

UnhandledPromiseRejectionWarning: Error: cyclic dependency detected

This error seems to come from mongo

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