ashb commented on issue #6440: [AIRFLOW-5768] GCP cloud sql don't store ephemeral connection in db URL: https://github.com/apache/airflow/pull/6440#issuecomment-546853901 > Or perhaps better, `Creds` or `Credential`. `Connection` is not really a connection. Come to think of it, this causes a lot of confusing code (all the `get_conn` in the codebase). Oooh interesting idea, Connection usually implies and active connection/open socket, but as you say, our Connection objects are just credentials and connection _information_. Might be a thing to rename pre 2.0, at least in the code an models, if maybe not in the UI?
---------------------------------------------------------------- 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] With regards, Apache Git Services
