potiuk commented on code in PR #27962:
URL: https://github.com/apache/airflow/pull/27962#discussion_r1039666221
##########
airflow/providers/common/sql.pyi:
##########
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one
Review Comment:
Ah. Turned out that was actually a result of one of earlier experiments with
stubgen. This is what the current post-processing of the stubgen produces. Just
the "meat".
```
⌁0% [jarek:~/code/airflow] add-pre-commmits-sql-mypy+ 5s ± tree
out/common/sql
out/common/sql
├── hooks
│ └── sql.pyi
├── operators
│ └── sql.pyi
└── sensors
└── sql.pyi
```
--
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]