Skip to content

Commit

Permalink
Merge pull request #46 from visch/discovery_fail_on_error
Browse files Browse the repository at this point in the history
Discovery should fail when there's an error
  • Loading branch information
ets authored Jan 6, 2024
2 parents cccc771 + c7faad6 commit e1f321c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_spreadsheets_anywhere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def discover(config):
)
except Exception as err:
LOGGER.error(f"Unable to write Catalog entry for '{table_spec['name']}' - it will be skipped due to error {err}")
raise err

return Catalog(streams)

Expand Down

0 comments on commit e1f321c

Please sign in to comment.