-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
When running the install script, the data from a number of tables seem to be left out of the import.
Example from the logs:
ProductVendor.csv: No such file or directory
Copying data into Purchasing.PurchaseOrderDetail
PurchaseOrderDetail.csv: No such file or directory
Copying data into Purchasing.PurchaseOrderHeader
PurchaseOrderHeader.csv: No such file or directory
Copying data into Purchasing.ShipMethod
ShipMethod.csv: No such file or directory
Looking into the install.sql script, I see some files are referenced relative to the the './data' directory:
adventure-works-postgres/install.sql
Line 178 in afcfd2d
| \copy Person.BusinessEntity FROM './data/BusinessEntity.csv' DELIMITER E'\t' CSV; |
while some others are not:
adventure-works-postgres/install.sql
Line 975 in afcfd2d
| \copy Purchasing.ProductVendor FROM 'ProductVendor.csv' DELIMITER E'\t' CSV; |
Metadata
Metadata
Assignees
Labels
No labels