-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Saving changes not working when changing destination output format-format type from Avro to Parquet #5907
Comments
I recorded a video with the same problem. thanks for reporting this @da-firebolt Airbyte._.Destinations._.s3-dest.mp4 |
My pleasure @marcosmarxm, here's my video too if it may help! |
I think this is a frontend problem. The nested objects are not saved properly. @jared, FYI. |
One more user ran into this issue. I am adding this ticket to the QA milestone for now. I think more people will encounter this in the cloud. |
@jrhizor do you have an idea about ETA for this? this seems like a pretty important one to solve |
@jrhizor frontend label was removed from this task, so I assumed it is not about frontend. Just checked it and looks like the problem itself is on server side - it returns 500 error, where we expect logs to be got.
It's not nice that we swallow this error though. I am going to add few subtasks to fix that problem. |
|
I'm facing this issue with S3 source. I configurated it as parquet but when I check settings format is csv. My configuration is not saved. Related issue in slack: |
@da-firebolt @boggdan95 we believe we have a fix for this issue, and we are working on testing and pushing it. Will keep you updated! |
@da-firebolt @boggdan95 we have pushed the fix for this issue, so please try updating to v0.32.3-alpha and let us know if you experience any more problems |
Enviroment
Current Behavior
Tell us what happens.
When changing S3 destination output format/format type from Avro to parquet, saving doesn't actually do anything, format type still remains Avro and instead of connection being tested, you're automatically taken to the destinations view, but when you change from Avro to e.g. CSV the change is applied correctly.
Expected Behavior
Tell us what should happen.
When changing S3 destination output format/format type from Avro to parquet, clicking "Save changes and test" button should result in connection being tested and change applied.
Logs
If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.
LOG
Steps to Reproduce
Are you willing to submit a PR?
Remove this with your answer.
The text was updated successfully, but these errors were encountered: