Skip to content

stack trace if datafaker does not have permission to write orm.yaml #125

Description

@tim-band

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:

datafaker make-tables

Presumably we could get the same effect with datafaker make-tables --force after changing the ownership of an existing orm.yaml to root.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions