Skip to content

Commit

Permalink
Send to skypoortal marks sent=True
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed May 17, 2024
1 parent f63a6a0 commit 03707b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mirar/pipelines/winter/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,10 @@

load_avro = [SourceLoader(input_dir_name="preavro")]

load_skyportal = [SourceLoader(input_dir_name="preskyportal")]
load_skyportal = [
SourceLoader(input_dir_name="preskyportal"),
SourceBatcher(BASE_NAME_KEY),
]

send_to_skyportal = [
SkyportalCandidateUploader(**winter_fritz_config),
Expand Down

0 comments on commit 03707b5

Please sign in to comment.