hi guys.. how are you? so.. I'll try add support f...
# advanced-need-help
u
hi guys.. how are you? so.. I'll try add support for trino sqls and tables in datasets.pandas.. but I take a look in the kedro source code and notice that the sqldataset should work for every type of database.. but right now, trino-sqlalchemy only works for basic cases.. if we need to set something like ssl settings the con url doesnt support and then we need to use the native trino connection class.. I wondering if make sense add this for now and exactly where should I add.. because I can only imagine something like datasets.pandas.trino_sql_dataset.. but I dont know if this aproach make sense for the project..