Hello
I am trying to add a new column load_date to target stream using meltano-map- transformer,
how can i make this column created with timestamp datatype
in target table, with the below yml its getting created as string in this format YYYY-MM-DDTHH24;MI:SS.ssss
mappers:
- name: meltano-map-transformer
variant: meltano
pip_url: git+<https://github.com/MeltanoLabs/meltano-map-transform.git>
mappings:
- name: table_mapping
config:
stream_maps:
dbo-cust:
__alias__: cust_v1
load_date: datetime.datetime.now()