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/08/26 14:43:41 UTC

[GitHub] [airflow] ecerulm opened a new issue #17852: Connections created via AIRFLOW_CONN_ enviroment variables do not show up in the Admin > Connections or airflow connections list

ecerulm opened a new issue #17852:
URL: https://github.com/apache/airflow/issues/17852


   The connections created using [environment variables like AIRFLOW_CONN_MYCONNID](https://airflow.apache.org/docs/apache-airflow/stable/howto/connection.html#storing-a-connection-in-environment-variables) do not show up in the UI. 
   
   They don't show up in `airflow connections list` either, although if you know the conn_id you can `airflow connections get conn_id` and it will find it. 
   


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] mik-laj closed issue #17852: Connections created via AIRFLOW_CONN_ enviroment variables do not show up in the Admin > Connections or airflow connections list

Posted by GitBox <gi...@apache.org>.
mik-laj closed issue #17852:
URL: https://github.com/apache/airflow/issues/17852


   


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] potiuk commented on issue #17852: Connections created via AIRFLOW_CONN_ enviroment variables do not show up in the Admin > Connections or airflow connections list

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #17852:
URL: https://github.com/apache/airflow/issues/17852#issuecomment-908180608


   > Should I create a different issue for that?
   
   Maybe just make a PR directly fixing it @ecerulm  It should be as easy as clicking "Suggest Change on this Page" button. No Need to create issue!


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] caiobelfort commented on issue #17852: Connections created via AIRFLOW_CONN_ enviroment variables do not show up in the Admin > Connections or airflow connections list

Posted by GitBox <gi...@apache.org>.
caiobelfort commented on issue #17852:
URL: https://github.com/apache/airflow/issues/17852#issuecomment-906643060


   I suspect connections created using envs won't go to database. The UI can  only show connections registered on the table.


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] mik-laj commented on issue #17852: Connections created via AIRFLOW_CONN_ enviroment variables do not show up in the Admin > Connections or airflow connections list

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #17852:
URL: https://github.com/apache/airflow/issues/17852#issuecomment-906811821


   This is expected behavior, but we have a ticket to add a warning about an invisible connection in the Web UI.
   https://github.com/apache/airflow/issues/10867


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] ecerulm commented on issue #17852: Connections created via AIRFLOW_CONN_ enviroment variables do not show up in the Admin > Connections or airflow connections list

Posted by GitBox <gi...@apache.org>.
ecerulm commented on issue #17852:
URL: https://github.com/apache/airflow/issues/17852#issuecomment-908167557


   If it is expected behaviour should it be documented somehow in https://airflow.apache.org/docs/apache-airflow/stable/howto/connection.html#storing-a-connection-in-environment-variables? 
   
   Should I create a different issue for that?


-- 
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: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] potiuk edited a comment on issue #17852: Connections created via AIRFLOW_CONN_ enviroment variables do not show up in the Admin > Connections or airflow connections list

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on issue #17852:
URL: https://github.com/apache/airflow/issues/17852#issuecomment-908180608


   > Should I create a different issue for that?
   
   Maybe just make a PR directly fixing it @ecerulm.
   
   It should be as easy as clicking "Suggest Change on this Page" button. No Need to create issue!


-- 
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: commits-unsubscribe@airflow.apache.org

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