Hii! I want to implement a simple ELT, from airta...
# getting-started
j
Hii! I want to implement a simple ELT, from airtable to bigquery but I have to make some transform, (like renaming columns) its there an easy way to do this without using dbt, or what ur recommendation!
p
Hey @jenn_leon - yes theres a couple ways to do this. Using stream maps https://sdk.meltano.com/en/latest/stream_maps.html with an SDK based tap or target or using an inline mapper plugin https://docs.meltano.com/concepts/plugins#mappers that sits between any tap or target.
Heres an example of how we've configured stream maps with the sdk based tap-github https://gitlab.com/meltano/squared/-/blob/master/data/meltano.yml#L74
j
Amazing, thanks i’m gonna try that right now! thankyou