[GitHub] [airflow] atsalolikhin-spokeo commented on issue #8388: Task instance details page blows up when no dagrun

2020-08-11 Thread GitBox
atsalolikhin-spokeo commented on issue #8388: URL: https://github.com/apache/airflow/issues/8388#issuecomment-672217687 I triggered the "tutorial" DAG instead (from the UI), and it looks like it ran. I can look at the task details. No mushroom cloud. So I would say this issue is

[GitHub] [airflow] atsalolikhin-spokeo commented on issue #8388: Task instance details page blows up when no dagrun

2020-08-11 Thread GitBox
atsalolikhin-spokeo commented on issue #8388: URL: https://github.com/apache/airflow/issues/8388#issuecomment-672214778 I'm sorry, I can't tell. I don't seem to have a fully functional Airflow installation. The console (CLI) keeps telling me: ``` Please make sure to

[GitHub] [airflow] atsalolikhin-spokeo commented on issue #8388: Task instance details page blows up when no dagrun

2020-08-11 Thread GitBox
atsalolikhin-spokeo commented on issue #8388: URL: https://github.com/apache/airflow/issues/8388#issuecomment-672201902 I've installed JS using yarn as per the linked instructions. Now Airflow is showing 18 DAGs (before it was 22). The bash example operator DAG is gone.

[GitHub] [airflow] atsalolikhin-spokeo commented on issue #8388: Task instance details page blows up when no dagrun

2020-08-11 Thread GitBox
atsalolikhin-spokeo commented on issue #8388: URL: https://github.com/apache/airflow/issues/8388#issuecomment-672194980 Okay. I used `sqlite3` to change the setting in `airflow.db` via CLI as you suggested. Now the UI is showing all 22 DAGs are unpaused. ```sql update dag

[GitHub] [airflow] atsalolikhin-spokeo commented on issue #8388: Task instance details page blows up when no dagrun

2020-08-11 Thread GitBox
atsalolikhin-spokeo commented on issue #8388: URL: https://github.com/apache/airflow/issues/8388#issuecomment-672185365 I see this on my console: ``` Please make sure to build the frontend in static/ directory and restart the server ```

[GitHub] [airflow] atsalolikhin-spokeo commented on issue #8388: Task instance details page blows up when no dagrun

2020-08-11 Thread GitBox
atsalolikhin-spokeo commented on issue #8388: URL: https://github.com/apache/airflow/issues/8388#issuecomment-672183000 Here is a screnshot, showing there is no toggle switch like there was in 1.10.11 ![Screen Shot 2020-08-11 at 11 41 15

[GitHub] [airflow] atsalolikhin-spokeo commented on issue #8388: Task instance details page blows up when no dagrun

2020-08-11 Thread GitBox
atsalolikhin-spokeo commented on issue #8388: URL: https://github.com/apache/airflow/issues/8388#issuecomment-672180803 Thank you! I figured it out, actually. ``` Error: Could not locate a Flask application. You did not provide the "FLASK_APP" environment variable, and a

[GitHub] [airflow] atsalolikhin-spokeo commented on issue #8388: Task instance details page blows up when no dagrun

2020-08-11 Thread GitBox
atsalolikhin-spokeo commented on issue #8388: URL: https://github.com/apache/airflow/issues/8388#issuecomment-672169136 Thank you for re-opening this issue. I've checked the master version: ``` [airflow@ip-172-20-2-227 airflow]$ airflow version 2.0.0.dev0

[GitHub] [airflow] atsalolikhin-spokeo commented on issue #8388: Task instance details page blows up when no dagrun

2020-08-11 Thread GitBox
atsalolikhin-spokeo commented on issue #8388: URL: https://github.com/apache/airflow/issues/8388#issuecomment-672153377 I ran into this in AWS, running Amazon Linux 2. `uname -a` shows: Linux ip-172-20-2-227.us-west-2.compute.internal 4.14.165-131.185.amzn2.x86_64 #1 SMP

[GitHub] [airflow] atsalolikhin-spokeo commented on issue #8388: Task instance details page blows up when no dagrun

2020-08-11 Thread GitBox
atsalolikhin-spokeo commented on issue #8388: URL: https://github.com/apache/airflow/issues/8388#issuecomment-672152435 I don't have the rights to re-open this issue. Is it enough for me to comment on it here? This is an

[GitHub] [airflow] atsalolikhin-spokeo commented on issue #8388: Task instance details page blows up when no dagrun

2020-08-11 Thread GitBox
atsalolikhin-spokeo commented on issue #8388: URL: https://github.com/apache/airflow/issues/8388#issuecomment-672150672 Hello, I just installed Airflow for the first time, following the [Quick Start](https://airflow.apache.org/docs/stable/start.html) guide. I ran the bash