GitHub user mohhddhassan added a comment to the discussion: Airflow development workflow and DAG Deployment from feature branches
Yes, you can safely deploy feature-branch DAGs to dev/prod — but use namespaced DAG IDs to avoid collisions. Best practice: feature DAGs → dev cluster (isolated from prod) → ephemeral DAG IDs → tested → merge → promoted. For large orgs, ephemeral Airflow per branch is the cleanest but more infra-heavy. GitHub link: https://github.com/apache/airflow/discussions/54669#discussioncomment-14173587 ---- This is an automatically sent email for commits@airflow.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@airflow.apache.org