Hello Snowflake Team,
While following one of the official Snowflake tutorials, I noticed that it references the dataset KNOEMA_ECONOMY_DATA_ATLAS, which is no longer available in the Snowflake Data Marketplace.
This causes the tutorial steps to fail when users try to run:
USE DATABASE KNOEMA_ECONOMY_DATA_ATLAS;
or similar queries that reference this dataset.
Could you please update the tutorial to use an available public dataset (for example, from SNOWFLAKE_SAMPLE_DATA or another equivalent source)?
This will help new users successfully complete the tutorial without confusion or errors.