How to use it
After pushing data to Qobra with the Record ingestion route ,
you’ll receive an import_id
. Since Qobra record ingestion is performed as a
background task, you’ll have to fetch your import details to verify it went
successfully.
Used to identify the import
Each import contains information about their status, progress and potential errors. Note that imports stack together, meaning that a single import can show data about several data tables.
data_import. data_tables_details
Detailed information for each data table imported
data_import.data_tables_details. progress
Indicates the progress percentage for the given data table.
data_import.data_tables_details. status
Available options:
finished
,
scheduled
,
started
data_import.data_tables_details. type
Origin of the import. All the imports coming from your api calls will be labeled api
Available options:
api
,
csv
,
integration
data_import.data_tables_details. data_table_key
API key used to identify the data table (the one you used to forge the url for record ingestion).
data_import.data_tables_details. error
Details about the error that have occurred for the data tables
data_import.data_tables_details.error. description
data_import.data_tables_details.error. parsing_error_details
Detail of the error that happened for each line of the import.
data_import.data_tables_details.error.parsing_error_details. details
More details about the stacktrace of the error.
data_import.data_tables_details.error.parsing_error_details. line_number
Import line where the error occurred
data_import.data_tables_details.error.parsing_error_details. row
Row that was input when the error occurred
data_import.data_tables_details.error. title
data_import.data_tables_details. number_of_records
Number of records imported, can be null.
Whether an error happened during the import
Indicates the progress percentage of your import
Available options:
finished
,
scheduled
,
started
Import finish time if started, null otherwise
Import launch time if started, null otherwise