I am currently trying to finish the C2 W3 graded assignment.
Testing Data Quality with Great Expectations.
I am unable to create the data source based on the instructions given.
The instruction state to create an variable MYSQL_CONNECTION_STRING in the uncommited/config_variables.yml file with the connection string we get from running scripts.sh.
I have appended the same in that file below the instance id.
When I try to create the mysql_datasource object it is stating the following error.
From the above error there is an issue with fetching the data from this config_variable.yml file. I have tried to do few fixes but could not able to do anything beyond this point.
Kindly provide an resolution on this.