Hi, Is S3 as a source supports the sync of parquet...
# ask-community-for-troubleshooting
n
Hi, Is S3 as a source supports the sync of parquet files? because if I select that in Ui after refreshing it is replacing with csv. 2. While using basic normalisation for s3 as source and snowfalkes as destination, im getting error as Could not find image: airbyte/normalization:0.1.46, is there any solution for this?
👀 3
h
Hey Naveen is this something you are looking for https://github.com/airbytehq/airbyte/issues/6329.
l
Is S3 as a source supports the sync of parquet files? because if I select that in Ui after refreshing it is replacing with csv.
This is before you save your changes, right? If that’s the case, it is expected.
csv
is the default choice, so refreshing the page without saving it will reset everything on the page to default.
We do support parquet files on the s3 source connector.
Basically if you save your edit, changes should be preserved between refreshings.
n
No after saving only it is showing csv again and do you have any solution for the second question i mentiuonedc
l
Hmm, I can confirm this bug. Actually this is probably the same bug as this one: https://github.com/airbytehq/airbyte/issues/5907
n
likely yeah!
l
I think we will look into fixing this this or next week.
n
tq
While using basic normalisation for s3 as source and snowfalkes as destination, im getting error as Could not find image: airbyte/normalization:0.1.46, is there any solution for this?
l
In the interim, the alternative approach to bypass it is probably to create a new connector with the desired settings.
n
Is that solution for 2 question>?
l
No, that’s for the first question. As for the second question, I don’t have a clue about this issue top of my head. Will leave it to @Harshith (Airbyte).
h
Sure. Naveen is it possible to share the logs here where you have encountered that error
👍 1
c
you can try
docker pull airbyte/normalization:0.1.46
in a console, it might give clues on why it can’t get it (disk full? network?)
👍 1
n
here you can check the logs
h
Hey Naveen did you try what Chris suggested ?
n
im on it
b
This issue is existing yet. @Liren Tu
Is S3 as a source supports the sync of parquet files? because if I select that in Ui after refreshing it is replacing with csv.
I'm trying to set it as parquet but when I check the settings is configurated as csv.
h
Hey looks like we fixed this. You can upgrade to 0.32.3
octavia thanks 1