Kevin Phan
07/28/2022, 2:19 PMAlex Marquardt (Airbyte)
07/28/2022, 4:13 PMKevin Phan
07/28/2022, 4:22 PMKevin Phan
07/28/2022, 4:26 PMThis is a simple task with the Airbyte CDK. For each stream in our connector we'll need to:
Create a python class in source.py which extends HttpStream.
Place a <stream_name>.json file in the source_<name>/schemas/ directory. The name of the file should be the snake_case name of the stream whose schema it describes, and its contents should be the JsonSchema describing the output from that stream.
Kevin Phan
07/28/2022, 4:27 PMstream
, do we mean each table?Alex Marquardt (Airbyte)
07/28/2022, 6:25 PM