sul-dlss / dlme-airflow

This is a new repository to capture the work related to the DLME ETL Pipeline and establish airflow
Apache License 2.0
1 stars 0 forks source link

Unicode byte decode error in Koç transform_validation task #416

Closed jacobthill closed 1 year ago

jacobthill commented 1 year ago

The koch transform_validation task is failing with UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc4 in position 7158: invalid continuation byte

aaron-collier commented 1 year ago

@jacobthill this is passing transform validation for me (though reporting fails locally) - this is on dev: https://dlme-airflow-dev.stanford.edu/dags/koch/graph?execution_date=2023-07-13T00%3A17%3A51.927074%2B00%3A00

Screenshot 2023-07-12 at 5 32 24 PM
jacobthill commented 1 year ago

Nothing changed but it works now. I'm closing this and will re-open it if I encounter the issue again.