Profile or Observer run fails and does not display statistics.
Profile or Observer run fails when the tables or columns in your dataset has double quotes in the name.
Problem
The Profile or Observer fails to save or run when your table or column contains double quotes in the name. A failed Profile or Observer does not display statistics for that dataset.
Error message
In the following examples, the column name is "id" and the table names are "test3" and "test_double".
Save observer Failed. tables[0].columns[].name has invalid value “id"|tables[0].name has invalid value “test3".
Save observer Failed. tables[0].name has invalid value "test_double".
Workaround:
Review your data assets for tables or columns with single or double quotes in their names, like ‘TableName’ or “ColumnName”. Quoted database objects can cause Profile or Observer runs to fail. Consider renaming affected objects without quotes.