[RESULT][VOTE] Release Airflow 2.2.5 from 2.2.5rc3

2022-04-03 Thread Ephraim Anierobi
Hello, Apache Airflow 2.2.5 (based on RC3) has been accepted. 5 “+1” binding votes received: - Ephraim Anierobi - Jarek Potiuk - Jed Cunningham - Kamil Bregula - Kaxil Naik 3 "+1" non-binding votes received: - Josh Fell - Dennis Akpenyi - Daniel Standish Vote thread: https://lists.apache.org/t

[GitHub] [airflow] Bowrna commented on a diff in pull request #22695: Fix Breeze2 autocomplete

2022-04-03 Thread GitBox
Bowrna commented on code in PR #22695: URL: https://github.com/apache/airflow/pull/22695#discussion_r841361924 ## dev/breeze/src/airflow_breeze/utils/run_utils.py: ## @@ -102,6 +99,9 @@ def check_package_installed(package_name: str) -> bool: def get_filesystem_type(filepath

[GitHub] [airflow] Bowrna commented on a diff in pull request #22713: Prepare Breeze2 for prime time :)

2022-04-03 Thread GitBox
Bowrna commented on code in PR #22713: URL: https://github.com/apache/airflow/pull/22713#discussion_r841357528 ## dev/breeze/src/airflow_breeze/breeze.py: ## @@ -19,77 +19,414 @@ import shutil import subprocess import sys +from dataclasses import dataclass from pathlib impor

[GitHub] [airflow] collinmcnulty commented on a diff in pull request #22332: Events Timetable

2022-04-03 Thread GitBox
collinmcnulty commented on code in PR #22332: URL: https://github.com/apache/airflow/pull/22332#discussion_r841303365 ## airflow/timetables/events.py: ## @@ -0,0 +1,83 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. Se

[GitHub] [airflow] potiuk commented on a diff in pull request #22327: Rewrite Selective Check in Python

2022-04-03 Thread GitBox
potiuk commented on code in PR #22327: URL: https://github.com/apache/airflow/pull/22327#discussion_r841269986 ## dev/breeze/src/airflow_ci/sc_get_changed_files.py: ## @@ -0,0 +1,71 @@ +#!/usr/bin/env python3 Review Comment: All of the above should use "get_changed_files" bu

[GitHub] [airflow] potiuk commented on a diff in pull request #22327: Rewrite Selective Check in Python

2022-04-03 Thread GitBox
potiuk commented on code in PR #22327: URL: https://github.com/apache/airflow/pull/22327#discussion_r841269891 ## dev/breeze/src/airflow_ci/sc_get_changed_files.py: ## @@ -0,0 +1,71 @@ +#!/usr/bin/env python3 Review Comment: I think we do not need a separate command for "get

Re: [DISCUSSION] AIP-49 OpenTelemetry Support for Apache Airflow

2022-04-03 Thread Elad Kalif
Thanks Howard! Sorry for the delay, this was a long read. The PDF alone is 19 pages :) looks very good! I have 6 questions/points to raise: 1. I'm not clear about what is to happen with StatsD . It states "Make OpenTelemetry and StatsD optional and interchangeable." But do we want to support bo

[DISCUSS] Adding Delta Sharing provider

2022-04-03 Thread Alex Ott
Hello all I want to start discussion about addition of the provider for Delta Sharing protocol - open source protocol for data sharing between organizations. There is already a number of data providers adopted it - for example, Nasdaq, Nyse, AWS, etc. (see site). The pro