Placeholder ETL Target

Target Configuration

Placeholder emitter is useful in case where a pipeline has a processor that does not require an emitter.

Example: In case of a custom processor, if the data is to be indexed on elastic search, an emitter is not required in such a case.

However, with Gathr, it is mandatory to have an emitter in the pipeline. A Placeholder emitter can be used in such a scenario to test the processor without the requirement of emitting the data using an actual emitter.

In the configuration window of a Placeholder Emitter enter the Priority value defining the execution order for the emitter.


Post Action

To understand how to provide SQL queries or Stored Procedures that will be executed during pipeline run, see Post-Actions →


Notes

Optionally, enter notes in the Notes → tab and save the configuration.

Top