Forum Discussion
PhilippM
Advocate I
2 years agoAdding pipeline extraction date to appended data rows
Hey there, I succesfully managed to connect a REST API and transfer the data to a Lakehouse table. I want to do monthly snapshots and append the data to the table. The REST API does not return an...
- 2 years ago
You can use Copy activity with REST as Source and add UTCNow() as the Additional Column
NandanHegde
Super User
2 years ago
You can use Copy activity with REST as Source and add UTCNow() as the Additional Column
PhilippM
Advocate I
2 years agoExactly what I was looking for! I was completely missing out on this option, thank you very much!