In which scenario does using an external table simplify a data pipeline?
Snowflake external tables provide a read-only table interface over data files in external cloud storage, allowing those files to be queried without loading them into native Snowflake tables.
Community Discussion