Make MagicETL Dataflow Formula Preview Match Data Output

Options

in some cases when running the preview I get one result and when I run the dataset I get another. For example I have a formula SHIPDATETIME defined as " ADDTIME(DATE(`SHIPDATE`), TIME(`SHIPTIME`)) ". When I run this in the Dataflow preview I get the expected result when I run the dataflow the output dataset does not match the preview. This seems to be dependent on the Dataflow Setting of time zone. The time zone setting is seen in preview functions such as now() but not in the addtime function. I wonder if there's different code being used in the preview vs actual runtime that needs to be updated to make the behavior consistent.

Tagged:
2
2 votes

Active · Last Updated