Add test to verify parameters match between operator and decorator #48448
Labels
area:providers
good first issue
kind:meta
High-level information important to the community
provider:cncf-kubernetes
Kubernetes (k8s) provider related issues
Body
We shouldn't have notes like:
airflow/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/operators/pod.py
Lines 236 to 237 in 6508f12
this is very easy to miss both by PR author and the reviewer
The task:
Add tests to all existed decorators to make sure the parameter list they accept match to the operator.
Committer
The text was updated successfully, but these errors were encountered: