-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Register dagster scheduled job to re-materialize alldocs daily (#810)
* create materialize_alldocs_daily schedule * style: reformat * style: reformat * snake-case job name for materialize_alldocs_daily * fix: do not partially sync via selected endpoints Want to use a dagster sensor or mongo change stream listener to cover all updates, e.g. via queries:run or via side channel direct mongo update. * feat: atomic replace of `alldocs` - restore `materialize_alldocs()` call for `apply_changesheet` and `apply_metadata_in` graphs - leave TODO for ensuring re-materialization on update via `POST /queries:run` (want this to no block API response) closes #809 * fix: rename * fix: pytest.mark.skip unrelated regression * Undo skipping of test now that its dependency has been satisfied --------- Co-authored-by: Jing - Peters MBP <jingcao.yale@gmail.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Mansi <mkshah605@gmail.com> Co-authored-by: Donny Winston <donny@polyneme.xyz> Co-authored-by: eecavanna <134325062+eecavanna@users.noreply.github.com>
- Loading branch information
1 parent
2bd127e
commit b328235
Showing
4 changed files
with
49 additions
and
37 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
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