You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/26 10:40:00 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #25280: Adding support for owner links in the Dags view UI

potiuk commented on code in PR #25280:
URL: https://github.com/apache/airflow/pull/25280#discussion_r929807063


##########
airflow/models/baseoperator.py:
##########
@@ -16,6 +16,8 @@
 # specific language governing permissions and limitations
 # under the License.
 """Base operator for all operators."""
+from __future__ import annotations

Review Comment:
   We don't use yet __future__ annotations. We discussed that we want to do it, but in order to make cherry-picking easier, we will globally add them just before we release 2.4 to not make cherry-picking more difficult than it should be.
   
   https://lists.apache.org/thread/81fr042s5d3v17v83bpo24tnrr2pp0fp
   
   Can you please remove those for now?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org