### Goal Provide mechanisms for initializing empty tables and handling backfill logic. ### Description * Add config options for controlling initial table state: `config(backfill='none' | 'manual' | 'auto')` * Support creating empty target tables before MVs are populated. * Ensure backfilling does not block or break the MV linkage.