The error message reads:
Operation on target Import data failed: Activity failed because an inner activity failed; Inner activity name: Transfer xxxxxxx, Error: Execution fail against sql server. Please contact SQL Server team if you need further support. Sql error number: 105221. Error Message: COPY statement input file schema discovery failed: Cannot bulk load file split because either secret or file_properties option is missing.
We also get this error is we simply do a "select" from said tables. To be clear, we're not using a copy into statement, just a select from the external table.
It seems like doing a select from an external table that was created in the dedicated sql pool triggers an internal copy into statement that in return results in an error.
It's for all our pipelines, even dropping and recreating the external tables results in the same error. We didn't do any releases to production. The fact that alle the pipelines suddenly have exactly the same error makes us think this must be a back-end issue.