hasura / hasura/graphql-engine

Feedback for “Connect Structured data”

Open
#10,596 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
32.1k
Forks
3k
PR merge metrics
PR metrics pending

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.