Skip to content

[destination-postgres] org.postgresql.util.PSQLException: ERROR: column "properties_hs_line_..." specified more than once #36968

Discussion options

You must be logged in to vote

In the stream, there are 2 columns that look sus:

  • properties_hs_line_item_global_term_hs_recurring_billing_period
  • properties_hs_line_item_global_term_hs_recurring_billing_period_enabled

I think is the case that column names in postgres have a max of 63 chars. The first 63 chars of properties_hs_line_item_global_term_hs_recurring_billing_period_enabled would happen to be properties_hs_line_item_global_term_hs_recurring_billing_period... leading to a duplicate.

Replies: 12 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by marcosmarxm
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@evantahler
Comment options

@edgao
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working area/connectors Connector related issues community connectors/destination/postgres team/destinations Destinations team's backlog
6 participants
Converted from issue

This discussion was converted from issue #36440 on April 10, 2024 17:01.