Hi, I am new to Streamsets, started using it today.
I have a task to create some entries in a big query table, that represent the number of records in returned by an API call.
I can do this using power automate, without issue, but power automate doesn’t support posting the BigQuery.
roughly speaking the process I have in power automate is….
- Http get
- array is returned
- get length of the array
- post the result to DB table
I need to use Streamsets and BQ as these have been specified as a requirement.
thanks in advance