Skip to content

Commit

Permalink
Implement history seach for Cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-slac committed Mar 14, 2022
1 parent 814c12d commit 7cde542
Show file tree
Hide file tree
Showing 5 changed files with 405 additions and 187 deletions.
3 changes: 2 additions & 1 deletion python/lsst/dax/apdb/apdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ def getDiaForcedSourcesHistory(self,
Notes
-----
This part of API may not be very stable and can change before the
implementation finalizes.
implementation finalizes. Some implementations may not support region
filtering, they will return records from the whole sky.
"""
raise NotImplementedError()

Expand Down

0 comments on commit 7cde542

Please sign in to comment.