Crash 'Name' object has no attribute 'value'
on airflow DAGs defined within a function
#5448
Labels
Downstream Bug 🪲
The problem happens in a lib depending on pylint, not pylint
Bug description
pylint crashed with a
AttributeError
and with the following stacktrace:Configuration
No response
Command used
Pylint output
Expected behavior
It should not emit an exception
Pylint version
OS / Environment
Macbook Pro, 2019, Big Sur
Additional dependencies
[tool.poetry.dependencies]
python = "^3.8"
apache-airflow = { version = "2.1.4", extras = ["celery", "google", "slack", "docker", "cncf.kubernetes"] }
[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
flake8-black = "^0.2.3"
black = "^21.11b1"
pylint = "^2.12.1"
pylint-airflow = "^0.1.0-alpha.1"
pytest = "^6.2.5"
The text was updated successfully, but these errors were encountered: