Hi @Zac
Thank you for reaching out to the community forum with your query.
Based on the error message you provided, it seems that the column "DSS_RECORDSOURCE" does not exist in the Parquet file. This error occurs intermittently for two folders, and you are using the value $$FILEPATH for the "DSS_RECORDSOURCE" column.
This might be the reason for this error could be that the Parquet file in question does not contain the "DSS_RECORDSOURCE" column. You can verify this by checking the schema of the Parquet file using a tool like Parquet Tools. If the column is missing, you can modify the Parquet file to include the "DSS_RECORDSOURCE" column.
Another possible reason for this error could be that the value of $$FILEPATH is not being resolved correctly for the two folders that are failing. You can try to debug this issue by checking the value of $$FILEPATH for the two folders that are failing. You can do this by adding a "Copy Data" activity to your pipeline and setting the source to the folder that is failing. Then, you can add a "Derived Column" activity to your pipeline and set the value of the "DSS_RECORDSOURCE" column to $$FILEPATH. Finally, you can add a "Sink" activity to your pipeline and set the sink to a file in Azure Blob Storage. This will allow you to check the value of $$FILEPATH for the two folders that are failing.
I hope this helps! Let me know if you have any further questions or concerns.