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

Consider a data type failsafe #35

Open
pnadolny13 opened this issue Apr 18, 2022 · 1 comment
Open

Consider a data type failsafe #35

pnadolny13 opened this issue Apr 18, 2022 · 1 comment
Assignees

Comments

@pnadolny13
Copy link

pnadolny13 commented Apr 18, 2022

Although its a good practice for the tap to fully map all json properties, it would be awesome if the target could have a fail safe data type like String when the exact data type cant be found. The recent case is someone trying to load tap snapchat which has some empty properties for the creatives and campaigns streams. Right now the target fails, but ideally it would succeed with maybe a warning and just write String (or equivalent) data.

This data type failsafe was proposed as an item to be added as a best practice to the Singer ecosystem MeltanoLabs/Singer-Working-Group#20.

@gnilrets
Copy link

+1

I ran into this issue today building my first tap. Worked great with jsonl, but then failed when I tried running it with this bigquery target.

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

3 participants