(airflow) branch main updated: Correct wording typo in tests/conftest.py (#37645)

2024-02-22 Thread uranusjr
This is an automated email from the ASF dual-hosted git repository. uranusjr pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new 185e158b18 Correct wording typo in

Re: [PR] Correct wording typo in tests/conftest.py [airflow]

2024-02-22 Thread via GitHub
boring-cyborg[bot] commented on PR #37645: URL: https://github.com/apache/airflow/pull/37645#issuecomment-1960877197 Awesome work, congrats on your first merged pull request! You are invited to check our [Issue Tracker](https://github.com/apache/airflow/issues) for additional

Re: [PR] Correct wording typo in tests/conftest.py [airflow]

2024-02-22 Thread via GitHub
uranusjr merged PR #37645: URL: https://github.com/apache/airflow/pull/37645 -- 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:

Re: [PR] Introducing Logical Operators for dataset conditional logic [airflow]

2024-02-22 Thread via GitHub
sunank200 commented on code in PR #37101: URL: https://github.com/apache/airflow/pull/37101#discussion_r1500292451 ## airflow/datasets/__init__.py: ## @@ -106,8 +112,90 @@ class DatasetAny(_DatasetBooleanCondition): agg_func = any +def __init__(self, *objects:

Re: [PR] Introducing Logical Operators for dataset conditional logic [airflow]

2024-02-22 Thread via GitHub
sunank200 commented on code in PR #37101: URL: https://github.com/apache/airflow/pull/37101#discussion_r1500292042 ## airflow/datasets/__init__.py: ## @@ -106,8 +112,90 @@ class DatasetAny(_DatasetBooleanCondition): agg_func = any +def __init__(self, *objects:

Re: [PR] Introducing Logical Operators for dataset conditional logic [airflow]

2024-02-22 Thread via GitHub
sunank200 commented on code in PR #37101: URL: https://github.com/apache/airflow/pull/37101#discussion_r1500291884 ## airflow/datasets/__init__.py: ## @@ -73,6 +73,12 @@ def __eq__(self, other): def __hash__(self): return hash(self.uri) +def __or__(self,

Re: [PR] Introducing Logical Operators for dataset conditional logic [airflow]

2024-02-22 Thread via GitHub
sunank200 commented on code in PR #37101: URL: https://github.com/apache/airflow/pull/37101#discussion_r1500291702 ## airflow/datasets/__init__.py: ## @@ -73,6 +73,12 @@ def __eq__(self, other): def __hash__(self): return hash(self.uri) +def __or__(self,

Re: [I] Status of testing of Apache Airflow 2.8.2rc1 [airflow]

2024-02-22 Thread via GitHub
ephraimbuddy commented on issue #37617: URL: https://github.com/apache/airflow/issues/37617#issuecomment-1960844138 > Tested my changes > > * [Fixing status icon alignment for various views  #36804](https://github.com/apache/airflow/pull/36804) is not working as expected, not sure

(airflow) annotated tag 2.8.2rc2 updated (5bb0e93166 -> 85bfa412a4)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to annotated tag 2.8.2rc2 in repository https://gitbox.apache.org/repos/asf/airflow.git *** WARNING: tag 2.8.2rc2 was modified! *** from 5bb0e93166 (commit) to 85bfa412a4 (tag)

Re: [PR] Add post endpoint for dataset events [airflow]

2024-02-22 Thread via GitHub
Lee-W commented on code in PR #37570: URL: https://github.com/apache/airflow/pull/37570#discussion_r1500277317 ## airflow/www/static/js/components/Table/Cells.tsx: ## @@ -150,6 +150,9 @@ export const TaskInstanceLink = ({ cell: { value, row } }: CellProps) => { const {

Re: [PR] Add post endpoint for dataset events [airflow]

2024-02-22 Thread via GitHub
Lee-W commented on code in PR #37570: URL: https://github.com/apache/airflow/pull/37570#discussion_r1500277317 ## airflow/www/static/js/components/Table/Cells.tsx: ## @@ -150,6 +150,9 @@ export const TaskInstanceLink = ({ cell: { value, row } }: CellProps) => { const {

svn commit: r67508 - /dev/airflow/2.8.2rc1/

2024-02-22 Thread ephraimanierobi
Author: ephraimanierobi Date: Fri Feb 23 07:07:13 2024 New Revision: 67508 Log: Remove old release: 2.8.2rc1 Removed: dev/airflow/2.8.2rc1/

svn commit: r67507 - /dev/airflow/2.8.2rc2/

2024-02-22 Thread ephraimanierobi
Author: ephraimanierobi Date: Fri Feb 23 07:06:31 2024 New Revision: 67507 Log: Add artifacts for Airflow 2.8.2rc2 Added: dev/airflow/2.8.2rc2/ dev/airflow/2.8.2rc2/apache-airflow-2.8.2-source.tar.gz (with props) dev/airflow/2.8.2rc2/apache-airflow-2.8.2-source.tar.gz.asc

(airflow) branch main updated: Add local airflow + configuration cleanup (#37644)

2024-02-22 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new 2f4dda95a8 Add local airflow + configuration

Re: [PR] Add local airflow + configuration cleanup [airflow]

2024-02-22 Thread via GitHub
potiuk merged PR #37644: URL: https://github.com/apache/airflow/pull/37644 -- 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:

(airflow) branch main updated: Small improvements in package preparation output (#37642)

2024-02-22 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new 457a2fdd0c Small improvements in package

Re: [PR] Small improvements in package preparation output [airflow]

2024-02-22 Thread via GitHub
potiuk merged PR #37642: URL: https://github.com/apache/airflow/pull/37642 -- 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:

(airflow) annotated tag constraints-2.8.2rc2 updated (5983e2f69d -> 43c333c644)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to annotated tag constraints-2.8.2rc2 in repository https://gitbox.apache.org/repos/asf/airflow.git *** WARNING: tag constraints-2.8.2rc2 was modified! *** from 5983e2f69d (commit) to

(airflow) branch v2-8-stable updated (2c0a119147 -> 5bb0e93166)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-8-stable in repository https://gitbox.apache.org/repos/asf/airflow.git from 2c0a119147 Update RELEASE_NOTES.rst add 5803f03a24 Move `IMPORT_ERROR` from DAG related

Re: [PR] Sync v2-8-stable with v2-8-test to release 2.8.2 [airflow]

2024-02-22 Thread via GitHub
ephraimbuddy merged PR #37637: URL: https://github.com/apache/airflow/pull/37637 -- 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:

Re: [PR] Introducing Logical Operators for dataset conditional logic [airflow]

2024-02-22 Thread via GitHub
sunank200 commented on code in PR #37101: URL: https://github.com/apache/airflow/pull/37101#discussion_r1500260607 ## airflow/datasets/__init__.py: ## @@ -106,8 +112,90 @@ class DatasetAny(_DatasetBooleanCondition): agg_func = any +def __init__(self, *objects:

Re: [PR] Implement AIP-60 Dataset URI formats [airflow]

2024-02-22 Thread via GitHub
jedcunningham commented on code in PR #37005: URL: https://github.com/apache/airflow/pull/37005#discussion_r1500259622 ## tests/datasets/test_dataset.py: ## @@ -45,18 +45,31 @@ def clear_datasets(): pytest.param("", id="empty"), pytest.param("\n\t",

Re: [PR] Add post endpoint for dataset events [airflow]

2024-02-22 Thread via GitHub
Lee-W commented on code in PR #37570: URL: https://github.com/apache/airflow/pull/37570#discussion_r1500255255 ## airflow/api_connexion/endpoints/dataset_endpoint.py: ## @@ -311,3 +323,37 @@ def delete_dataset_queued_events( "Queue event not found",

Re: [PR] Add post endpoint for dataset events [airflow]

2024-02-22 Thread via GitHub
Lee-W commented on code in PR #37570: URL: https://github.com/apache/airflow/pull/37570#discussion_r1500254709 ## airflow/api_connexion/endpoints/dataset_endpoint.py: ## @@ -311,3 +323,37 @@ def delete_dataset_queued_events( "Queue event not found",

[I] Status of testing Providers that were prepared on February 23, 2024 [airflow]

2024-02-22 Thread via GitHub
eladkal opened a new issue, #37648: URL: https://github.com/apache/airflow/issues/37648 ### Body I have a kind request for all the contributors to the latest provider packages release. Could you please help us to test the RC versions of the providers? The guidelines on

[PR] Add documentation for packages - 2024-02-23 [airflow-site]

2024-02-22 Thread via GitHub
eladkal opened a new pull request, #965: URL: https://github.com/apache/airflow-site/pull/965 (no comment) -- 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,

(airflow-site) branch add-documentation-2024-02-23 created (now ba3923f635)

2024-02-22 Thread eladkal
This is an automated email from the ASF dual-hosted git repository. eladkal pushed a change to branch add-documentation-2024-02-23 in repository https://gitbox.apache.org/repos/asf/airflow-site.git at ba3923f635 Add documentation for packages - 2024-02-23 This branch includes the

Re: [PR] Introducing Logical Operators for dataset conditional logic [airflow]

2024-02-22 Thread via GitHub
Lee-W commented on code in PR #37101: URL: https://github.com/apache/airflow/pull/37101#discussion_r1500235447 ## airflow/datasets/__init__.py: ## @@ -106,8 +112,91 @@ class DatasetAny(_DatasetBooleanCondition): agg_func = any +def __init__(self, *objects: Dataset

(airflow) branch main updated: Fix passing packages as arguments to build-docs (#37646)

2024-02-22 Thread eladkal
This is an automated email from the ASF dual-hosted git repository. eladkal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new 8eb7d97e65 Fix passing packages as arguments to

Re: [PR] Fix passing packages as arguments to build-docs [airflow]

2024-02-22 Thread via GitHub
eladkal merged PR #37646: URL: https://github.com/apache/airflow/pull/37646 -- 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:

(airflow) annotated tag providers-teradata/2.0.0rc1 updated (cef52cbdbb -> 0a7f3ef0be)

2024-02-22 Thread eladkal
This is an automated email from the ASF dual-hosted git repository. eladkal pushed a change to annotated tag providers-teradata/2.0.0rc1 in repository https://gitbox.apache.org/repos/asf/airflow.git *** WARNING: tag providers-teradata/2.0.0rc1 was modified! *** from cef52cbdbb (commit)

svn commit: r67506 - /dev/airflow/providers/

2024-02-22 Thread eladkal
Author: eladkal Date: Fri Feb 23 06:04:45 2024 New Revision: 67506 Log: Add artifacts for Airflow Providers 2024-02-23 Added: dev/airflow/providers/apache_airflow_providers_teradata-2.0.0-py3-none-any.whl (with props)

Re: [PR] Introducing Logical Operators for dataset conditional logic [airflow]

2024-02-22 Thread via GitHub
uranusjr commented on code in PR #37101: URL: https://github.com/apache/airflow/pull/37101#discussion_r1500240334 ## airflow/datasets/__init__.py: ## @@ -106,8 +112,90 @@ class DatasetAny(_DatasetBooleanCondition): agg_func = any +def __init__(self, *objects:

(airflow) branch main updated: Clean up webserver endpoints adding to audit log (#37580)

2024-02-22 Thread bbovenzi
This is an automated email from the ASF dual-hosted git repository. bbovenzi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new d663d8bc76 Clean up webserver endpoints adding

Re: [PR] Clean up webserver endpoints adding to audit log [airflow]

2024-02-22 Thread via GitHub
bbovenzi merged PR #37580: URL: https://github.com/apache/airflow/pull/37580 -- 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:

Re: [PR] Introducing Logical Operators for dataset conditional logic [airflow]

2024-02-22 Thread via GitHub
uranusjr commented on code in PR #37101: URL: https://github.com/apache/airflow/pull/37101#discussion_r1500240073 ## airflow/datasets/__init__.py: ## @@ -106,8 +112,90 @@ class DatasetAny(_DatasetBooleanCondition): agg_func = any +def __init__(self, *objects:

Re: [PR] Introducing Logical Operators for dataset conditional logic [airflow]

2024-02-22 Thread via GitHub
uranusjr commented on code in PR #37101: URL: https://github.com/apache/airflow/pull/37101#discussion_r1500239430 ## airflow/datasets/__init__.py: ## @@ -106,8 +112,90 @@ class DatasetAny(_DatasetBooleanCondition): agg_func = any +def __init__(self, *objects:

svn commit: r67505 - /dev/airflow/providers/

2024-02-22 Thread eladkal
Author: eladkal Date: Fri Feb 23 06:00:47 2024 New Revision: 67505 Log: delete old providers Removed: dev/airflow/providers/apache_airflow_providers_fab-1.0.2-py3-none-any.whl dev/airflow/providers/apache_airflow_providers_fab-1.0.2-py3-none-any.whl.asc

Re: [PR] Show custom instance names for a mapped task in UI [airflow]

2024-02-22 Thread via GitHub
uranusjr commented on PR #36797: URL: https://github.com/apache/airflow/pull/36797#issuecomment-1960774255 Some todos after this PR is merged: * There are still places in the UI we still show the raw map index. We should either change them to show the rendered value, or both (in e.g.

svn commit: r67504 - /dev/airflow/providers/

2024-02-22 Thread eladkal
Author: eladkal Date: Fri Feb 23 05:58:46 2024 New Revision: 67504 Log: delete old providers Added: dev/airflow/providers/apache_airflow_providers_fab-1.0.2-py3-none-any.whl (with props) dev/airflow/providers/apache_airflow_providers_fab-1.0.2-py3-none-any.whl.asc

Re: [PR] Introducing Logical Operators for dataset conditional logic [airflow]

2024-02-22 Thread via GitHub
sunank200 commented on code in PR #37101: URL: https://github.com/apache/airflow/pull/37101#discussion_r1500225342 ## docs/apache-airflow/authoring-and-scheduling/timetable.rst: ## @@ -212,9 +212,29 @@ Here's an example of a DAG using ``DatasetTimetable``: In this example,

Re: [PR] Introducing Logical Operators for dataset conditional logic [airflow]

2024-02-22 Thread via GitHub
sunank200 commented on code in PR #37101: URL: https://github.com/apache/airflow/pull/37101#discussion_r1500222490 ## docs/apache-airflow/authoring-and-scheduling/datasets.rst: ## @@ -237,6 +237,85 @@ Example: Note that this example is using `(.values() | first | first)

(airflow) branch constraints-main updated: Updating constraints. Github run id:8014681448

2024-02-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch constraints-main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-main by this push: new 1aa546aa18 Updating

Re: [I] Status of testing of Apache Airflow 2.8.2rc1 [airflow]

2024-02-22 Thread via GitHub
amoghrajesh commented on issue #37617: URL: https://github.com/apache/airflow/issues/37617#issuecomment-1960732054 Tested my changes * https://github.com/apache/airflow/pull/36804 is not working as expected, not sure why. The changes are present here already

Re: [I] Unable to import dags in dag_bag.py [airflow]

2024-02-22 Thread via GitHub
boring-cyborg[bot] commented on issue #37647: URL: https://github.com/apache/airflow/issues/37647#issuecomment-1960730563 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for

[I] Unable to import dags in dag_bag.py [airflow]

2024-02-22 Thread via GitHub
krisnaru opened a new issue, #37647: URL: https://github.com/apache/airflow/issues/37647 ### Apache Airflow version 2.8.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Unable to load DAGs using dag_bag.py also

[PR] Fix passing packages as arguments to build-docs [airflow]

2024-02-22 Thread via GitHub
amoghrajesh opened a new pull request, #37646: URL: https://github.com/apache/airflow/pull/37646 In addition to https://github.com/apache/airflow/pull/37636, we should also fix for build-docs --- **^ Add meaningful description above** Read the **[Pull

Re: [PR] Add excluded/included events to get_event_logs api [airflow]

2024-02-22 Thread via GitHub
jedcunningham commented on code in PR #37641: URL: https://github.com/apache/airflow/pull/37641#discussion_r1500198885 ## tests/api_connexion/endpoints/test_event_log_endpoint.py: ## @@ -291,6 +291,29 @@ def test_should_filter_eventlogs_by_when(self, create_log_model,

(airflow) branch main updated (977d8cb5d9 -> cef52cbdbb)

2024-02-22 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from 977d8cb5d9 Fix passing packages using arguments (#37636) add cef52cbdbb Remove extra space in tests

Re: [PR] Remove extra space in tests warning message [airflow]

2024-02-22 Thread via GitHub
jedcunningham merged PR #37643: URL: https://github.com/apache/airflow/pull/37643 -- 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:

[PR] Correct wording typo in tests/conftest.py [airflow]

2024-02-22 Thread via GitHub
tungbq opened a new pull request, #37645: URL: https://github.com/apache/airflow/pull/37645 Minor updates to correct wording typo in `tests/conftest.py` --- **^ Add meaningful description above** Read the **[Pull Request

Re: [PR] Fix unexpected keyword argument 'secret_path' in secrets.kv.v2 [airflow]

2024-02-22 Thread via GitHub
tungbq commented on code in PR #37626: URL: https://github.com/apache/airflow/pull/37626#discussion_r1500125625 ## airflow/providers/hashicorp/_internal_client/vault_client.py: ## @@ -472,6 +472,6 @@ def create_or_update_secret( ) else:

Re: [PR] pre-commit(codespell): use all lowercase for `spelling_wordlist.txt` [airflow]

2024-02-22 Thread via GitHub
github-actions[bot] commented on PR #36651: URL: https://github.com/apache/airflow/pull/36651#issuecomment-1960547044 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for

Re: [I] Add Connection tab driver class\path text fields are hidden due to bad alignment [UI-ISSUE] [airflow]

2024-02-22 Thread via GitHub
github-actions[bot] commented on issue #37198: URL: https://github.com/apache/airflow/issues/37198#issuecomment-1960547017 This issue has been automatically marked as stale because it has been open for 14 days with no response from the author. It will be closed in next 7 days if no further

(airflow) branch constraints-2-8 updated: Updating constraints. Github run id:8011411765

2024-02-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch constraints-2-8 in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-2-8 by this push: new 9883e21af8 Updating

(airflow) branch constraints-main updated: Updating constraints. Github run id:8011526049

2024-02-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch constraints-main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-main by this push: new 717c48b1bc Updating

Re: [PR] Implement `get_permitted_menu_items` in AWS auth manager [airflow]

2024-02-22 Thread via GitHub
o-nikolas commented on code in PR #37627: URL: https://github.com/apache/airflow/pull/37627#discussion_r1500073659 ## airflow/providers/amazon/aws/auth_manager/avp/facade.py: ## @@ -125,62 +130,97 @@ def is_authorized( return resp["decision"] == "ALLOW" -def

Re: [PR] Fixing Errors (Update Connexion Library to version 3) [airflow]

2024-02-22 Thread via GitHub
Satoshi-Sh closed pull request #37555: Fixing Errors (Update Connexion Library to version 3) URL: https://github.com/apache/airflow/pull/37555 -- 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

Re: [PR] Fixing Errors (Update Connexion Library to version 3) [airflow]

2024-02-22 Thread via GitHub
Satoshi-Sh commented on PR #37555: URL: https://github.com/apache/airflow/pull/37555#issuecomment-1960530583 This PR had an issue with rebasing. We moved to #37638 instead of this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Add excluded/included events to get_event_logs api [airflow]

2024-02-22 Thread via GitHub
jedcunningham commented on code in PR #37641: URL: https://github.com/apache/airflow/pull/37641#discussion_r1500047969 ## tests/api_connexion/endpoints/test_event_log_endpoint.py: ## @@ -291,6 +291,38 @@ def test_should_filter_eventlogs_by_when(self, create_log_model,

[PR] Add local airflow + configuration cleanup [airflow]

2024-02-22 Thread via GitHub
potiuk opened a new pull request, #37644: URL: https://github.com/apache/airflow/pull/37644 Our CI sometimes reuses same runner for several jobs (this is until we switch to --ephemeral runners) and this might lead to some side-effects between runners. When the two runners are run for

[PR] Remove extra space in tests warning message [airflow]

2024-02-22 Thread via GitHub
jedcunningham opened a new pull request, #37643: URL: https://github.com/apache/airflow/pull/37643 This might be the most inconsequential PR I'll ever open, but I can't help but see the extra space every time :( -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Small improvements in package preparation output [airflow]

2024-02-22 Thread via GitHub
potiuk commented on code in PR #37642: URL: https://github.com/apache/airflow/pull/37642#discussion_r1500026116 ## dev/breeze/src/airflow_breeze/commands/release_management_commands.py: ## @@ -451,7 +451,12 @@ def _check_sdist_to_wheel_dists(dists_info:

Re: [PR] Small improvements in package preparation output [airflow]

2024-02-22 Thread via GitHub
jedcunningham commented on code in PR #37642: URL: https://github.com/apache/airflow/pull/37642#discussion_r1500021429 ## dev/breeze/src/airflow_breeze/commands/release_management_commands.py: ## @@ -451,7 +451,12 @@ def _check_sdist_to_wheel_dists(dists_info:

Re: [PR] Small improvements in package preparation output [airflow]

2024-02-22 Thread via GitHub
potiuk commented on PR #37642: URL: https://github.com/apache/airflow/pull/37642#issuecomment-1960427329 Before: https://github.com/apache/airflow/assets/595491/0e0cbc9b-a8c8-4ec6-8b4d-92c4fc47e902;> After:

[PR] Small improvements in package preparation output [airflow]

2024-02-22 Thread via GitHub
potiuk opened a new pull request, #37642: URL: https://github.com/apache/airflow/pull/37642 Recent change (#37476) added a bit of clutter to the output of the release commands and made it a little difficult to see what is going on. This PR Fixes those issues: * stdout from venv

(airflow-site) branch gh-pages updated (6e43e2430e -> d496e747c0)

2024-02-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch gh-pages in repository https://gitbox.apache.org/repos/asf/airflow-site.git discard 6e43e2430e Rewritten history to remove past gh-pages deployments new d496e747c0 Rewritten history to

(airflow) branch main updated (383b7b72c5 -> 977d8cb5d9)

2024-02-22 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from 383b7b72c5 Update build dependencies to latest (#37639) add 977d8cb5d9 Fix passing packages using arguments

Re: [PR] Fix passing packages using arguments [airflow]

2024-02-22 Thread via GitHub
potiuk merged PR #37636: URL: https://github.com/apache/airflow/pull/37636 -- 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:

(airflow) branch v2-8-test updated (b2946e252f -> 5bb0e93166)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git from b2946e252f Update Release Note add 5bb0e93166 Update build dependencies to latest (#37639) No new

(airflow) branch main updated (254d7eb898 -> 383b7b72c5)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from 254d7eb898 Fix few small release issues found during 2.8.2 preparation (#37633) add 383b7b72c5 Update

Re: [PR] Update build dependencies to latest [airflow]

2024-02-22 Thread via GitHub
ephraimbuddy merged PR #37639: URL: https://github.com/apache/airflow/pull/37639 -- 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:

[PR] Add excluded/included events to get_event_logs api [airflow]

2024-02-22 Thread via GitHub
bbovenzi opened a new pull request, #37641: URL: https://github.com/apache/airflow/pull/37641 Allow API users to specify what events to include or exclude when listing event logs closes https://github.com/apache/airflow/issues/37582 --- **^ Add meaningful

Re: [PR] Fix failing main due to pre-commit [airflow]

2024-02-22 Thread via GitHub
ephraimbuddy closed pull request #37640: Fix failing main due to pre-commit URL: https://github.com/apache/airflow/pull/37640 -- 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.

[PR] Fix failing main due to pre-commit [airflow]

2024-02-22 Thread via GitHub
ephraimbuddy opened a new pull request, #37640: URL: https://github.com/apache/airflow/pull/37640 (no comment) -- 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

(airflow-site) branch main updated: Fix up code of conduct (#964)

2024-02-22 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow-site.git The following commit(s) were added to refs/heads/main by this push: new 3e0e34e99d Fix up code of conduct (#964)

Re: [PR] Fix up code of conduct [airflow-site]

2024-02-22 Thread via GitHub
potiuk merged PR #964: URL: https://github.com/apache/airflow-site/pull/964 -- 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:

[PR] Update build dependencies to latest [airflow]

2024-02-22 Thread via GitHub
potiuk opened a new pull request, #37639: URL: https://github.com/apache/airflow/pull/37639 --- **^ Add meaningful description above** Read the **[Pull Request

[PR] Migrate to connexion v3 [airflow]

2024-02-22 Thread via GitHub
sudiptob2 opened a new pull request, #37638: URL: https://github.com/apache/airflow/pull/37638 --- **^ Add meaningful description above** Read the **[Pull Request

Re: [PR] Introduce mechanism to support multiple executor configuration [airflow]

2024-02-22 Thread via GitHub
o-nikolas commented on PR #37635: URL: https://github.com/apache/airflow/pull/37635#issuecomment-1960350732 Converting to draft while I work on test failures :heart: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Fix passing packages using arguments [airflow]

2024-02-22 Thread via GitHub
potiuk commented on code in PR #37636: URL: https://github.com/apache/airflow/pull/37636#discussion_r1499957917 ## dev/breeze/src/airflow_breeze/commands/release_management_commands.py: ## @@ -774,17 +774,17 @@ def prepare_provider_packages( perform_environment_checks()

(airflow) branch v2-8-test updated (e6988a0b20 -> b2946e252f)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git discard e6988a0b20 Update Release Note add b2946e252f Update Release Note This update added new revisions

[PR] Sync v2-8-stable with v2-8-test to release 2.8.2 [airflow]

2024-02-22 Thread via GitHub
ephraimbuddy opened a new pull request, #37637: URL: https://github.com/apache/airflow/pull/37637 Time for `2.8.2rc2` -- 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

[PR] Fix passing packages using arguments [airflow]

2024-02-22 Thread via GitHub
potiuk opened a new pull request, #37636: URL: https://github.com/apache/airflow/pull/37636 The #37502 added --package-list option to prepare-provider-packages and publish-docs release management command, but in cases packages were passed by arguments it actually generated empty list of

(airflow) 05/09: Allow pre-population of trigger form values via URL parameters (#37497)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 512682bb940cd71d488b158a642523c2834679dd Author: Jens Scheffler

(airflow) 08/09: Fix few small release issues found during 2.8.2 preparation (#37633)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 503c0c539f576083983e779d5e76babb3870dbcb Author: Jarek Potiuk AuthorDate: Thu Feb 22 22:11:29 2024 +0100

(airflow) 06/09: fix: sort dag processing stats by last_runtime (#37302)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit b441d8834fc99641196f1395118928be85dca68f Author: Narendra-Neerukonda AuthorDate: Wed Feb 21 18:31:07 2024

(airflow) branch v2-8-test updated (2c0a119147 -> e6988a0b20)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git from 2c0a119147 Update RELEASE_NOTES.rst new 5803f03a24 Move `IMPORT_ERROR` from DAG related permissions

(airflow) 07/09: Fix spelling of `airflow` (#37601)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 2fccb4c0189940ad7a035287f1c73a846ff1b6d9 Author: John Bampton AuthorDate: Thu Feb 22 05:42:56 2024 +1000

(airflow) 03/09: Base date for fetching dag grid view must include selected run_id (#34887)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 95ef3476b45c06ecc08fad53bd5f56a8c6abbe70 Author: HTErik <89977373+hte...@users.noreply.github.com>

(airflow) 09/09: Update Release Note

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit e6988a0b200509e6f8319c46d145514eef66c7b8 Author: Ephraim Anierobi AuthorDate: Thu Feb 22 22:24:52 2024

(airflow) 02/09: Check permissions for ImportError (#37468)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 90255d9d44a649025f588497f6c82177dad48326 Author: Jed Cunningham

(airflow) 01/09: Move `IMPORT_ERROR` from DAG related permissions to view related permissions (#37292)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 5803f03a24e4d9042da4cf0217af015b5bd5747d Author: Vincent <97131062+vincb...@users.noreply.github.com>

(airflow) 04/09: fix: front dagview - explicit wording - next run (#32964)

2024-02-22 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit ad2b5735c0afc54d37bd30398a17bf6a282d323b Author: raphaelauv AuthorDate: Tue Feb 20 22:41:06 2024 +0100

Re: [PR] Fixing Errors (Update Connexion Library to version 3) [airflow]

2024-02-22 Thread via GitHub
sudiptob2 commented on code in PR #37555: URL: https://github.com/apache/airflow/pull/37555#discussion_r1499953541 ## airflow/cli/commands/internal_api_command.py: ## @@ -240,11 +241,11 @@ def create_app(config=None, testing=False): with flask_app.app_context():

Re: [PR] Fixing Errors (Update Connexion Library to version 3) [airflow]

2024-02-22 Thread via GitHub
vincbeck commented on code in PR #37555: URL: https://github.com/apache/airflow/pull/37555#discussion_r1499951957 ## airflow/cli/commands/internal_api_command.py: ## @@ -240,11 +241,11 @@ def create_app(config=None, testing=False): with flask_app.app_context():

Re: [I] Status of testing of Apache Airflow 2.8.2rc1 [airflow]

2024-02-22 Thread via GitHub
Satoshi-Sh commented on issue #37617: URL: https://github.com/apache/airflow/issues/37617#issuecomment-1960323300 In case, someone doesn't not know how to run this version. (I asked Yarek how to do it.)

(airflow) branch main updated: Fix few small release issues found during 2.8.2 preparation (#37633)

2024-02-22 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new 254d7eb898 Fix few small release issues found

Re: [PR] Fix few small release issues found during 2.8.2 preparation [airflow]

2024-02-22 Thread via GitHub
potiuk merged PR #37633: URL: https://github.com/apache/airflow/pull/37633 -- 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:

Re: [PR] Fixing Errors (Update Connexion Library to version 3) [airflow]

2024-02-22 Thread via GitHub
sudiptob2 commented on code in PR #37555: URL: https://github.com/apache/airflow/pull/37555#discussion_r1499941678 ## airflow/cli/commands/internal_api_command.py: ## @@ -240,11 +241,11 @@ def create_app(config=None, testing=False): with flask_app.app_context():

  1   2   3   >