So I'm trying to figure out why I'm not getting da...
# plugins-general
m
So I'm trying to figure out why I'm not getting data from
tap-github
. I'm running both
elt
and
invoke
in debug mode, and I'm getting a lot of output like this:
DEBUG Visiting CatalogNode.PROPERTY at '.streams[22].schema.properties.commit.properties.committer.properties.date'.
DEBUG Skipping node at '.streams[22].schema.properties.commit.properties.committer.properties.date.format'
In the docs for the tap, it says I need to
--discover > properties.json
and I'm wondering if these outputs are because of not running this command? I've set up the proper values for the config file and have double checked in the tap's config file.