Main DAG list view is not pretty
See original GitHub issueApache Airflow version: master branch
Kubernetes version (if you are using kubernetes) (use kubectl version):
N/A
Environment:
- OS (e.g. from /etc/os-release): MacOS
- Browser: Safari
What happened:
What you expected to happen:
I expect that the UI is nice and clean ❤️
How to reproduce it:
I’m using breeze, so starting a webserver and heading to http://0.0.0.0:28080/ should replicate the problem
Anything else we need to know:
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Airflow webserver can't turn on DAG? - Stack Overflow
Running the webserver (not as a deamon process) and just watching the output, when it attempts to filll the dab bag with the...
Read more >Best Practices - Apache Airflow
Creating a new DAG in Airflow is quite simple. ... Do not use INSERT during a task re-run, an INSERT statement might lead...
Read more >airflow/dag.py at main · apache/airflow - GitHub
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows - airflow/dag.py at main · apache/airflow.
Read more >Allow 'apply' of List View filters without having to save the List ...
My lead view list is getting way to long due to having to save each one. Seems like it should be a pretty...
Read more >Apache Airflow: how to add task to DAG without changing dag ...
also exist dag.add_tasks to pass list of tasks dag.add_task(validation_task_file_name). Pay attention to “# apache airflow DAG” if you will not have 2 words ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, that helped. I forgot about it 😞
Issue #12262 created. Will add it shortly.