MIT-3445 |
add a ‘log_sdl’ parameter to ReflectTransform |
Added a log_sdl parameter (default value false ) to ReflectTransform . If true , the SDL present in the environment when the transform starts is logged, as is the final SDL present when the transform completes. |
Done |
MIT-3444 |
Update MaxTimestamp to work with naive datetime columns in SQL Server |
The MaxTimestamp step was updated to include support for database columns containing ‘naive’ datetime timestamps. Previously, MaxTimestamp could only be used with timezone aware (or numeric) column types. This support is enabled by the use of tz_aware: true as a parameter to MaxTimestamp . See the documentation for more information. |
Done |