Is there a way to stop running pd.read_sql?
I have form where user enter sql query and I am running query using pd.read_sql and showing results of it, but if user accidently add long running quqery than I want to stop running pd.read_sql query.
I have form where user enter sql query and I am running query using pd.read_sql and showing results of it, but if user accidently add long running quqery than I want to stop running pd.read_sql query.