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 have been trying to get set up with snowplow using localstack to get a better understanding of the moving pieces, but I am stuck on loading the enriched data into a postgres db. I'm using a pretty vanilla postgres db image.
With the minimal configuration, I see the following error:
snowplow-postgres-loader_1 | org.postgresql.util.PSQLException: ERROR: schema "atomic" does not exist
snowplow-postgres-loader_1 | Position: 14
snowplow-postgres-loader_1 | at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2676)
Then I found this SQL statement, supposedly used only for Redshift apps.
I added that SQL statement to the startup of my postgres db, but now I am getting the following error:
snowplow-postgres-loader_1 | org.postgresql.util.PSQLException: The connection attempt failed.
snowplow-postgres-loader_1 | at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:331)
I'm not sure if this is the proper approach though, because this doc seems to suggest that the creation of DB & schema should be handled by the postgres loader.
Hoping someone may be able to provide some insights in what I might be doing wrong.
The text was updated successfully, but these errors were encountered:
Version: 0.3.3
Expected behavior: Can set up a postgres db for use in postgres-loader
Actual behavior: Having trouble setting up postgres
Steps to reproduce:
I have a repro located here
git clone https://github.com/willwill96/snowplowio-demo.git
docker-compose up
I have been trying to get set up with snowplow using localstack to get a better understanding of the moving pieces, but I am stuck on loading the enriched data into a postgres db. I'm using a pretty vanilla postgres db image.
With the minimal configuration, I see the following error:
Then I found this SQL statement, supposedly used only for Redshift apps.
I added that SQL statement to the startup of my postgres db, but now I am getting the following error:
I'm not sure if this is the proper approach though, because this doc seems to suggest that the creation of DB & schema should be handled by the postgres loader.
Hoping someone may be able to provide some insights in what I might be doing wrong.
The text was updated successfully, but these errors were encountered: