-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly record the time when a dataset is created and update the la…
…st_used time (#945) * Correctly record the time when a dataset is created. Also update the last_used time whenever the dataset is used in a transform. The create time had incorrectly been set to 0 and the last_used time set to the current date/time. We now correclty set the last_updated time to the current time along with last_used. Then any time the dataset is referenced, we update last_used. * Make initial dataset last used and last updated consistent for new records
- Loading branch information
1 parent
a769248
commit ca3d9ec
Showing
2 changed files
with
16 additions
and
8 deletions.
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