You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Describe the bug
Bit types of length > 1 not being detected
To Reproduce
create a table with a BIT(8) field:
create table jmtest (
id INTEGER,
name VARCHAR,
somebytes bit(8),
etl_updated_timestamp TIMESTAMP);
Run tap in discover mode:
tap-postgres --config ~/.pipelinewise/bigquery/tap_jmtest/config.json --discover
Expected behavior
We should see the type of the somebytes column. Instead we are getting empty type for this column
Screenshots
Your environment
Version of tap: 1.8.0
Version of python 3.7.7
Additional context
This is related to the issue in the main repo: transferwise/pipelinewise#740
It seems to affect all targets and also in a different way this PostgreSQL tap
The text was updated successfully, but these errors were encountered:
Describe the bug
Bit types of length > 1 not being detected
To Reproduce
create a table with a BIT(8) field:
Run tap in discover mode:
tap-postgres --config ~/.pipelinewise/bigquery/tap_jmtest/config.json --discover
Expected behavior
We should see the type of the
somebytes
column. Instead we are getting empty type for this columnScreenshots
Your environment
Additional context
This is related to the issue in the main repo: transferwise/pipelinewise#740
It seems to affect all targets and also in a different way this PostgreSQL tap
The text was updated successfully, but these errors were encountered: