mudravrik commented on pull request #15177:
URL: https://github.com/apache/airflow/pull/15177#issuecomment-822056108


   Sorry, @natanweinberger , it must be wrong place to ask such question, but I 
tried this feature and get following error:
   ```
   Traceback (most recent call last):
     File "/home/airflow/.local/bin/airflow", line 8, in <module>
       sys.exit(main())
     File 
"/home/airflow/.local/lib/python3.8/site-packages/airflow/__main__.py", line 
40, in main
       args.func(args)
     File 
"/home/airflow/.local/lib/python3.8/site-packages/airflow/cli/cli_parser.py", 
line 48, in command
       return func(*args, **kwargs)
     File 
"/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/cli.py", line 
91, in wrapper
       return f(*args, **kwargs)
     File 
"/home/airflow/.local/lib/python3.8/site-packages/airflow/cli/commands/connection_command.py",
 line 244, in connections_import
       _import_helper(args.file)
     File 
"/home/airflow/.local/lib/python3.8/site-packages/airflow/cli/commands/connection_command.py",
 line 272, in _import_helper
       key: value for key, value in conn_values.items() if key in allowed_fields
   AttributeError: 'Connection' object has no attribute 'items'
   ```
   Am I doing something completly wrong?


-- 
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:
[email protected]


Reply via email to