Hello @sk5479,
You could delete config_variables.yml
and great_expectations.yml
files and run great_expectations init
command to recreate those files.
Afterwards replace the placeholders in great_expectations.yml
file and add MYSQL_CONNECTION_STRING in the config_variables.yml
. Finally run great_expectations store list
command again. That will allow you to create a new data source with the same name. Thank you