NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

aerie_db_migration.py output to display correct hasura endpoint #1353

Open Futabay opened 8 months ago

Futabay commented 8 months ago

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?

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