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

400 BAD Request when Calling /api/v1/catalog/sources #87

Open
CollinKendor opened this issue Nov 24, 2021 · 1 comment
Open

400 BAD Request when Calling /api/v1/catalog/sources #87

CollinKendor opened this issue Nov 24, 2021 · 1 comment

Comments

@CollinKendor
Copy link

CollinKendor commented Nov 24, 2021

Hi,

i am trying to connect data_lineage to an external postgresql database but am receiving 400 BAD Request error when calling /api/v1/catalog/sources end point. we deployed data_lineage using docker. Following the example, we pass:

edw_db = { "username": "<external postgres username>", "password": "somepassw0rd|", "uri": "<external postgresql hostname>", "port": "<external postgresql port>", "database": "<external postgresql database>" }

to

source = catalog.add_source(name="edw", source_type="postgresql", **edw_db)

but it seems we get the error here. Please help.

@vrajat
Copy link
Member

vrajat commented Jan 2, 2022

Can you provide logs from the docker container? docker container logs <id>

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

No branches or pull requests

2 participants