Run webserver without installing dag dependencies
See original GitHub issueDescription
In order to have the webserver easy to maintain and scale it is nice if we can ignore dag dependencies (ex: python libraries) on the webserver and only install them on the worker.
currently webserver throwing an error {dagbag.py:259} ERROR - Failed to import
Use case / motivation
I want to have the webserver totally independent of what needs to be done! from my perspective only workers need to have all the dependencies installed, also the scheduler could ignore them!
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Run Apache Airflow DAG without Apache Airflow
You won't get the benefit of operators or dependencies, but you probably can script your way around it. And if you can't, just...
Read more >DAGs — Airflow Documentation
The Dag Dependencies view Menu -> Browse -> DAG Dependencies helps visualize dependencies between DAGs. The dependencies are calculated by the scheduler during ......
Read more >Running Airflow Locally: 3 Easy Steps - Learn - Hevo Data
Step 1: Creating a Local Project · Step 2: Installing the Dependencies · Step 3: Running Airflow Locally.
Read more >Run Apache Airflow on Windows 10 without Docker
Try to follow these steps. If you get stuck, try to resolve the error by installing missing dependencies, restart terminal or carefully check...
Read more >Need Help Installing Plugin · Issue #2 · ms32035/airflow-dag ...
When I run airflow via docker-compose, dag-dependency menu doesn't show up under Brose. Any help would be appreciated.
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

2.0.0 does this already, as the Webserver now relies on Dag Serialization and reads things from the DB only.
Easiest issue fix ever – cos it’s already done 😁
From our testing, yes. It’s not yet released “GA”, but it’s getting very close! If you have time to test the beta releases (latest is beta3) that would be helpful!