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'}"}
   ```
   
   
![image](https://user-images.githubusercontent.com/14219201/142755452-28c0a44b-ac7c-4059-adff-453d35b4d5e9.png)
   


-- 
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


Reply via email to