You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Airbyte's S3 Glue destination connector has a set of input parameters to specify the output format of the files generated by the connection stream. There is an additional parameter for a Serialization Library that specifies the library that the query engine will use for reading and writing data in the lake. We should refactor the connector to get this serialization parameter grouped with the other output format options and make sure that the Serialization Library is included in the GlueConfig/S3FormatConfig.
Plan/Design
Update the S3 Glue Destination connector spec to move the Serialization Library parameter to the Output Format block.
Refactor the involved configs to include the serialization library with the other output config elements.
The text was updated successfully, but these errors were encountered:
Description/Context
Airbyte's S3 Glue destination connector has a set of input parameters to specify the output format of the files generated by the connection stream. There is an additional parameter for a Serialization Library that specifies the library that the query engine will use for reading and writing data in the lake. We should refactor the connector to get this serialization parameter grouped with the other output format options and make sure that the Serialization Library is included in the GlueConfig/S3FormatConfig.
Plan/Design
The text was updated successfully, but these errors were encountered: