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

Feedback for “Connect Structured data” #10596

Open
arilishu opened this issue Nov 13, 2024 · 2 comments
Open

Feedback for “Connect Structured data” #10596

arilishu opened this issue Nov 13, 2024 · 2 comments

Comments

@arilishu
Copy link

After following all the steps, no error, when I have to run this code:

You can execute these scripts using the following commands:

cat app/connector/mypostgres/01_ecommerce_schema.sql | docker exec -i mypostgres-postgres-1 psql -U user -d dev
cat app/connector/mypostgres/02_ecommerce_data.sql | docker exec -i mypostgres-postgres-1 psql -U user -d dev

I get this error:
Error response from daemon: No such container: mypostgres-postgres-1
Error response from daemon: No such container: mypostgres-postgres-1

Not sure what's wrong

@robertjdominguez
Copy link
Contributor

@arilishu — can you run docker ps and see which containers are running? It's possible it's named something aside from mypostgres-postgres-1.

@robertjdominguez
Copy link
Contributor

If the steps above haven't solved your issue, please reopen this 🙂

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