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

   Support for RedshiftCreateClusterOperator
   
   It makes sense to add RedshiftCreateClusterOperator. It would allow me to 
test my Redshift related DAG in a more automated way by only using the Airflow 
operator/sensor. In the current implementation, `RedshiftCreateClusterOperator` 
does not wait for the cluster to come to an available state rather it submits 
create job and returns metadata. If someone wants to wait for a particular 
cluster state can use `RedshiftClusterSensor` after 
`RedshiftCreateClusterOperator`.
   
   - Add an example operator, RedshiftCreateClusterOperator class and unit test 
   


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