4444class CloudDLPDeleteDlpJobOperator (CloudDLPDeleteDLPJobOperator ):
4545 """
4646 This class is deprecated.
47- Please use `airflow.contrib. operators.gcp_dlp_operator .CloudDLPDeleteDLPJobOperator`.
47+ Please use `airflow.providers.google.cloud. operators.dlp .CloudDLPDeleteDLPJobOperator`.
4848 """
4949
5050 def __init__ (self , * args , ** kwargs ):
5151 warnings .warn (
5252 """This class is deprecated.
53- Please use `airflow.contrib. operators.gcp_dlp_operator .CloudDLPDeleteDLPJobOperator`.""" ,
53+ Please use `airflow.providers.google.cloud. operators.dlp .CloudDLPDeleteDLPJobOperator`.""" ,
5454
5555 DeprecationWarning , stacklevel = 3
5656 )
@@ -60,13 +60,13 @@ def __init__(self, *args, **kwargs):
6060class CloudDLPGetDlpJobOperator (CloudDLPGetDLPJobOperator ):
6161 """
6262 This class is deprecated.
63- Please use `airflow.contrib. operators.gcp_dlp_operator .CloudDLPGetDLPJobOperator`.
63+ Please use `airflow.providers.google.cloud. operators.dlp .CloudDLPGetDLPJobOperator`.
6464 """
6565
6666 def __init__ (self , * args , ** kwargs ):
6767 warnings .warn (
6868 """This class is deprecated.
69- Please use `airflow.contrib. operators.gcp_dlp_operator .CloudDLPGetDLPJobOperator`.""" ,
69+ Please use `airflow.providers.google.cloud. operators.dlp .CloudDLPGetDLPJobOperator`.""" ,
7070 DeprecationWarning , stacklevel = 3
7171 )
7272 super ().__init__ (* args , ** kwargs )
@@ -75,13 +75,13 @@ def __init__(self, *args, **kwargs):
7575class CloudDLPGetJobTripperOperator (CloudDLPGetDLPJobTriggerOperator ):
7676 """
7777 This class is deprecated.
78- Please use `airflow.contrib. operators.gcp_dlp_operator .CloudDLPGetDLPJobTriggerOperator`.
78+ Please use `airflow.providers.google.cloud. operators.dlp .CloudDLPGetDLPJobTriggerOperator`.
7979 """
8080
8181 def __init__ (self , * args , ** kwargs ):
8282 warnings .warn (
8383 """This class is deprecated.
84- Please use `airflow.contrib. operators.gcp_dlp_operator .CloudDLPGetDLPJobTriggerOperator`.""" ,
84+ Please use `airflow.providers.google.cloud. operators.dlp .CloudDLPGetDLPJobTriggerOperator`.""" ,
8585 DeprecationWarning , stacklevel = 3
8686 )
8787 super ().__init__ (* args , ** kwargs )
@@ -90,13 +90,13 @@ def __init__(self, *args, **kwargs):
9090class CloudDLPListDlpJobsOperator (CloudDLPListDLPJobsOperator ):
9191 """
9292 This class is deprecated.
93- Please use `airflow.contrib. operators.gcp_dlp_operator .CloudDLPListDLPJobsOperator`.
93+ Please use `airflow.providers.google.cloud. operators.dlp .CloudDLPListDLPJobsOperator`.
9494 """
9595
9696 def __init__ (self , * args , ** kwargs ):
9797 warnings .warn (
9898 """This class is deprecated.
99- Please use `airflow.contrib. operators.gcp_dlp_operator .CloudDLPListDLPJobsOperator`.""" ,
99+ Please use `airflow.providers.google.cloud. operators.dlp .CloudDLPListDLPJobsOperator`.""" ,
100100 DeprecationWarning , stacklevel = 3
101101 )
102102 super ().__init__ (* args , ** kwargs )
0 commit comments