Join Slack
Powered by
Hii! I want to implement a simple ELT, from airta...
# getting-started
j
jenn_leon
05/02/2022, 12:31 PM
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
pat_nadolny
05/02/2022, 1:59 PM
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.
pat_nadolny
05/02/2022, 2:01 PM
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
jenn_leon
05/02/2022, 2:03 PM
Amazing, thanks i’m gonna try that right now!
thankyou
Open in Slack
Previous
Next