Tejas Kumar
09/02/2022, 6:09 PMPedro Lopez (Airbyte)
09/02/2022, 6:35 PMPedro Lopez (Airbyte)
09/02/2022, 6:40 PMTejas Kumar
09/02/2022, 6:40 PMTejas Kumar
09/02/2022, 6:44 PMTejas Kumar
09/02/2022, 6:44 PMPedro Lopez (Airbyte)
09/02/2022, 6:59 PMspec (get the configuration options for the connector), check (verify that the config is valid) and write to actually process records and write them to the destination.
If you want to learn more, that "boundary" you mention is basically the Airbyte Protocol - connectors can be built in any language and are packaged up as a docker container that airbyte calls certain commands on. The CDKs just provide these helper classes like you mentioned to make it a bit easier.Tejas Kumar
09/02/2022, 6:59 PMTejas Kumar
09/02/2022, 7:44 PM