The November 2024 release of Data Integration includes the following changed behavior.
Source partitioning
When you configure pass-through partitions in a Source transformation, you use a dropdown menu to switch between the SQL query and source filter.
Previously, the table row contained text boxes for both the SQL query and the source filter.
For more information about source paritioning, see Transformations.
Taskflows
Taskflows include the following changed behaviors:
•The Skip if Running check box on the Advanced tab of a taskflow is replaced with the Concurrent taskflow execution list. Use the Concurrent taskflow execution list to enable or disable concurrent taskflow execution. If you enable concurrent taskflow execution, multiple instances of the taskflow can run at the same time. By default, concurrent execution is enabled. If you disable concurrent taskflow execution, the taskflow does not create a new instance when another instance is still running. Any error that occurs during the concurrent taskflow execution will be displayed only when you run the taskflow as an API or by using the RunAJob utility.
•When you configure the event source on the Start tab of a taskflow, you can click the new Select button to browse and select a file listener from a list of event sources.
Previously, you had to select a file listener from a drop-down list.