Overview
Nuclei ETL Firehose supports logging and reporting of event metadata processed within the Nuclei ETL Firehose data pipeline.
Summary
The following information is available for all events processed by Nuclei ETL Firehose:
- customer_id (Primary Key, UUID)
- event_id (Sort Key, UUID)
- event_time (date time.isoformat)
- object_key (text)
- transcription_job_status (text)
- language_code (text)
- media_format (text)
- archived_time (date time.isoformat)
- target_api_status_code (integer)
- target_api_reason (text)
Definitions
customer_id (UUID)
This is your unique Nuclei customer ID.
event_id (UUID)
This is the unique ID assigned to the event being processed.
event_time (date time.isoformat)
This reflects the date and time the event was received by ETL Firehose.
object_key (text)
This reflects the filename or unique identified for the event received by ETL Firehose.
transcription_job_status (text)
This reflects the status of the speech-to-text job for the related event.
Valid values include:
- QUEUED
- IN_PROGRESS
- FAILED
- COMPLETED
language_code (text)
This reflects the language code for the language spoken in the source audio file.
media_format (text)
This reflects the format of the input media file.
archived_time (date time.isoformat)
This reflects the date and time the event was archived by ETL Firehose to any 3rd party application.
target_api_status_code (integer)
This reflects the HTTP status code received during archiving to a 3rd party REST API.
target_api_reason (text)
This reflects the HTTP Reason Phrase received during archiving to a 3rd party REST API.
More Information
For more information on the reporting capabilities of ETL Firehose, please contact our team at hello@nuclei.ai ✌️
Comments
0 comments
Please sign in to leave a comment.