When I ran below commands, aerie_db_migraiont.py didn't display correct hasura url endpoint.
There were two config.yaml files in this repo.
It seems like that the command output displayed endpoint specified in ./config.yaml while it was actually connecting to the address specified in ./hasura/config.yaml as described in the code.
Would you please update the script so it'll display hasura endpoint actually connecting?
% python3 aerie_db_migration.py -a --all -n <rds_endpoint> -e aerie.env
Describe the feature request
Would you please update the script so it'll display hasura endpoint actually connecting?
Checked for duplicates
Yes - I've already checked
Alternatives considered
No - I haven't considered
Related problems
When I ran below commands,
aerie_db_migraiont.py
didn't display correct hasura url endpoint.There were two config.yaml files in this repo. It seems like that the command output displayed endpoint specified in ./config.yaml while it was actually connecting to the address specified in ./hasura/config.yaml as described in the code. Would you please update the script so it'll display hasura endpoint actually connecting?
Describe the feature request
Would you please update the script so it'll display hasura endpoint actually connecting?