William Lo created GOBBLIN-1677:
-----------------------------------
Summary: Fix timezone property in TimeAwareRecursiveCopyableDataset
Key: GOBBLIN-1677
URL: https://issues.apache.org/jira/browse/GOBBLIN-1677
Project: Apache Gobblin
Issue Type: Bug
Components: gobblin-core
Reporter: William Lo
Assignee: Abhishek Tiwari
Fix bug where TimeAwareRecursiveCopyableDataset could not read user configured
timezones due to not reading the key correctly.
Line 72 : {{DateTimeZone.forID(DATE_PATTERN_TIMEZONE_KEY))}} ===> should be
{{DateTimeZone.forID(properties.get(DATE_PATTERN_TIMEZONE_KEY)))}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)