potiuk commented on issue #19515:
URL: https://github.com/apache/airflow/issues/19515#issuecomment-965126058
#19255 works:
```
root@df0e572d5245:/opt/airflow# airflow connections get sqlite_default
id | conn_id | conn_type | description | host
| schema | login | password | port | is_encrypted | is_extra_encrypted |
extra_dejson | get_uri
===+================+===========+=============+=====================================+========+=======+==========+======+==============+====================+==============+=====================================================
43 | sqlite_default | sqlite | None |
/home/airflow/tmp/sqlite_default.db | None | None | None | None | False
| False | {} |
sqlite://%2Fhome%2Fairflow%2Ftmp%2Fsqlite_default.db
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]