Found this running the datafaker docker:
docker run --rm --user $(id -u):$(id -g) --network host -e SRC_SCHEMA=public -e SRC_DSN=postgresql://tim:tim@localhost/moma -itv ./output:/data timband/datafaker
without first mkdir output. Then within the docker shell, write:
Presumably we could get the same effect with datafaker make-tables --force after changing the ownership of an existing orm.yaml to root.
Found this running the datafaker docker:
without first
mkdir output. Then within the docker shell, write:Presumably we could get the same effect with
datafaker make-tables --forceafter changing the ownership of an existingorm.yamlto root.