Solved
Can we add Current timestamp dynamically in mapping set
Hi All,
We are using parquet file format and in mapping set I am trying to insert current timestamp into one of the attributes.
Tried below Mapping configuration
"sourceType": "ATTRIBUTE",
"source": "current_timestamp()",
"destination": "_XXXXX.systemTime"
}
"sourceType": "ATTRIBUTE",
"source": "{{now()}}",
"destination": "_XXXXX.systemTime"
}
Timestamp is not ingested. any help will be appreciated!!
