We are starting to use Variables in multiple DAGs and would like to use the DAG Name as the default namespace for the variables, so that they don't collide. Of course, if someone changes their DAG name, then there will be an issue.
We are managing a flat namespace ourselves through convention, but I can imagine this view quickly becoming overwhelming as more people in the company start using it. There will be hundreds of variables.

The Variables API in Python could then automatically prepend the namespace to the names of variables.