hasura / hasura/graphql-engine
Feedback for “Connect Structured data”
Open
- 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
Assessment
This issue has not been assessed yet.