fybrik / airbyte-module

A FybrikModule based on Airbyte
Apache License 2.0
3 stars 6 forks source link

Add conversion from Arrow format to Airbyte format in do_put. #66

Closed revit13 closed 1 year ago

revit13 commented 1 year ago

This PR changes the do_put function to accept tables in Arrow format instead of passing the data in Airbyte format. The conversion from Arrow format to Airbyte format is done in do_put function.