Roman Žydyk
06/03/2023, 2:48 PMkapa.ai
06/03/2023, 2:48 PMkapa.ai
06/03/2023, 2:49 PMstream
to an Iceberg table
and a namespace
to an Iceberg database
. You can find more information about the Iceberg destination connector in the [Iceberg destination documentation](https://docs.airbyte.com/integrations/destinations/iceberg). To set up the data pipeline, follow these steps: 1. Set up the S3 source connector with the JSON Lines format. 2. Set up the Iceberg destination connector. 3. Configure the connections and sync settings between the source and destination connectors. Please note that the JSON schema from the source will be converted to an Avro schema, and then the JSON object will be converted to an Avro record before being written to the Iceberg table. You can learn more about this conversion process in the [JSON to Avro conversion documentation](https://docs.airbyte.com/understanding-airbyte/json-avro-conversion).Roman Žydyk
06/03/2023, 2:53 PM