Skip to content

Creation of empty tables on PG DB works but throws error  #847

Open
@TSchiefer

Description

@TSchiefer

IIRC, roughly the workflow is the following when calling copy_dm_to():

  1. create empty tables on DB
  2. set keys
  3. insert data

I would like to copy only empty tables, to prepare a DB for later insertion of data.
The result after the call is the desired one: the tables are there and key relations are all set, but the function runs into a dbAppendTable()-call which fails.

I think even if there is another preferrable method for doing this, we could make this work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions