ashb commented on a change in pull request #6822: [AIRFLOW-5616] Refactor 
presto hook to support transactions.
URL: https://github.com/apache/airflow/pull/6822#discussion_r358126057
 
 

 ##########
 File path: setup.py
 ##########
 @@ -299,6 +299,9 @@ def write_version(filename: str = 
os.path.join(*["airflow", "git_version"])):
 postgres = [
     'psycopg2-binary>=2.7.4',
 ]
+presto = [
+    'presto-python-client>=0.7.0'
 
 Review comment:
   This is probably a bit too loose. We should at least add 
   ```suggestion
       'presto-python-client>=0.7.0,<1'
   ```
   
   And depending on the version history of this project `<0.8` might even make 
sense.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to