Hi! Working on interacting w/ the Airbyte API prog...
# troubleshooting
o
Hi! Working on interacting w/ the Airbyte API programmatically and noticed a slight weirdness with the
streamName
field in the jobs/get response. Intuitively, I expected this name to be the same as the
name
field for the matching source in the
syncCatalog
of connections/get, but it seems that
streamName
actually includes the prefix, while
name
does not. So for example, if I had a connector with a prefix of
foo
, if
streamName
would be
foo_actions
, while
name
would be just
actions
.
great thanks Marcos!