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

ATF Normalization Issues #264

Open
dyaffe opened this issue Sep 11, 2023 · 0 comments
Open

ATF Normalization Issues #264

dyaffe opened this issue Sep 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dyaffe
Copy link
Member

dyaffe commented Sep 11, 2023

Problem
We're seeing issues with the Airtable connector in ATF here.

It looks to be failing in the case of a JSON pointer like foo/bar/* which ends in a star because then the value of star_split[0] would be the empty array and star_split[0][0] would fail. It also appears as though it could fail for nested arrays.

It is specifically failing for the task OverseaBrands/airtable/source-airtable with this error:

{"ts":"2023-09-11T17:52:30.287524999Z","level":"error","message":"thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', src/interceptors/normalize.rs:52:41\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace","fields":null}

cc @mdibaiee

@dyaffe dyaffe added the bug Something isn't working label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant