Open
Description
🐛 Problem
ADF pipeline 'ingestion_ExecuteETL' is failing daily. Specifically, the first 'ingestion_ETL_dataExplorer' run will fail, but every run after will succeed. The error messages are also not helpful.
- Pipeline errors: Operation on target For Each Old File failed: Activity failed because an inner activity failed; Inner activity name: Execute, Error: Operation on target Ingestion Failed Error failed: Failed to interpret Ingestion Failed Error fail message or error code
- Activity errors:
{
"message": "Failed to interpret Ingestion Failed Error fail message or error code",
"errorCode": "ErrorCodeNotString"
}
👣 Repro steps
- Deploy FinOps (0.7) with Azure Data Explorer Cluster
- Grant the Azure Data Factory's Managed Identity "Department Reader" access at the Enterprise Agreement level
- Configure the scope to the Enterprise Agreement billing account
- Configure daily export of cost data (manual)
- See failed pipeline run in ADF monitor
🤔 Expected
'ingestion_ExecuteETL' should not fail daily. Also, more detailed error messages should be provided.
📷 Screenshots
Putting this here to show the first job always points to the 0th parquet file (first file in the manifest).
ℹ️ Additional context
Daily export has been succeeding since the start of the month but a few days ago begun this behavior.
Also I have confirmed that data is missing in ADX.
🙋♀️ Ask for the community
We could use your help:
- Please vote this issue up (👍) to prioritize it.
- Leave comments to help us solidify the vision.