You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cursor.execute(statement, parameters)
psycopg2.errors.UndefinedColumn: column datasources.cluster_name does not exist
LINE 1: ...tch_values_from AS datasources_fetch_values_from, datasource...
Please help with a fix
The text was updated successfully, but these errors were encountered:
@ArchanaSekhar20 I can't reproduce the issue, Does it happen with any chart or specific one? What about if you create a new chart? Maybe it is environmental, the error suggest that the chart's data source is missing a column ( cluster_name in this case).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
"/chart/add" is showing exception
cursor.execute(statement, parameters)
psycopg2.errors.UndefinedColumn: column datasources.cluster_name does not exist
LINE 1: ...tch_values_from AS datasources_fetch_values_from, datasource...
Please help with a fix
The text was updated successfully, but these errors were encountered: