edi_wijaya
04/27/2022, 9:56 AMmeltano --environment=prod schedule mysql-to-redshift-prod tap-mysql target-redshift "38 9 * * *"
Then, I open airflow webserver to force run it. However, it happens that the task is failed.
What do I miss here?
Here is the airflow webserver browser view:pat_nadolny
04/27/2022, 1:44 PMMELTANO_CLI_LOG_LEVEL=debug into your .env temporarily will make Airflow run Meltano in debug mode then you'll see more detailsedi_wijaya
04/28/2022, 9:09 AM