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.