-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add datetime parsing for executing UDFs at timestamps.
This change adds the initial step for executing UDFs at timestamps. To allow users to specify a timestamp of a registered UDF to use, we add `@` followed by a timestamp to the name of the UDF. For example, to execute the version of `my/udf` as it was as of 2023-06-17 at 07:16 UTC, they would execute: "my/udf@2023-06-17 07:16" This is unambiguous and avoids the need to add a new parameter, which would be difficult to name and could shadow parameters in user code.
- Loading branch information
1 parent
4f115b5
commit 004d9be
Showing
2 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters