Skip to content

Invoke-Cmd throwing when attempting to execute the two COPY INTO statements in 06-create-tables-in-wwi-security-schema.sql #3

@nachoalonsoportillo

Description

@nachoalonsoportillo

Line 219 of 01-environment-setup.ps1 copies customerinfo.csv from source to destination keeping original relative path as "wwi-02/customer-info/customerinfo.csv"

However, later down when Invoke-Cmd executes 06-create-tables-in-wwi-security-schema.sql, it throws an exception when the first COPY INTO statement attempts to get the file from a non-existing location "wwi-02/security/customerinfo.csv".

The second COPY INTO statement in that same .sql file also throws same exception because it is trying to access a file which doesn't either exist.

Thanks in advance for looking into this @ciprianjichici.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions