Skip to content

DM-54971: Add trailAlgorithm, trail_flag, reliabilityVerison, and exposureTime into the schemas#60

Merged
bsmartradio merged 1 commit into
mainfrom
tickets/DM-54971
Jun 26, 2026
Merged

DM-54971: Add trailAlgorithm, trail_flag, reliabilityVerison, and exposureTime into the schemas#60
bsmartradio merged 1 commit into
mainfrom
tickets/DM-54971

Conversation

@ebellm

@ebellm ebellm commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

No description provided.

with open("alert.json", "r") as f:
data = json.load(f)

schema = packet.SchemaRegistry.from_filesystem(schema_root="lsst.v11_0.alert").get_by_version("11.0")

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
schema = packet.SchemaRegistry.from_filesystem(schema_root="lsst.v11_0.alert").get_by_version("11.0")
schema = packet.SchemaRegistry.from_filesystem(schema_root="lsst.v11_1.alert").get_by_version("11.1")

@ebellm ebellm requested a review from bsmartradio June 25, 2026 20:29

@bsmartradio bsmartradio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All tests pass, test alerts were sent and work fine.

@bsmartradio bsmartradio changed the title DM-54971: Add trailAlgorithm and trail_flag into the schemas DM-54971: Add trailAlgorithm, trail_flag, reliabilityVerison, and exposureTime into the schemas Jun 25, 2026
@bsmartradio bsmartradio merged commit 1362a8d into main Jun 26, 2026
10 checks passed
@bsmartradio bsmartradio deleted the tickets/DM-54971 branch June 26, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants