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

Refactor Serialization Parameter into the Output Format Block #714

Open
2 tasks
quazi-h opened this issue May 31, 2023 · 0 comments
Open
2 tasks

Refactor Serialization Parameter into the Output Format Block #714

quazi-h opened this issue May 31, 2023 · 0 comments
Labels
Data Engineering product:data-platform Issues related to the Data Platform product

Comments

@quazi-h
Copy link
Contributor

quazi-h commented May 31, 2023

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

  • 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.
@quazi-h quazi-h added Data Engineering product:data-platform Issues related to the Data Platform product labels May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Engineering product:data-platform Issues related to the Data Platform product
Projects
None yet
Development

No branches or pull requests

1 participant