DIRECT
DIRECT copied to clipboard
DIRECT, the Data Integration Run-time Execution Control Tool, is a data logistics control framework that can be used to monitor, log, audit and control data integration / ETL processes.
It's not always clear when the evaluations are done and custom code is run. Add a clear demarkation between DIRECT debugging and client code.
When calling omd.[GetBatchModuleActiveIndicatorValue] in omd.ModuleEvaluation the parameters BatchId en ModuleId are passed through. However, in GetBatchModuleActiveIndicatorValue there may be an issue how ModuleId and BatchId are processed, resulting in the...
Bumps System.Text.Json from 8.0.1 to 8.0.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 3.0.8 to 4.61.3. Release notes Sourced from Microsoft.Identity.Client's releases. 4.61.3 Bug Fixes Exclude the use of WSTrust for ROPC flow except for AAD authorities. See [Issue #4791](AzureAD/microsoft-authentication-library-for-dotnet#4791)...
Spawned from Fix code scanning alert - A "TODO" or similar was left in source code, possibly indicating incomplete functionality The creation of batch hierarchies allows any batch to reference...
Some of the post-deployment scripts that populate lookups and reference data uses an update on the target, but some are still using the v1 approach, which is an insert where...
Currently, debug information is ephemeral and only visible when enabling the debug flag in the procedure calls. It would be convenient to allow these messages to be written to the...
Add rollback support outside of the database. Rollback is still only supported in-engine. Future releases could enable the output of Module Instance IDs to allow rollback management externally. This can...
in several cases the code columns have been expanded to nvarchar(1000) to not limit any designs unnecessarily. however, these can/should then not be indexed, as SQL server fails if a...