DataExpert-io/data-engineer-handbook

Request to update command to fix data loading issues in Windows

Closed this issue · 1 comments

Request to update command to fix data loading issues in Windows
Path: bootcamp/materials/1-dimensional-data-modeling/README.md
Section: ## 🚨 Tables not loading!? 🚨

The original code doesn't seem to do the trick. I confirmed this one works:

  pg_restore \
      -v \
      --username $POSTGRES_USER \
      --dbname $POSTGRES_DB \
      < /docker-entrypoint-initdb.d/data.dump

its fixed