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
If the file that is being replicated contains float/double columns with NaN values, source-file should transmit valid RECORD Airbyte Messages.
Current Behavior
Tell us what happens instead of the expected behavior.
The source-file python code is reading/parsing the file fine but when emitting the values into the JSON stream for transit via airbyte protocol, it is not well recognized/parsed and output 'ERROR' messages in the integrationRunner class (line 133) as it wasn't able to properly read the JSON stream. (NaN is not a valid value for numbers in JSON)
Expected Behavior
If the file that is being replicated contains float/double columns with NaN values, source-file should transmit valid RECORD Airbyte Messages.
Current Behavior
Tell us what happens instead of the expected behavior.
The source-file python code is reading/parsing the file fine but when emitting the values into the JSON stream for transit via airbyte protocol, it is not well recognized/parsed and output 'ERROR' messages in the integrationRunner class (line 133) as it wasn't able to properly read the JSON stream. (NaN is not a valid value for numbers in JSON)
Steps to Reproduce
https://raw.githubusercontent.com/opencovid19-fr/data/master/dist/chiffres-cles.csv
Severity of the bug for you
Medium
The text was updated successfully, but these errors were encountered: