Extension is not yet supported.
+1
This is needed for the AdventureWorks dataset
-- Support to auto-generate UUIDs (aka GUIDs)
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE EXTENSION tablefunc;
General issue fixed in 9f4c158. Specific extensions will be tracked in separate issues.
Currently opened #1867 to track uuid-ossp support. Note that pgcrypto is already supported and it has support for generating UUIDs (e.g. gen_random_uuid()). cc @dodilp
Most helpful comment
This is needed for the AdventureWorks dataset
-- Support to auto-generate UUIDs (aka GUIDs)
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE EXTENSION tablefunc;