You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to recreate option 2 from your census-loader (docker) but I get this error when it's trying to load data into the tables. It seems to be using the postgres user instead of the census user. This appears to be defined in the arguments.py script. All the docker config files set the $POSTGRES_USER env var as 'census' but somehow the script is using a different one. Should I change the pg_user from 'postgres' to 'census' in the arguments.py file?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to recreate option 2 from your census-loader (docker) but I get this error when it's trying to load data into the tables. It seems to be using the postgres user instead of the census user. This appears to be defined in the arguments.py script. All the docker config files set the $POSTGRES_USER env var as 'census' but somehow the script is using a different one. Should I change the pg_user from 'postgres' to 'census' in the arguments.py file?
The text was updated successfully, but these errors were encountered: