We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When starting the image, sometimes services do not start.
This seems to apply - sporadically - to both Airflow and Superset. Either the webserver and/or the Airflow scheduler.
Work around is to run one or more of the commands from startup.sh manually in the image's terminal. Specifically:
startup.sh
meltano invoke airflow scheduler & meltano invoke airflow webserver & meltano invoke superset:ui &
Restarting the image usually does not address the issue.
The text was updated successfully, but these errors were encountered:
I am not currently aware how to solve this.
Sorry, something went wrong.
No branches or pull requests
When starting the image, sometimes services do not start.
This seems to apply - sporadically - to both Airflow and Superset. Either the webserver and/or the Airflow scheduler.
Work around is to run one or more of the commands from
startup.sh
manually in the image's terminal. Specifically:Restarting the image usually does not address the issue.
The text was updated successfully, but these errors were encountered: