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/04/07 20:31:32 UTC

[GitHub] [airflow] cah-scott-spare opened a new issue #15260: Documentation - MySQL Connection - example contains a typo

cah-scott-spare opened a new issue #15260:
URL: https://github.com/apache/airflow/issues/15260


   **What happened**:
   There is an extra single quote after /tmp/server-ca.pem in the example.
   [MySQL Connections](https://airflow.apache.org/docs/apache-airflow-providers-mysql/stable/connections/mysql.html) 
   
   Example “extras” field:
   
   {
      "charset": "utf8",
      "cursor": "sscursor",
      "local_infile": true,
      "unix_socket": "/var/socket",
      "ssl": {
        "cert": "/tmp/client-cert.pem",
        **"ca": "/tmp/server-ca.pem'",**
        "key": "/tmp/client-key.pem"
      }
   }
   


-- 
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



[GitHub] [airflow] kaxil closed issue #15260: Documentation - MySQL Connection - example contains a typo

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #15260:
URL: https://github.com/apache/airflow/issues/15260


   


-- 
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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #15260: Documentation - MySQL Connection - example contains a typo

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #15260:
URL: https://github.com/apache/airflow/issues/15260#issuecomment-815242010


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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