I am trying to connect to Impala DB through Dask Library to fetch all data from a table using the read_sql_table(). Need the connection string to connect to, I have tried using the connection string that I generally connect in Dbeaver but it fails saying that not able to load the plugin: 'impala'.
Can someone help me connect to the Impala DB using Dask library or let me know if Dask supports Impala connection? Thanks.