Join Slack
Powered by
but it gave me above error
# replication-troubleshooting
v
Vishwajeet Dabholkar
10/25/2022, 6:08 AM
but it gave me above error
e
Eli Sigal
10/25/2022, 10:32 AM
Hi. You need to create a schema.json and run a test to see if it is the same or not. you can use this link as ref
https://www.youtube.com/watch?v=kJ3hLoNfz_E
▾
v
Vishwajeet Dabholkar
10/27/2022, 4:18 AM
hey
@Eli Sigal
this is not what I am looking for I want to create a source in airbyte using API rather than creating using UI, I want to do it using an API request here is what I am using right now :
https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/sources/update
e
Eli Sigal
10/27/2022, 6:21 AM
Ohhhhh got it. You need to use source definition This will create it
https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/source_definitions/create
and this will update it
https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/sources/update
2
Views
Open in Slack
Previous
Next