matt_cooley
12/10/2020, 2:07 AMselect:
- table_name.last_name
from the tap. I want it to drop users.last_name
from the target.douwe_maan
12/10/2020, 4:40 PMSCHEMA
messages anyway, with no way for the target to know that that column will never get a value and doesn't need to be created.matt_cooley
12/11/2020, 5:28 PMtable_name
• target table = src_table_name
douwe_maan
12/11/2020, 5:30 PMmatt_cooley
12/11/2020, 6:07 PM