You need to load CSV files from GCS to BigQuery. The schema changes frequently. Which approach handles schema evolution automatically?
Load jobs with auto-detect enabled adapt to schema changes in CSV files.
Why this answer
BigQuery schema auto-detection combined with ingestion into a landing table supports schema evolution if configured properly.