Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connector: Amazon Aurora DSQL [Destination] #1995

Open
alarbada opened this issue Dec 4, 2024 · 3 comments
Open

Connector: Amazon Aurora DSQL [Destination] #1995

alarbada opened this issue Dec 4, 2024 · 3 comments
Labels
connector:destination Request for a destination connector

Comments

@alarbada
Copy link

alarbada commented Dec 4, 2024

Resource name

Amazon DSQL

Resource link

https://aws.amazon.com/rds/aurora/dsql/

Connector type

Destination

Expected connector behavior

It should read and write data from / to the new amazon aurora dsql serverless database.

Link to the docs: https://docs.aws.amazon.com/en_us/aurora-dsql/

In theory, according to the blog:

Aurora DSQL is PostgreSQL-compatible, enabling developers to rapidly build and deploy applications using well-known relational database concepts, and the drivers, tools, and frameworks they already know.

So we might not even need a separate connector, the postgres connector could already work.

@alarbada alarbada added the triage Needs to be triaged label Dec 4, 2024
@github-project-automation github-project-automation bot moved this to Triage in Conduit Main Dec 4, 2024
@hariso hariso removed this from Conduit Main Dec 6, 2024
@hariso hariso added the connector:destination Request for a destination connector label Dec 6, 2024
@hariso
Copy link
Contributor

hariso commented Dec 6, 2024

@alarbada Did you have a chance to check if our Pg connector works with Aurora DSQL?

@hariso hariso removed the triage Needs to be triaged label Dec 6, 2024
@alarbada
Copy link
Author

alarbada commented Dec 6, 2024

So I tried for a bit, got blocked with generating the password. After a while I realized that it had to be url encoded. Sadly afterwards I got these strange errors:

image

@alarbada
Copy link
Author

alarbada commented Dec 6, 2024

I guess that dsql is not that much postgresql compatible after all. Maybe it is not compatible with how the postgres connector does the batch inserts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connector:destination Request for a destination connector
Projects
None yet
Development

No branches or pull requests

2 participants