You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/16 02:01:52 UTC

[GitHub] [airflow] mattwelke commented on issue #13711: Error "TypeError: object of type 'map' has no len()" when running "airflow db init"

mattwelke commented on issue #13711:
URL: https://github.com/apache/airflow/issues/13711#issuecomment-761292947


   More info:
   
   My `pyproject.toml`:
   
   ```toml
   [tool.poetry]
   name = "airflow-test"
   version = "0.1.0"
   description = ""
   authors = ["Matt Welke <REDACTED>"]
   
   [tool.poetry.dependencies]
   python = "^3.8"
   apache-airflow = "^2.0.0"
   
   [tool.poetry.dev-dependencies]
   pylint = "^2.6.0"
   
   [build-system]
   requires = ["poetry-core>=1.0.0"]
   build-backend = "poetry.core.masonry.api"
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org