Create a .env file in the same directory as consumer.py:
TERADATA_HOST=<your-host>
TERADATA_USER=<your-user>
TERADATA_PASSWORD=<your-password>
REDIS_HOST=localhost
REDIS_PORT=6379
Replace the placeholders with your actual Teradata credentials.
Create a .env file in the same directory as consumer.py:
TERADATA_HOST=<your-host>
TERADATA_USER=<your-user>
TERADATA_PASSWORD=<your-password>
REDIS_HOST=localhost
REDIS_PORT=6379
Replace the placeholders with your actual Teradata credentials.