aakashnand opened a new pull request, #27095:
URL: https://github.com/apache/airflow/pull/27095

   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)
   
   
   Let me know if any changes or additional work is required
   
   
   Stale PR was opened by me a long time ago, creating a new one again because 
the old one could not be reopened. 
   
   https://github.com/apache/airflow/pull/19733


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to