(airflow-site) branch publish updated: Docs updated via refs/heads/main:b45fc7d4a2b595446d60af5ae4afeebe37dba5f5

2025-09-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch publish in repository https://gitbox.apache.org/repos/asf/airflow-site.git The following commit(s) were added to refs/heads/publish by this push: new 9860fff690 Docs updated via refs/he

(airflow-site) branch main updated: modify announcement on airflow summit as early bird tickets are sold out (#1236)

2025-09-04 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-site.git The following commit(s) were added to refs/heads/main by this push: new b45fc7d4a2 modify announcement on airflow sum

(airflow) branch main updated (fc29492e7ed -> 32c949c671c)

2025-09-04 Thread eladkal
This is an automated email from the ASF dual-hosted git repository. eladkal pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from fc29492e7ed refactor(hitl): remove unnecessary helper functions and reduce one call through joinedload (#55260)

Re: [PR] add stable note to BatchExecutor [airflow]

2025-09-04 Thread via GitHub
eladkal merged PR #55286: URL: https://github.com/apache/airflow/pull/55286 -- 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-unsubscr...@airflow.

Re: [PR] modify announcement on airflow summit as early bird tickets are sold out [airflow-site]

2025-09-04 Thread via GitHub
eladkal merged PR #1236: URL: https://github.com/apache/airflow-site/pull/1236 -- 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-unsubscr...@airfl

Re: [PR] Draft: Adds support for go worker in breeze start [airflow]

2025-09-04 Thread via GitHub
aritra24 commented on PR #52156: URL: https://github.com/apache/airflow/pull/52156#issuecomment-3257238916 I think that makes sense, I'd lost track of this one. I'll update the param name later today. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Remove python_callable as string from mapped operator in serialized Dag [airflow]

2025-09-04 Thread via GitHub
uranusjr commented on code in PR #55288: URL: https://github.com/apache/airflow/pull/55288#discussion_r2324176300 ## airflow-core/tests/unit/serialization/test_dag_serialization.py: ## @@ -3004,6 +3004,27 @@ def operator_extra_links(self): assert mapped_task.extra_links ==

Re: [PR] feat: create a new listener for asset events creation [airflow]

2025-09-04 Thread via GitHub
uranusjr commented on code in PR #55115: URL: https://github.com/apache/airflow/pull/55115#discussion_r2324209684 ## task-sdk/src/airflow/sdk/definitions/asset/__init__.py: ## @@ -703,3 +704,16 @@ class AssetAliasEvent(attrs.AttrsInstance): source_alias_name: str dest_

Re: [I] scheduler crash when mapped task instance in queued state is marked as failed and tries to handle email_on_failure [airflow]

2025-09-04 Thread via GitHub
tirkarthi commented on issue #55182: URL: https://github.com/apache/airflow/issues/55182#issuecomment-3252250722 Closing this as duplicate of #55211 which has an open PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Remove python_callable as string from mapped operator in serialized Dag [airflow]

2025-09-04 Thread via GitHub
uranusjr commented on code in PR #55288: URL: https://github.com/apache/airflow/pull/55288#discussion_r2324177051 ## airflow-core/tests/unit/serialization/test_dag_serialization.py: ## @@ -3004,6 +3004,27 @@ def operator_extra_links(self): assert mapped_task.extra_links ==

[PR] Remove python_callable as string from mapped operator in serialized Dag [airflow]

2025-09-04 Thread via GitHub
jedcunningham opened a new pull request, #55288: URL: https://github.com/apache/airflow/pull/55288 Remove string serialization of python_callable in mapped tasks partial_kwargs. This reduces the serialized Dag size. -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] feat: Implemented Filters UI for Asset View [airflow]

2025-09-04 Thread via GitHub
BrianLii commented on PR #54640: URL: https://github.com/apache/airflow/pull/54640#issuecomment-3257117756 > I found that AssetEventsFilter is displayed on multiple pages but only works on the Asset detail page (`/assets/{id}`). We could restrict the filters to only appear on `/assets

Re: [PR] UI: add vertical scroll to sidebar to prevent plugin cutoff [airflow]

2025-09-04 Thread via GitHub
guan404ming commented on PR #55265: URL: https://github.com/apache/airflow/pull/55265#issuecomment-3257099322 > (Or force people to buy 27" monitors if they install more than 2 plugins in the nav :-D) Good suggestion (just kidding :D) > I think a collapsible menu for more plugi

Re: [PR] Fix EdgeWorker multiprocessing pickle error on Windows [airflow]

2025-09-04 Thread via GitHub
github-advanced-security[bot] commented on code in PR #55284: URL: https://github.com/apache/airflow/pull/55284#discussion_r2324088238 ## providers/edge3/src/airflow/providers/edge3/cli/worker.py: ## @@ -175,48 +175,54 @@ return EdgeWorkerState.MAINTENANCE_MODE

[PR] ✨ Push cloud run execution to xcom [airflow]

2025-09-04 Thread via GitHub
morgan-dgk opened a new pull request, #55287: URL: https://github.com/apache/airflow/pull/55287 The `CloudRunExecuteJobOperator` currently pushes the parent Cloud Run Job associated with a job execution to xcom. The returned Cloud Run Job object does containing information concerning the mo

Re: [PR] refactor(hitl): remove unnecessary helper functions and reduce one call through joinedload [airflow]

2025-09-04 Thread via GitHub
Lee-W merged PR #55260: URL: https://github.com/apache/airflow/pull/55260 -- 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-unsubscr...@airflow.ap

Re: [PR] HITL: Resolve Conflict 409 in API server when user actions at nearly timeout [airflow]

2025-09-04 Thread via GitHub
Lee-W commented on PR #55243: URL: https://github.com/apache/airflow/pull/55243#issuecomment-3256963016 > the utcnow() evaluated again, and this time is greater than the set timeout_datetime. If it's assigned to a variable ahead, it should be a fix value 🤔 but the new change still ma

(airflow-site) 01/01: modify announcement on airflow summit as early bird tickets are sold out

2025-09-04 Thread eladkal
This is an automated email from the ASF dual-hosted git repository. eladkal pushed a commit to branch summit2 in repository https://gitbox.apache.org/repos/asf/airflow-site.git commit c8ef351402a9e2476cd109643d63542e6a0219e8 Author: Elad Kalif <45845474+elad...@users.noreply.github.com> AuthorDat

Re: [PR] Include simple context in triggerer async callback [airflow]

2025-09-04 Thread via GitHub
ramitkataria commented on code in PR #55241: URL: https://github.com/apache/airflow/pull/55241#discussion_r2323736162 ## airflow-core/src/airflow/api_fastapi/execution_api/datamodels/taskinstance.py: ## @@ -293,7 +293,7 @@ class DagRun(StrictBaseModel): data_interval_start:

[PR] modify announcement on airflow summit as early bird tickets are sold out [airflow-site]

2025-09-04 Thread via GitHub
eladkal opened a new pull request, #1236: URL: https://github.com/apache/airflow-site/pull/1236 (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 summit2 created (now c8ef351402)

2025-09-04 Thread eladkal
This is an automated email from the ASF dual-hosted git repository. eladkal pushed a change to branch summit2 in repository https://gitbox.apache.org/repos/asf/airflow-site.git at c8ef351402 modify announcement on airflow summit as early bird tickets are sold out This branch includes the

Re: [PR] Include simple context in triggerer async callback [airflow]

2025-09-04 Thread via GitHub
ramitkataria commented on code in PR #55241: URL: https://github.com/apache/airflow/pull/55241#discussion_r2323733099 ## airflow-core/tests/unit/models/test_deadline.py: ## @@ -160,16 +161,38 @@ def test_repr_without_callback_kwargs(self, deadline_orm, dagrun, session):

Re: [PR] ✨ Push cloud run execution to xcom [airflow]

2025-09-04 Thread via GitHub
boring-cyborg[bot] commented on PR #55287: URL: https://github.com/apache/airflow/pull/55287#issuecomment-3256989911 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors'

[PR] add stable note to BatchExecutor [airflow]

2025-09-04 Thread via GitHub
eladkal opened a new pull request, #55286: URL: https://github.com/apache/airflow/pull/55286 looks like I lost the stable note in changelog during rebasing the release PR so adding it again. I will rebuild the docs to include this commit during release -- This is an automated message f

Re: [PR] Support system theme [airflow]

2025-09-04 Thread via GitHub
pierrejeambrun merged PR #52649: URL: https://github.com/apache/airflow/pull/52649 -- 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-unsubscr...@a

[I] Status of testing Providers that were prepared on September 05, 2025 [airflow]

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

Re: [I] `@task.virtualenv` doesn't show logs [airflow]

2025-09-04 Thread via GitHub
Abhishek1559 commented on issue #54706: URL: https://github.com/apache/airflow/issues/54706#issuecomment-3253260434 Hi @ashb , Raised a PR for the issue, tested the same on my system with breeze, It works fine and gives the relevant logs as expected. Can you please look into this one

[PR] Mark Deadline Alerts as experimental [airflow]

2025-09-04 Thread via GitHub
ferruzzi opened a new pull request, #55235: URL: https://github.com/apache/airflow/pull/55235 Simple banner on the docs page. Screenshot of the rendered result below: https://github.com/user-attachments/assets/fb9e4f00-acf2-41a1-b446-e0781eece1cc"; />

svn commit: r79047 - dev/airflow/providers

2025-09-04 Thread eladkal
Author: eladkal Date: Fri Sep 5 03:34:20 2025 New Revision: 79047 Log: Add artifacts for Airflow Providers 2025-09-05 Added: dev/airflow/providers/apache_airflow_providers_amazon-9.13.0-py3-none-any.whl (contents, props changed) dev/airflow/providers/apache_airflow_providers_amazon-9.

Re: [PR] Add DAG bundles to HELM chart [airflow]

2025-09-04 Thread via GitHub
bdsoha closed pull request #52048: Add DAG bundles to HELM chart URL: https://github.com/apache/airflow/pull/52048 -- 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 unsubscrib

Re: [PR] Include simple context in triggerer async callback [airflow]

2025-09-04 Thread via GitHub
ramitkataria commented on code in PR #55241: URL: https://github.com/apache/airflow/pull/55241#discussion_r2324010040 ## airflow-core/src/airflow/api_fastapi/execution_api/datamodels/taskinstance.py: ## @@ -293,7 +293,7 @@ class DagRun(StrictBaseModel): data_interval_start:

Re: [PR] refactor(hitl): remove unnecessary helper functions and reduce one call through joinedload [airflow]

2025-09-04 Thread via GitHub
Lee-W commented on code in PR #55260: URL: https://github.com/apache/airflow/pull/55260#discussion_r2324007930 ## airflow-core/src/airflow/api_fastapi/core_api/routes/public/hitl.py: ## @@ -226,13 +179,15 @@ def get_hitl_detail( map_index: int = -1, ) -> HITLDetail: "

Re: [PR] HITL: Resolve Conflict 409 in API server when user actions at nearly timeout [airflow]

2025-09-04 Thread via GitHub
sjyangkevin commented on PR #55243: URL: https://github.com/apache/airflow/pull/55243#issuecomment-3256951390 Hi @Lee-W , I've added the test cases and notice a small issue when running the test cases for timeout. From my understanding, the intention of using `await asyncio.sleep(0.3)` is t

Re: [I] Gantt view is always showing the latest dagrun data even if user selects previous task try [airflow]

2025-09-04 Thread via GitHub
steveahnahn commented on issue #55246: URL: https://github.com/apache/airflow/issues/55246#issuecomment-3256814047 Will give this a try! -- 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 specif

Re: [PR] Add stream method to RemoteIO [airflow]

2025-09-04 Thread via GitHub
jason810496 commented on code in PR #54813: URL: https://github.com/apache/airflow/pull/54813#discussion_r2323921729 ## airflow-core/src/airflow/logging/remote.py: ## @@ -44,6 +44,15 @@ def upload(self, path: os.PathLike | str, ti: RuntimeTI) -> None: """Upload the giv

Re: [PR] Feat: add support for opening trigger modal via URL pre-populated [airflow]

2025-09-04 Thread via GitHub
viiccwen commented on PR #55277: URL: https://github.com/apache/airflow/pull/55277#issuecomment-3256803952 Hello @jscheffl Thanks for the opinion 😄 I also think if we put trigger and mode in URL path would make it more clean. (others opinion welcome 🙏) Now, I'm going to do:

Re: [PR] Fix: Clean up FAB permissions when deleting DAGs [airflow]

2025-09-04 Thread via GitHub
HsiuChuanHsu commented on PR #54528: URL: https://github.com/apache/airflow/pull/54528#issuecomment-3256782330 Thanks for all the suggestion! This PR is ready for another review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] Fix EdgeWorker multiprocessing pickle error on Windows [airflow]

2025-09-04 Thread via GitHub
dheerajturaga opened a new pull request, #55284: URL: https://github.com/apache/airflow/pull/55284 Move _run_job_via_supervisor from nested function to static method to resolve "Can't pickle local object" error when launching edge worker jobs on Windows. The nested function

Re: [PR] refactor(hitl): remove unnecessary helper functions and reduce one call through joinedload [airflow]

2025-09-04 Thread via GitHub
jason810496 commented on code in PR #55260: URL: https://github.com/apache/airflow/pull/55260#discussion_r2323784373 ## airflow-core/src/airflow/api_fastapi/core_api/routes/public/hitl.py: ## @@ -226,13 +179,15 @@ def get_hitl_detail( map_index: int = -1, ) -> HITLDetail:

Re: [PR] Update color palette and leverage Chakra semantic tokens [airflow]

2025-09-04 Thread via GitHub
RoyLee1224 commented on PR #53981: URL: https://github.com/apache/airflow/pull/53981#issuecomment-3255887240 Thank you for the great work on this! I really like the new UI design. To keep things focused, I suggest we move the miscellaneous calendar UI changes out of this PR and into a

Re: [D] AIRFLOW__WEBSERVER__SECRET_KEY not work [airflow]

2025-09-04 Thread via GitHub
GitHub user AngJoong edited a discussion: AIRFLOW__WEBSERVER__SECRET_KEY not work I get this error log ```bash Log message source details: sources=[" Please make sure that all your Airflow components (e.g. schedulers, webservers, workers and triggerer) have the same 'secret_key' configure

Re: [D] AIRFLOW__WEBSERVER__SECRET_KEY not work [airflow]

2025-09-04 Thread via GitHub
GitHub user AngJoong edited a discussion: AIRFLOW__WEBSERVER__SECRET_KEY not work I get this error log ```bash Log message source details: sources=[" Please make sure that all your Airflow components (e.g. schedulers, webservers, workers and triggerer) have the same 'secret_key' configure

Re: [D] AIRFLOW__WEBSERVER__SECRET_KEY not work [airflow]

2025-09-04 Thread via GitHub
GitHub user AngJoong added a comment to the discussion: AIRFLOW__WEBSERVER__SECRET_KEY not work ok. I write again GitHub link: https://github.com/apache/airflow/discussions/55266#discussioncomment-14312876 This is an automatically sent email for commits@airflow.apache.org. To unsubscrib

Re: [D] AIRFLOW__WEBSERVER__SECRET_KEY not work [airflow]

2025-09-04 Thread via GitHub
GitHub user AngJoong edited a discussion: AIRFLOW__WEBSERVER__SECRET_KEY not work I get this error log ```bash Log message source details: sources=[" Please make sure that all your Airflow components (e.g. schedulers, webservers, workers and triggerer) have the same 'secret_key' configure

Re: [PR] Add DAG bundles to HELM chart [airflow]

2025-09-04 Thread via GitHub
github-actions[bot] commented on PR #52048: URL: https://github.com/apache/airflow/pull/52048#issuecomment-3256583881 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 you

Re: [D] AIRFLOW__WEBSERVER__SECRET_KEY not work [airflow]

2025-09-04 Thread via GitHub
GitHub user AngJoong edited a discussion: AIRFLOW__WEBSERVER__SECRET_KEY not work I get this error log ```bash Log message source details: sources=[" Please make sure that all your Airflow components (e.g. schedulers, webservers, workers and triggerer) have the same 'secret_key' configure

Re: [PR] feat: Add lazy filtering support for inlet events by time range, ordering, and limit [airflow]

2025-09-04 Thread via GitHub
hussein-awala commented on code in PR #54891: URL: https://github.com/apache/airflow/pull/54891#discussion_r2323631867 ## task-sdk/src/airflow/sdk/execution_time/context.py: ## @@ -537,7 +538,10 @@ def __iter__(self) -> Iterator[Asset | AssetAlias]: def __len__(self) -> int

Re: [PR] Include platform version for fargate only [airflow]

2025-09-04 Thread via GitHub
o-nikolas commented on code in PR #55279: URL: https://github.com/apache/airflow/pull/55279#discussion_r2323800717 ## providers/amazon/src/airflow/providers/amazon/aws/executors/ecs/ecs_executor_config.py: ## @@ -81,9 +81,12 @@ def build_task_kwargs() -> dict: if not cl

Re: [PR] User average runtime as deadline reference [airflow]

2025-09-04 Thread via GitHub
seanghaeli commented on code in PR #55088: URL: https://github.com/apache/airflow/pull/55088#discussion_r2323798375 ## airflow-core/src/airflow/models/deadline.py: ## @@ -355,6 +355,31 @@ def _evaluate_with(self, *, session: Session, **kwargs: Any) -> datetime: r

Re: [PR] Draft: Adds support for go worker in breeze start [airflow]

2025-09-04 Thread via GitHub
github-actions[bot] commented on PR #52156: URL: https://github.com/apache/airflow/pull/52156#issuecomment-3256583838 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 you

Re: [PR] feat(helm): Conditionally render GIT_SYNC_* vs GITSYNC_* env vars based on Git Sync version [airflow]

2025-09-04 Thread via GitHub
github-actions[bot] closed pull request #52388: feat(helm): Conditionally render GIT_SYNC_* vs GITSYNC_* env vars based on Git Sync version URL: https://github.com/apache/airflow/pull/52388 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] fix(provider): progress_callback was repeatedly called with the first log line [airflow]

2025-09-04 Thread via GitHub
github-actions[bot] closed pull request #52164: fix(provider): progress_callback was repeatedly called with the first log line URL: https://github.com/apache/airflow/pull/52164 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] add has_import_errors filter to Core API GET /dags endpoint [airflow]

2025-09-04 Thread via GitHub
jason810496 commented on code in PR #54563: URL: https://github.com/apache/airflow/pull/54563#discussion_r2323774287 ## airflow-core/src/airflow/api_fastapi/common/parameters.py: ## @@ -616,6 +616,17 @@ def depends_float( FilterParam[bool | None], Depends(filter_param_

Re: [PR] Update color palette and leverage Chakra semantic tokens [airflow]

2025-09-04 Thread via GitHub
RoyLee1224 commented on code in PR #53981: URL: https://github.com/apache/airflow/pull/53981#discussion_r2323581289 ## airflow-core/src/airflow/ui/src/pages/Dag/Calendar/calendarUtils.ts: ## @@ -143,20 +143,26 @@ export const getCalendarCellColor = ( colorMode: CalendarColorM

Re: [PR] Include simple context in triggerer async callback [airflow]

2025-09-04 Thread via GitHub
ramitkataria commented on code in PR #55241: URL: https://github.com/apache/airflow/pull/55241#discussion_r2323736162 ## airflow-core/src/airflow/api_fastapi/execution_api/datamodels/taskinstance.py: ## @@ -293,7 +293,7 @@ class DagRun(StrictBaseModel): data_interval_start:

Re: [PR] Include simple context in triggerer async callback [airflow]

2025-09-04 Thread via GitHub
ramitkataria commented on code in PR #55241: URL: https://github.com/apache/airflow/pull/55241#discussion_r2323728056 ## airflow-core/src/airflow/api_fastapi/execution_api/datamodels/taskinstance.py: ## @@ -293,7 +293,7 @@ class DagRun(StrictBaseModel): data_interval_start:

Re: [PR] Include simple context in triggerer async callback [airflow]

2025-09-04 Thread via GitHub
ramitkataria commented on code in PR #55241: URL: https://github.com/apache/airflow/pull/55241#discussion_r2323733099 ## airflow-core/tests/unit/models/test_deadline.py: ## @@ -160,16 +161,38 @@ def test_repr_without_callback_kwargs(self, deadline_orm, dagrun, session):

Re: [PR] Include simple context in triggerer async callback [airflow]

2025-09-04 Thread via GitHub
ramitkataria commented on code in PR #55241: URL: https://github.com/apache/airflow/pull/55241#discussion_r2323728056 ## airflow-core/src/airflow/api_fastapi/execution_api/datamodels/taskinstance.py: ## @@ -293,7 +293,7 @@ class DagRun(StrictBaseModel): data_interval_start:

Re: [PR] Reducing memory footprint for synchronous `S3KeySensor` [airflow]

2025-09-04 Thread via GitHub
dstandish commented on code in PR #55070: URL: https://github.com/apache/airflow/pull/55070#discussion_r2323600312 ## providers/amazon/src/airflow/providers/amazon/aws/hooks/s3.py: ## @@ -931,7 +932,51 @@ def get_file_metadata( max_items: int | None = None, ) -> li

[PR] Add SSO integration guide for Apache Airflow [airflow]

2025-09-04 Thread via GitHub
1abdelhalim opened a new pull request, #55281: URL: https://github.com/apache/airflow/pull/55281 This PR adds a comprehensive guide for integrating Single Sign-On (SSO) in Apache Airflow using a generic OAuth2 provider. The new documentation (sso_example.rst) includes prerequisites, configu

Re: [PR] AIP-67 - Multi-team: CLI commands for multi team [airflow]

2025-09-04 Thread via GitHub
o-nikolas commented on code in PR #55283: URL: https://github.com/apache/airflow/pull/55283#discussion_r2323669780 ## airflow-core/src/airflow/cli/cli_config.py: ## @@ -305,6 +305,8 @@ def string_lower_type(val): ARG_LOCAL = Arg(("-l", "--local"), help="Run the task using the

[PR] fix(airflowctl): timezone aware and consistent serialisation for datetime [airflow]

2025-09-04 Thread via GitHub
bugraoz93 opened a new pull request, #55282: URL: https://github.com/apache/airflow/pull/55282 closes: #55157 Introduce _date_safe_dict_from_pydantic for consistent serialisation and make datetime timezone aware via shared code --- **^ Add meaningful desc

Re: [PR] AIP-67 - Multi-team: CLI commands for multi team [airflow]

2025-09-04 Thread via GitHub
vincbeck commented on code in PR #55283: URL: https://github.com/apache/airflow/pull/55283#discussion_r2323645257 ## airflow-core/src/airflow/cli/cli_config.py: ## @@ -305,6 +305,8 @@ def string_lower_type(val): ARG_LOCAL = Arg(("-l", "--local"), help="Run the task using the L

Re: [PR] Add SSO integration guide for Apache Airflow [airflow]

2025-09-04 Thread via GitHub
vincbeck commented on code in PR #55281: URL: https://github.com/apache/airflow/pull/55281#discussion_r2323639083 ## airflow-core/docs/security/sso_example.rst: ## @@ -0,0 +1,81 @@ + += +Single Sign-On (SSO) Integration +=

[PR] AIP-67 - Multi-team: CLI commands for multi team [airflow]

2025-09-04 Thread via GitHub
o-nikolas opened a new pull request, #55283: URL: https://github.com/apache/airflow/pull/55283 CLI commands for Create, List, Delete of teams. These are delivered as CLI commands instead of API because they are administrator only (similar to `airflow db reset`). These are not commands that

Re: [PR] feat: create a new listener for asset events creation [airflow]

2025-09-04 Thread via GitHub
hussein-awala commented on code in PR #55115: URL: https://github.com/apache/airflow/pull/55115#discussion_r2323628706 ## task-sdk/src/airflow/sdk/definitions/asset/__init__.py: ## @@ -703,3 +704,16 @@ class AssetAliasEvent(attrs.AttrsInstance): source_alias_name: str

[PR] README optional dependencies template [airflow]

2025-09-04 Thread via GitHub
steveahnahn opened a new pull request, #55280: URL: https://github.com/apache/airflow/pull/55280 Addresses issue: https://github.com/apache/airflow/issues/55207 Changed provider template to reflect optional dependencies with upper limit for READMEs Only generated amazon provider assumi

Re: [I] Add speicification of version in README if provider's extra has specified version [airflow]

2025-09-04 Thread via GitHub
steveahnahn commented on issue #55207: URL: https://github.com/apache/airflow/issues/55207#issuecomment-3255783325 Opened a PR here: https://github.com/apache/airflow/pull/55280 unclear whether they will be regenerated automatically or manual local runs are needed -- This is an automat

Re: [PR] add has_import_errors filter to Core API GET /dags endpoint [airflow]

2025-09-04 Thread via GitHub
gyli commented on code in PR #54563: URL: https://github.com/apache/airflow/pull/54563#discussion_r2323598761 ## airflow-core/src/airflow/api_fastapi/common/parameters.py: ## @@ -616,6 +616,17 @@ def depends_float( FilterParam[bool | None], Depends(filter_param_factory

Re: [PR] Reducing memory footprint for synchronous `S3KeySensor` [airflow]

2025-09-04 Thread via GitHub
dstandish commented on PR #55070: URL: https://github.com/apache/airflow/pull/55070#issuecomment-3255805481 > Actually sorry but I realized I provided wrong instructions. This does not solve back compat issues ... What we should do instead is deprecate `get_file_metadata` and create a new o

Re: [PR] Add SSO integration guide for Apache Airflow [airflow]

2025-09-04 Thread via GitHub
boring-cyborg[bot] commented on PR #55281: URL: https://github.com/apache/airflow/pull/55281#issuecomment-3255798904 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors'

[PR] Include platform version for fargate only [airflow]

2025-09-04 Thread via GitHub
bmyers-ozette opened a new pull request, #55279: URL: https://github.com/apache/airflow/pull/55279 Currently if you omit the Launch type entirely, the platform version is still included in the request. This breaks the case where the desired behavior is to omit the launch typ

Re: [I] Add documentation for configuring SSO [airflow]

2025-09-04 Thread via GitHub
alessandrocapialbi commented on issue #55276: URL: https://github.com/apache/airflow/issues/55276#issuecomment-3255719716 Hi everyone, I'm new to this repository and to open-source in general, but I’m excited to learn more! I’m currently pursuing a Master’s in AI, though I haven’t don

Re: [PR] Update color palette and leverage Chakra semantic tokens [airflow]

2025-09-04 Thread via GitHub
RoyLee1224 commented on code in PR #53981: URL: https://github.com/apache/airflow/pull/53981#discussion_r2323556391 ## airflow-core/src/airflow/ui/src/pages/Dag/Calendar/CalendarLegend.tsx: ## @@ -29,15 +29,15 @@ type Props = { }; const totalRunsLegendData = [ - { color: {

Re: [I] 3.0.4 SMTP configuration SMTPServerDisconnected: please run connect() first [airflow]

2025-09-04 Thread via GitHub
kolfild26 closed issue #54690: 3.0.4 SMTP configuration SMTPServerDisconnected: please run connect() first URL: https://github.com/apache/airflow/issues/54690 -- 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

Re: [PR] Update color palette and leverage Chakra semantic tokens [airflow]

2025-09-04 Thread via GitHub
RoyLee1224 commented on code in PR #53981: URL: https://github.com/apache/airflow/pull/53981#discussion_r2323545113 ## airflow-core/src/airflow/ui/src/pages/Dag/Calendar/CalendarLegend.tsx: ## @@ -81,7 +89,15 @@ export const CalendarLegend = ({ colorMode, vertical = false }: Pr

Re: [I] 3.0.4 SMTP configuration SMTPServerDisconnected: please run connect() first [airflow]

2025-09-04 Thread via GitHub
kolfild26 commented on issue #54690: URL: https://github.com/apache/airflow/issues/54690#issuecomment-3255665046 @Brunda10 thanks, it works. I was actually using a wrong connection type - 'email', whereas it should be 'smtp' -- This is an automated message from the Apache Git Service. To

Re: [PR] Update color palette and leverage Chakra semantic tokens [airflow]

2025-09-04 Thread via GitHub
RoyLee1224 commented on code in PR #53981: URL: https://github.com/apache/airflow/pull/53981#discussion_r2323544782 ## airflow-core/src/airflow/ui/src/pages/Dag/Calendar/CalendarCell.tsx: ## @@ -38,13 +41,15 @@ export const CalendarCell = ({ backgroundColor, content, index, mar

Re: [PR] Update color palette and leverage Chakra semantic tokens [airflow]

2025-09-04 Thread via GitHub
RoyLee1224 commented on code in PR #53981: URL: https://github.com/apache/airflow/pull/53981#discussion_r2323532001 ## airflow-core/src/airflow/ui/src/pages/Dag/Calendar/CalendarLegend.tsx: ## @@ -29,15 +29,15 @@ type Props = { }; const totalRunsLegendData = [ - { color: {

Re: [PR] Feat: add support for opening trigger modal via URL pre-populated [airflow]

2025-09-04 Thread via GitHub
jscheffl commented on code in PR #55277: URL: https://github.com/apache/airflow/pull/55277#discussion_r2323505722 ## airflow-core/src/airflow/ui/src/components/TriggerDag/TriggerDAGButton.tsx: ## @@ -31,9 +33,20 @@ type Props = { readonly withText?: boolean; }; +const TRIG

Re: [PR] add pagination and search func [airflow]

2025-09-04 Thread via GitHub
steveahnahn commented on PR #55226: URL: https://github.com/apache/airflow/pull/55226#issuecomment-3255565209 1. Immediate state after generating assets https://github.com/user-attachments/assets/c2eb54b6-352f-4b2c-8aba-d3f30079db61"; /> 2. Asset search %LIKE% match https://gith

[PR] Fix bulk operation permissions for connection, pool and variable [airflow]

2025-09-04 Thread via GitHub
vincbeck opened a new pull request, #55278: URL: https://github.com/apache/airflow/pull/55278 In Airflow, connections, pools and variables have bulk APIs. Through these APIs, you can create, edit and delete a same kind of resource (connection, pool or variable) within a same request.

Re: [PR] feature: Add OpenLineage support for BigQueryToMySqlOperator [airflow]

2025-09-04 Thread via GitHub
pawelgrochowicz commented on code in PR #55219: URL: https://github.com/apache/airflow/pull/55219#discussion_r2323452531 ## providers/google/src/airflow/providers/google/cloud/transfers/bigquery_to_mysql.py: ## @@ -76,5 +86,73 @@ def __init__( ) self.mysql_conn

Re: [PR] Decouple secrets_masker project from airflow configuration [airflow]

2025-09-04 Thread via GitHub
amoghrajesh commented on code in PR #55259: URL: https://github.com/apache/airflow/pull/55259#discussion_r2322498898 ## shared/secrets_masker/tests/secrets_masker/test_secrets_masker.py: ## @@ -243,10 +253,15 @@ def test_masking_in_explicit_context_exceptions(self, logger, capl

Re: [PR] Add GOVERNANCE.md to our repo [airflow]

2025-09-04 Thread via GitHub
gopidesupavan commented on code in PR #55245: URL: https://github.com/apache/airflow/pull/55245#discussion_r2323208182 ## GOVERNANCE.md: ## @@ -0,0 +1,27 @@ + + +This project is managed by the PMC (Project Management Committee) of the Review Comment: ```suggestion This pr

Re: [PR] feat: Implemented Filters UI for Asset View [airflow]

2025-09-04 Thread via GitHub
RoyLee1224 commented on PR #54640: URL: https://github.com/apache/airflow/pull/54640#issuecomment-3255131678 I found that `AssetEventsFilter` is displayed on multiple pages but only works on the Asset detail page (`/assets/{id}`). **Working (with proper data binding):** - Ass

Re: [PR] add has_import_errors filter to Core API GET /dags endpoint [airflow]

2025-09-04 Thread via GitHub
gyli commented on code in PR #54563: URL: https://github.com/apache/airflow/pull/54563#discussion_r2323150436 ## airflow-core/src/airflow/api_fastapi/common/parameters.py: ## @@ -616,6 +616,17 @@ def depends_float( FilterParam[bool | None], Depends(filter_param_factory

Re: [PR] Fix clearTaskInstances API: Restore include_past/future support on UI [airflow]

2025-09-04 Thread via GitHub
pierrejeambrun commented on PR #54416: URL: https://github.com/apache/airflow/pull/54416#issuecomment-3254149616 Not directly related to this PR, but we need to fix the cache invalidation in the front-end request when clearing a Task. We can see on the 'grid' that the 'TI' state is up

[PR] Fix a small typo and improve logging in bedrock error handling [airflow]

2025-09-04 Thread via GitHub
o-nikolas opened a new pull request, #55271: URL: https://github.com/apache/airflow/pull/55271 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#

Re: [I] UNEXPECTED COMMIT - THIS WILL BREAK HA LOCKS! [airflow]

2025-09-04 Thread via GitHub
IgV52 closed issue #50421: UNEXPECTED COMMIT - THIS WILL BREAK HA LOCKS! URL: https://github.com/apache/airflow/issues/50421 -- 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

Re: [PR] Allow downgrades to Airflow 2 without FAB provider [airflow]

2025-09-04 Thread via GitHub
ashb commented on PR #55231: URL: https://github.com/apache/airflow/pull/55231#issuecomment-3252577675 Do we even need the fab provider to downgrade to 2.x at all? Won't it automatically get created in 2.x if you run `db migrate` when you start up? (or even without that by the webserver? I

[I] Gantt view bar status and task status mismatch while dag is running [airflow]

2025-09-04 Thread via GitHub
atul-astronomer opened a new issue, #55249: URL: https://github.com/apache/airflow/issues/55249 ### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? **Task in queued status but g

Re: [PR] [RFC] Feat(ui): add italian translation + CODEOWNER [airflow]

2025-09-04 Thread via GitHub
jscheffl commented on PR #52342: URL: https://github.com/apache/airflow/pull/52342#issuecomment-3254278138 @aoelvp94 UI has moved a bit, some recent keys are missing - can you catch-up? https://github.com/user-attachments/assets/80e38eaa-2bf5-4cb3-92db-b6e0cc7eacd7"; /> -- This is

Re: [PR] Add stream method to RemoteIO [airflow]

2025-09-04 Thread via GitHub
ashb commented on code in PR #54813: URL: https://github.com/apache/airflow/pull/54813#discussion_r2321856768 ## providers/amazon/src/airflow/providers/amazon/aws/log/cloudwatch_task_handler.py: ## @@ -176,6 +176,9 @@ def read(self, relative_path, ti: RuntimeTI) -> tuple[LogSou

Re: [PR] Feature/add auto refresh to edge react UI [airflow]

2025-09-04 Thread via GitHub
jscheffl commented on code in PR #54994: URL: https://github.com/apache/airflow/pull/54994#discussion_r2322565813 ## providers/edge3/src/airflow/providers/edge3/plugins/www/src/pages/JobsPage.tsx: ## @@ -22,12 +22,17 @@ import { useUiServiceJobs } from "openapi/queries"; import

Re: [PR] Template rendering + simple context for async callback [airflow]

2025-09-04 Thread via GitHub
ramitkataria commented on PR #55241: URL: https://github.com/apache/airflow/pull/55241#issuecomment-3254904426 Thanks for the pointers @ashb. I've made changes: > a) not add new uses of SDK inside Core (i.e. anything that runs in the scheduler or API servers etc) I've changed it t

[PR] Feat: add support for opening single/backfill modal via URL pre-populated [airflow]

2025-09-04 Thread via GitHub
viiccwen opened a new pull request, #55277: URL: https://github.com/apache/airflow/pull/55277 ## Description This PR introduces a new feature that allows **trigger DAG modals** with **Single/Backfill** mode to be opened directly via URL using the query string parameter. The f

Re: [PR] Move DagBag to airflow/dag_processing [airflow]

2025-09-04 Thread via GitHub
ephraimbuddy commented on code in PR #55139: URL: https://github.com/apache/airflow/pull/55139#discussion_r2322560414 ## providers/fab/src/airflow/providers/fab/auth_manager/security_manager/override.py: ## @@ -126,7 +126,7 @@ def _iter_dags() -> Iterable[DAG]: with cre

Re: [PR] Decouple secrets_masker project from airflow configuration [airflow]

2025-09-04 Thread via GitHub
amoghrajesh commented on code in PR #55259: URL: https://github.com/apache/airflow/pull/55259#discussion_r2322351456 ## shared/secrets_masker/src/airflow_shared/secrets_masker/secrets_masker.py: ## @@ -211,6 +191,9 @@ class SecretsMasker(logging.Filter): def __init__(self):

Re: [PR] Pass team name information to `is_authorized_dag` method [airflow]

2025-09-04 Thread via GitHub
zach-overflow commented on PR #55040: URL: https://github.com/apache/airflow/pull/55040#issuecomment-3254231339 I just stumbled across this PR and it definitely is of interest for some of our work. Out of curiousity, is the team-awareness part of a broader AIP / Issue / GitHub project? I'd

  1   2   3   >