greatexpectationslabs / ge_tutorials

Learn how to add data validation and documentation to a data pipeline built with dbt and Airflow.
167 stars 84 forks source link

Update permissions to fix db initialization permission errors #11

Closed jdimatteo closed 3 years ago

jdimatteo commented 3 years ago

Fixes errors like those below when running docker-compose up following instructions at https://docs.greatexpectations.io/en/latest/guides/tutorials/getting_started/initialize_a_data_context.html#set-up-your-machine-for-the-tutorial

postgres_1  | psql: error: /docker-entrypoint-initdb.d/load_data.sql: Permission denied

And:

postgres_1  | psql:/docker-entrypoint-initdb.d/load_data.sql:27: error: /tmp/yellow_tripdata_sample_2019-01.csv: Permission denied
eugmandel commented 3 years ago

@jdimatteo Thank you for submitting this!