MeltanoLabs / tap-gitlab

Singer.io Tap for extracting data from Gitlab's API
GNU Affero General Public License v3.0
11 stars 27 forks source link

Add support for discover mode for tap-gitlab #8

Closed pnadolny13 closed 2 years ago

pnadolny13 commented 2 years ago

In GitLab by @iroussos on Jun 12, 2019, 11:45

At the moment, tap-gitlab does not properly support the --discover flag.

If a user runs tap-gitlab on discovery mode, the tap runs as if the flag was not provided:

$ tap-gitlab --config config.json --discover
INFO Starting sync
... ... ...

This breaks tools and other processes that want to use tap-gitlab and depend on the --discover flag working according to the Singer.io Spec.

As tap-gitlab has no support for discovery mode, just exit when it is provided.

pnadolny13 commented 2 years ago

In GitLab by @iroussos on Jun 12, 2019, 11:58

mentioned in merge request !10

pnadolny13 commented 2 years ago

In GitLab by @iroussos on Jun 12, 2019, 11:59

closed via merge request !10

pnadolny13 commented 2 years ago

In GitLab by @iroussos on Jun 12, 2019, 11:59

mentioned in commit a7df1cc9d5789771ba4f4f46f23fda63b90bef4c

pnadolny13 commented 2 years ago

In GitLab by @tayloramurphy on Sep 13, 2021, 11:30

assigned to @vischous and @tayloramurphy and unassigned @iroussos