Refresh Failed after new column added to source file

Additional columns, usually, wouldn’t cause an issue. They might just not be included in the data you ingest (depending on how you’ve set your query up)

From the snippet/image you posted it looks like your query is failing as it is looking for Column13 and it is no longer there.

"The column ‘Column13’ of the table wasn’t found…"

Fix that and your query should resolve.

DJ

1 Like