appdb database if it doesn't already exist. Think of this as creating a folder to organise all the tables the pipeline will use.pageviews_daily table structure — defining what columns it will have (date, URL, country, view count) — but doesn't put any data in it yet. The table uses Iceberg format for efficient updates later.