turbaszek commented on a change in pull request #7864: GCP SparkR operator
URL: https://github.com/apache/airflow/pull/7864#discussion_r398088165
 
 

 ##########
 File path: airflow/providers/google/cloud/operators/dataproc.py
 ##########
 @@ -1359,6 +1359,128 @@ def execute(self, context):
         super().execute(context)
 
 
+class DataprocSubmitSparkRJobOperator(DataprocJobBaseOperator):
 
 Review comment:
   The `DataprocJobBaseOperator` as well as other XJobOperators will be deleted 
in future:
   ```
           # TODO: Remove one day
           warnings.warn(
               "The `{cls}` operator is deprecated, please use 
`DataprocSubmitJobOperator` instead. You can use"
               " `generate_job` method of `{cls}` to generate dictionary 
representing your job"
               " and use it with the new 
operator.".format(cls=type(self).__name__),
               DeprecationWarning,
               stacklevel=1
           )
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to