MeltanoLabs / tap-gitlab

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

Add option to 'ignore_access_denied' #78

Open aaronsteers opened 2 years ago

aaronsteers commented 2 years ago

This PR adds a new 'ignore_access_denied' setting for compatibility with the older version of this repo.

True to ignore access denied (HTTP 401) errors. This option is provided for compatibility with prior versions of this tap, which would silently move on to the next stream after receiving an access denied error. If 'False' (the default), the tap will fail if access denied errors are received for any selected streams.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication