aprettyloner edited a comment on issue #10288:
URL: https://github.com/apache/airflow/issues/10288#issuecomment-906012109


   My team is also seeing the deprecation warning for decorator in 
`gcs_to_bigquery` on all `GCSToBigQueryOperator` imports. This is noisy and 
leads some of our developers to think we need to make a code change.
   ```
   
/home/airflow/.local/lib/python3.8/site-packages/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py:31
 DeprecationWarning: This decorator is deprecated.
   
   In previous versions, all subclasses of BaseOperator must use apply_default 
decorator for the`default_args` feature to work properly.
   
   In current version, it is optional. The decorator is applied automatically 
using the metaclass.
   ```


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