SAAS_CONNECTOR_YAML_CONFIG_SOURCE_ASYNC_JOB_ERROR error condition
An error occurred in the SaaS connector source async job component.
AMBIGUOUS_EXTRACTED_FIELD
Table '<table>': retriever.<field> matched more than one value in the async job response; expected exactly one. Narrow its field_path.
DUPLICATE_STATUS_MAPPING
Table '<table>': async job status '<status>' is mapped by both '<firstBucket>' and '<secondBucket>'. Each raw API status can appear in only one retriever.status_mapping bucket.
JOB_CREATION_FAILED
Table '<table>': async job creation failed after <attempts> attempt(s).
JOB_FAILED
Table '<table>': async job '<jobId>' failed after <attempts> attempt(s).
JOB_TIMED_OUT
Table '<table>': async job '<jobId>' timed out after <attempts> attempt(s).
MISSING_DOWNLOAD_TARGET_EXTRACTOR
Table '<table>': retriever.download_target_requester requires retriever.download_target_extractor.
MISSING_EXTRACTED_FIELD
Table '<table>': retriever.<field> matched no value in the async job response. Check its field_path.
NO_DOWNLOAD_TARGET
Table '<table>': async job '<jobId>' completed but resolved no download target. Check retriever.download_target_extractor, or map this status to 'skipped' if empty results are expected.
UNKNOWN_JOB_STATUS
Table '<table>': async job returned unknown status '<status>'. Check retriever.status_mapping.