Chandan Malla
09/28/2023, 6:56 AMNok Lam Chan
09/28/2023, 8:27 AMChandan Malla
09/28/2023, 10:09 AMNok Lam Chan
09/28/2023, 10:56 AMcreate_connection
method by subclass the SQLDataSet
.Chandan Malla
09/28/2023, 3:51 PMNok Lam Chan
09/28/2023, 4:05 PMChandan Malla
09/29/2023, 6:29 AMNok Lam Chan
09/29/2023, 10:13 AMYou can override theThis will be the workaroundmethod by subclass thecreate_connection
.SQLDataSet
class CustomSQLDataSet(SQLDataSet):
def create_connection(self, <extra_args>:
...
Chandan Malla
09/29/2023, 10:26 AMNok Lam Chan
09/29/2023, 10:31 AM