If I delete a column from the tap “select list”, i...
# plugins-general
m
If I delete a column from the tap “select list”, is there any way to have that drop propagate to the target. For example, if I remove:
Copy code
select:
    - table_name.last_name
from the tap. I want it to drop
users.last_name
from the target.