A simple workflow to import your data from localhost to your remote Hasura instance. I think this is not the best way but this is how it worked from me after many tries.
hasura init --directory my-project --endpoint http://localhost:8080
cd my-project
hasura migrate create "init" --from-server