Last active
March 25, 2019 07:00
-
-
Save rssanders3/8bb24383c4a7bdaed7281dd3733c8224 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [core] | |
| # The SqlAlchemy connection string to the metadata database. | |
| # SqlAlchemy supports many different database engine, more information | |
| # their website | |
| sql_alchemy_conn = mysql://{USERNAME}:{PASSWORD}@{MYSQL_HOST}:3306/airflow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment