Santiago Cárdenas

Results 1 comments of Santiago Cárdenas

The error is solved by changing the method `get_joined_tables` in the file [38_a9422eeaae74_new_dataset_models_take_2.py](https://github.com/apache/superset/blob/master/superset/migrations/versions/2022-04-01_14-38_a9422eeaae74_new_dataset_models_take_2.py) at line 638 by next code: ```python def get_joined_tables(offset, limit): # Import aliased from sqlalchemy from sqlalchemy.orm...