potiuk commented on a change in pull request #19918:
URL: https://github.com/apache/airflow/pull/19918#discussion_r762640851
##########
File path: airflow/providers/alibaba/cloud/example_dags/example_oss_bucket.py
##########
@@ -14,6 +14,10 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
+
+# Ignore mypy argument checking. Some operator args will be passed via
``default_args``.
+# type: ignore[call-arg]
Review comment:
Agree. We have a few parallel changes for that one and hopefully we'll
find some good solutions for similar cases.
--
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]