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
Hello, I tried to add new column to my dataset in superset (launch with docker-compose) using sync column from data source (postgresql).
but when I click "Sync colum from source" the new column appears on the list, but when I clicked save, an error message appear :
Error OLD_API_CHECK_DATASET_OWNERSHIP
I tried the following things in the config.py file and relaunch superset :
changing OLD_API_CHECK_DATASET_OWNERSHIP = True to False
remove the entire line OLD_API_CHECK_DATASET_OWNERSHIP
But I still get the same error message. Do you have any idea how to debug this ?
browser type and version: Chrome Version 100.0.4896.75 (Build officiel) (64 bits)
superset version: 1.4.2
python version: 3.9.12
node.js version: do not know where to check
The text was updated successfully, but these errors were encountered:
Hello, I tried to add new column to my dataset in superset (launch with docker-compose) using sync column from data source (postgresql).
but when I click "Sync colum from source" the new column appears on the list, but when I clicked save, an error message appear :
Error OLD_API_CHECK_DATASET_OWNERSHIP
I tried the following things in the config.py file and relaunch superset :
But I still get the same error message. Do you have any idea how to debug this ?
The text was updated successfully, but these errors were encountered: