Search documentation...

K
ChangelogBook a demoSign up

CockroachDB

Power internal tools, in-app experiences, and more

Unique identifiers

Hightouch requires a unique identifier in the destination Cockroach table to add, remove, and update rows. The column must be either a UNIQUE or PRIMARY KEY column. At least one Hightouch field must map to a unique column.

If you're unsure whether your mapping includes a compatible column, just try it. Hightouch will error if you need to change your mappings.

Column types

Hightouch works out of the box with all standard column types, including:

  • BIGINT
  • INT
  • TEXT
  • VARCHAR
  • TIMESTAMPTZ
  • BOOLEAN
  • DECIMAL

If you see type errors, it may be because your SQL query is producing the wrong format. Message us on Intercom if you need help.

Required permissions

Your Cockroach credentials must be able to:

  • SELECT, INSERT, UPDATE and DELETE rows from the destination table.
  • Perform the following queries:
    • SHOW SCHEMAS
    • SHOW TABLES FROM <schema>
    • SHOW CONSTRAINTS FROM <schema>.<table>
    • SHOW COLUMNS FROM <schema>.<table>

Ready to get started?

Jump right in or a book a demo. Your first destination is always free.

Book a demoSign upBook a demo

Need help?

Our team is relentlessly focused on your success. Don't hesitate to reach out!

Feature requests?

We'd love to hear your suggestions for integrations and other features.

Last updated: Nov 28, 2022

On this page

Unique identifiersColumn typesRequired permissions

Was this page helpful?