Skip to content

Commit

Permalink
fix table picker link
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Mar 12, 2024
1 parent a413580 commit a517827
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/app/mirrors/create/cdc/tablemapping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ const TableMapping = ({
style={{ color: 'teal' }}
target='_blank'
href={
'https://docs.peerdb.io/connect/rds_postgres#creating-peerdb-user-and-granting-permissions'
peerType?.valueOf() === DBType.SNOWFLAKE.valueOf()
? 'https://docs.peerdb.io/connect/snowflake#setup-roles-and-permissions'
: 'https://docs.peerdb.io/connect/rds_postgres#creating-peerdb-user-and-granting-permissions'
}
>
these permissions
Expand Down

0 comments on commit a517827

Please sign in to comment.