vargacypher opened a new issue, #39140:
URL: https://github.com/apache/airflow/issues/39140

   ### Description
   
   Making calls to Clickhouse over ssh protocol could be make with SSHOperator 
or BashOperator, but could we abstract it more to make somenthing more specific 
to clickhouse ?
   
   I don't know if it's make sense or just something that wee missed.
   
   ### Use case/motivation
   
   Today we use a lot of ssh calls to connect to Clickhouse servers and execute 
commands there  using **clickhouse-client** or use a intermediam server (ETL 
server)  that has multiples Clikhouse server acess via Native Protocol, and 
executes the **clickhouse-client** commands from there using the Clickhouse 
Host.
   
   I'd like to have and specific SSHClickhouseOperator and hook to do interect 
with clickhouse over ssh.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to