Create a Dynamic Action on a Page Load of Page 0 in your application. Provide an SQL query to fetch data from your existing database table, next supply a proper column mapping. Configure fetching ...
I'm trying to execute SQL query on Polars dataframes using SQLContext and below is my code: ctx = pl.SQLContext().register_many( {"tbl1": df_source, "tbl2": df_reference}) src_df = ...