mammoth-rainbow-82717
08/08/2023, 1:20 PMpython3 migration_tools.py db-status --base-url <http://xxx.xxx.xxx.xxx:8082> . However, it seems that the file migration_tools.py is not added to the docker image for the metaflow-service.
Am I missing something? Or the docs are old?mammoth-rainbow-82717
08/08/2023, 2:45 PMrun_goose.py functionality instead?mammoth-rainbow-82717
08/08/2023, 4:10 PMmigration_tools.py is old. If so, would be good to update the docs (and I guess remove that old file?).ancient-application-36103
08/08/2023, 9:30 PMmigration_tools.py invokes an api endpoint exposed by the docker container (the migration service). As such the expected behavior is that this script will be used from outside and is not bundled in the docker imageancient-application-36103
08/08/2023, 9:30 PMrun_goose.py fileancient-application-36103
08/08/2023, 9:30 PMgoose manually and forego this contraption of migration_tools.pymammoth-rainbow-82717
08/09/2023, 8:08 AMmammoth-rainbow-82717
08/09/2023, 8:08 AMmammoth-rainbow-82717
08/09/2023, 10:15 AMancient-application-36103
08/09/2023, 5:27 PMmammoth-rainbow-82717
08/09/2023, 5:56 PMmammoth-rainbow-82717
08/10/2023, 11:06 AMmammoth-rainbow-82717
08/10/2023, 11:09 AMdockerimage Github action in this repo seems to have some pretty old pins to the checkout and build-push-action actions. https://github.com/Netflix/metaflow-service/blob/master/.github/workflows/dockerimage.yml#L14
This is resulting in some warnings on the action runs - https://github.com/Netflix/metaflow-service/actions/runs/5685654496mammoth-rainbow-82717
08/10/2023, 11:10 AMancient-application-36103
08/11/2023, 12:26 AM