Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-45764: Return ingest_date as astropy time from general query #1060

Merged
merged 2 commits into from
Aug 19, 2024

Commits on Aug 19, 2024

  1. Return ingest_date as astropy time from general query (DM-45764)

    There is no easy way to catch/convert ingest_date in the rows returned
    from all queries. For now only the general query can return ingest_date,
    so it is an easy fix for that case, though it requires checking type
    of the value in that column for each row.
    andy-slac committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c94ecbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6366d3b View commit details
    Browse the repository at this point in the history