mwvgroup / pittgoogle-user-demos

GNU General Public License v3.0
2 stars 0 forks source link

Add additional timestamps to BigQuery table #21

Closed hernandezc1 closed 1 year ago

hernandezc1 commented 1 year ago

In order to create metrics of the processing time of alerts in our pipeline for the ELAsTiCC2 challenge, additional parameters need to be added into the BigQuery table.

The following timestamps are added in this PR:

The following files are modified:

These updates have been tested. A classifier instance with testid = timestamp was deployed (with trigger_topic = elasticc-loop), and the classifications were written to the following BigQuery table: elasticc_alerts_timestamp

hernandezc1 commented 1 year ago

@troyraen I was able to include the alertId in the BigQuery table schema. Here's the BigQuery table containing the results of my testing

troyraen commented 3 months ago

Fixes #3