select only some column to insert

Hi
I am trying to only insert few columns in a table but seems dbt does not have this option.
e.g. insert into table a (id,name) select id,name from stage_table.
Seems a very basic feature but not able to do in dbt. Any idea how to get around this without sending nulls to the rest of the columns?