charles
s
s
s
sources/create
, and sources/update
HTTP endpointss
Artem Astapenko
10/07/2020, 6:12 PMs
Artem Astapenko
10/07/2020, 6:17 PMs
s
s
Artem Astapenko
10/07/2020, 6:18 PMs
Artem Astapenko
10/07/2020, 9:10 PMname
and defaultDockerRepository
when we create source, but backend also expects defaultDockerImageVersion
. Did we just forgot to add it on mockups or something else is expected?Artem Astapenko
10/07/2020, 9:10 PM...Clicking on it should open the associated github folder IN A NEW TAB
should I build this url my own as currently its not returned from backend.s
defaultDockerImageVersion
the version will come from the Version
column in the mockup heres
s
/create
.Artem Astapenko
10/07/2020, 9:13 PMs
s
s
s
get_specification
for the source or destinations
changelogUrl
that I’ll add to the source_specifications/get
responses
Artem Astapenko
10/07/2020, 11:26 PMArtem Astapenko
10/08/2020, 9:51 PMs
s
John (Airbyte)
Artem Astapenko
10/08/2020, 10:13 PMArtem Astapenko
10/08/2020, 10:16 PMthere will be a field called changelogUrl that I'll add to the source_specifications/get response
Looks like we may need web_backend update for it to return all changelogUrl along with sources in admin side. @charles what do you think?
I hope we used graphql from the beginning - it would have made a lot of things much easier. At first I thought we won’t need that much web_backend endpoints ….charles
Artem Astapenko
10/08/2020, 10:20 PMcharles
charles
charles
charles
s
s
Artem Astapenko
10/08/2020, 10:25 PMsource
it will be awesome!s
source
s
Artem Astapenko
10/08/2020, 10:28 PMs
s
source
is to add yet another field to the mockup image above, which is changelogUrl
s
s
John (Airbyte)
John (Airbyte)
s
SourceSpecificationId
and DestinationSpecificationId
and replaces all their usages with SourceId
and DestinationId
which means you’ll need to do some more changes on the frontend to accommodate this. I would have done it myself but it’s a little late over here 😅 I hope the changes are easy enough to follow. You should only need to look at config.yaml
between the two PRs to see what’s going onArtem Astapenko
10/09/2020, 9:55 AMs
Artem Astapenko
10/09/2020, 9:56 AMs
s
SourceSpecificationId
on the frontend we’ll just need to use SourceID
and same for destination. the backend has been updated to return SourceID
where it returned SourceSpecificationId
befores
Artem Astapenko
10/09/2020, 9:59 AMs
Artem Astapenko
10/09/2020, 10:03 AMs
Artem Astapenko
10/09/2020, 10:04 AMs