guoyuepeng commented on PR #646:
URL: https://github.com/apache/griffin/pull/646#issuecomment-2050884672
existing trigger are usually like
public interface Trigger {
@Nullable
Date nextExecutionTime(TriggerContext triggerContext);
}
but we need something like
Trigger with CitiesDimension with SeasonDimension
those cities are dynamically injected
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]