Hey there, is the required section in the source spec yml file for specific endpoints that we want to pull from the source ? I see there are authentication parameters ie client_secret included. Just wondering ifcredentials and endpoints are included in the required section
m
Marcos Marx (Airbyte)
07/13/2022, 4:21 PM
Endpoints are constructed in
streams.py
file, spec.yaml is the cofiguration parmeter
k
Kevin Phan
07/14/2022, 2:16 PM
Got it and so the source . Py is where we run the methods in streams.py?