Hi! I'm having a little problem ingesting data fro...
# troubleshoot
n
Hi! I'm having a little problem ingesting data from redshift with airflow dag. This error message shown is this:
Copy code
File "/home/airflow/.local/lib/python3.8/site-packages/datahub/ingestion/api/registry.py", line 128, in get
    raise ConfigurationError(
datahub.configuration.common.ConfigurationError: redshift is disabled; try running: pip install 'acryl-datahub[redshift]'
[2022-03-17, 18:59:09 UTC] {local_task_job.py:154} INFO - Task exited with return code 1
But the 'acryl-datahub[redshift]' plugin is installed in airflow docker. I've confirmed that running "datahub check plugins.
I'm using 2.2.4 local docker airflow and 8.24 datahub with kubernets. Does anyone knows what could be happening ?
Here are my ingestions files (they are in the same dag folder in airflow files):
o
Have you tried reinstalling the CLI? This error should not occur unless the module is not available.
n
@orange-night-91387 i've tried to build again all airflow and it's dependencies. It didn't work either.