Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Removed schema name
Browse files Browse the repository at this point in the history
  • Loading branch information
SBurwash committed Aug 24, 2022
1 parent f2620c2 commit c33b206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_postgres/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def hstore_available(conn_info):


def compute_tap_stream_id(schema_name, table_name):
return schema_name + '-' + table_name
return table_name


# NB> numeric/decimal columns in postgres without a specified scale && precision
Expand Down

0 comments on commit c33b206

Please sign in to comment.