can anybody suggest on this ?
# ingestion
a
can anybody suggest on this ?
d
Please, make sure the user you use has proper permissions: https://datahubproject.io/docs/generated/ingestion/sources/redshift/#prerequisites
a
Hi @dazzling-judge-80093 so need to make these changes inside docker container right?
d
I don't know your environment but you need to change role/user/service account who tries to access redshift
a
ALTER USER datahub_user WITH SYSLOG ACCESS UNRESTRICTED;
Also , is there need of replacing datahub_user to datahub actual user name
d
datahub_user
is an example, it should be the user/role you use to access redshift
a
Hi @dazzling-judge-80093
where I need to put this changes in config file ?
This argument
ALTER USER datahub_user WITH SYSLOG ACCESS UNRESTRICTED;
d
This should be set on your user in Redshift. This is a redshift command to grant permission to a user.
a
okay got it