'How to make generate bearer token google data fusion

I'm creating a simple real-time Google Data Fusion pipeline where the Sink is an HTTP callout to a custom Salesforce endpoint. The request body will be provided by a previous step in the pipeline. The endpoint requires a dynamically generated bearer token in the Authorization header. The plugin itself (HTTP Properties v1.2.2) doesn't seem to support any ouath parameters. What is the best way to go about this approach so that I can make that HTTP call with a dynamically generated token in the headers, at the end of the pipeline? Thank you for any help.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source