yijie_wang
06/24/2022, 3:24 PMSOURCE NAME NAME CONVERSION
My_Name my_name
My Name my_name
MyName my_name
mYName m_yname
MyName123 my_name_123
My123name my_123_name
My_Name! my_name_
My_Name____c my_name_c
taylor
06/24/2022, 3:33 PMtarget-snowflake
that you use. I don't see a setting for that feature in https://github.com/transferwise/pipelinewise-target-snowflake
But I will say this is a good use case for dbt. If you're able to build thin source models on top of your raw data, you can build all of your downstream models off of that source layer and then if you migrate data EL tools you'd only have a single place to update any mappings like that. I did that at GitLab and it worked quite well as we migrated from Stitch to Fivetran to Meltano for different data sources https://gitlab.com/gitlab-data/analytics/-/blob/master/transform/snowflake-dbt/models/sources/sfdc/sfdc_opportunity_source.sqlalexander_butler
06/24/2022, 3:51 PMyijie_wang
06/24/2022, 4:49 PMtaylor
06/24/2022, 4:53 PMaaronsteers
06/24/2022, 5:31 PMstream_name_transform_rules
, which might be a list of regex search/replace patterns... 🤔aaronsteers
06/24/2022, 5:33 PMaaronsteers
06/24/2022, 5:35 PMyijie_wang
06/24/2022, 6:32 PMyijie_wang
11/04/2022, 11:33 AMSven Balnojan
11/04/2022, 12:01 PMyijie_wang
11/04/2022, 12:45 PMSven Balnojan
11/04/2022, 12:55 PMmappings:
- name: rename_column
config:
stream_maps:
new_table:
oldEmailColumn: null # drop
new_email_column: oldEmailColumn
...
yijie_wang
11/04/2022, 1:01 PMyijie_wang
11/04/2022, 1:07 PMSven Balnojan
11/04/2022, 1:35 PMyijie_wang
11/04/2022, 1:43 PMaaronsteers
11/04/2022, 6:16 PMaaronsteers
11/04/2022, 6:17 PMaaron_phethean
11/05/2022, 8:06 AMyijie_wang
11/07/2022, 12:00 PMyijie_wang
11/07/2022, 12:02 PMyijie_wang
11/18/2022, 12:45 PMaaron_phethean
11/18/2022, 8:52 PM