ETL Post Actions

There are certain actions that you may want to perform before the execution of target components.

A Post Action tab is available at the emitters for all batch pipelines.

These actions could be performed on the targets:

SQL

Option to execute SQL at target level during runtime. The target records will get updated based on the query and connection details provided in the Post Action tab.

Stored Procedure

Option to invoke a stored procedure or function stored in a database.

To do so, an appropriate JDBC connection should be provided.

Further, as per the established connection the relevant Stored Procedure or Function that needs to be invoked should be selected from the drop-down menu.

Ignore Action Error

The Ignore Action Error option is available so that even if for some reason the action configured fails to execute, the pipeline runs without getting impacted.

Ignore While Execution

The Ignore While Execution option is available to keep only the configuration intact in the pipeline, but the configured action will not get executed.

Top