0

I am new to Palantir and I need to send a dataset when a new data is created to an external api and add the response as a new column, is it possible or is there any way to receive this data in an external service?

I want to send data from a dataset to an external service and store its response.

1 Answers1

2

welcome to stackoverflow. Yes this is possible. Please review the documentation on external transforms here

In the future it is recommended that you create a minimal, verifiable, and reproducible example so we can answer your specific question directly.

Andrew Andrade
  • 2,608
  • 1
  • 17
  • 24
  • This will not work with external transforms because Input datasets are not supported. You will have to use an export task and go through Magritte. – nicornk Jan 30 '23 at 18:35
  • I think they can setup an external transform to get the data and join it in downstream. – Andrew Andrade Feb 14 '23 at 19:46