aakashnand opened a new pull request #19733: URL: https://github.com/apache/airflow/pull/19733
Hi, I was using the Trino provider package of airflow. While using I found out that I am not able to set `session_properties` for the Trino connector. So I am creating this PR to fix this. This way if the user needs to add session_properties from Airflow UI they can add it like below ``` {"catalog": "hive", "protocol": "https", "session_properties": "{'hive.insert_existing_partitions_behavior':'OVERWRITE', 'scale_writers':'true','task_writer_count':'1','writer_min_size':'32MB'}"} ```  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org