Uh oh!
There was an error while loading. Please reload this page.
Pass kwargs to json.dumps in singer.format_message - #99
Conversation
Allow configuring json encoder by passing kwargs through to json.dumps in singer.format_message. Use case is passing data from pandas.DataFrame containing NaN to encode as `null`
cmerrick
commented
May 21, 2019
Hi @jlujan-omg, thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. |
cmerrick
commented
May 21, 2019
You did it @jlujan-omg! Thank you for signing the Singer Contribution License Agreement. |
kulte
commented
Sep 5, 2019
When will this be merged, @cmerrick? This is very important as currently (as just one example) anything which needs to write a |
abij
commented
Mar 30, 2020
The package version updates are unrelated and therefore should be excluded. And a test would be nice to proof that is works + better coverage. |
Allow configuring json encoder by passing kwargs through
to json.dumps in singer.format_message. Use case is passing data
from pandas.DataFrame containing NaN to encode as
null