Open
Description
Hi, I am working through the migration guide and think I see an issue in the SQL script in the fourth create table command.
create table (your_schema)_derived.snowplow_unified_incremental_manifest as (select * from (your_schema)_derived.snowplow_web_incremental_manifest);
should be
create table (your_schema)_snowplow_manifest.snowplow_unified_incremental_manifest as (select * from (your_schema)_snowplow_manifest.snowplow_web_incremental_manifest);
Otherwise run into a table not existing error at the end of the script
update (your_schema)_snowplow_manifest.snowplow_unified_incremental_manifest
set model = replace(model, 'snowplow_web', 'snowplow_unified')
where 1=1;
Metadata
Metadata
Assignees
Labels
No labels