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

2024-06-02 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 9eb370b38e Updating con

[PR] Resolve www views deprecations in tests [airflow]

2024-06-02 Thread via GitHub
dirrao opened a new pull request, #40009: URL: https://github.com/apache/airflow/pull/40009 Resolve www views deprecations in tests related: https://github.com/apache/airflow/issues/38642 -- This is an automated message from the Apache Git Service. To respond to the message, please log

(airflow) branch main updated: Resolve dag serialization deprecations in tests (#40006)

2024-06-02 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 57b12fe0ce Resolve dag serialization deprecations i

Re: [PR] Resolve dag serialization deprecations in tests [airflow]

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

Re: [PR] Add Shahar to triage team [airflow]

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

(airflow) branch main updated (57b12fe0ce -> 3d97474a49)

2024-06-02 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 57b12fe0ce Resolve dag serialization deprecations in tests (#40006) add 3d97474a49 Add Shahar to triage team (#400

Re: [PR] Warn on mini scheduler failures instead of debug [airflow]

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

(airflow) branch main updated: Warn on mini scheduler failures instead of debug (#39760)

2024-06-02 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham 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 38e003c2c9 Warn on mini scheduler failures i

Re: [PR] Implement per-provider tests with lowest-direct dependency resolution [airflow]

2024-06-02 Thread via GitHub
potiuk commented on PR #39946: URL: https://github.com/apache/airflow/pull/39946#issuecomment-2143866714 @jscheffl -> I think I addressed all 3.9 - 3.12 incompatibilities 🤞 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] Dag test without sensor [airflow]

2024-06-02 Thread via GitHub
jannisko opened a new pull request, #40010: URL: https://github.com/apache/airflow/pull/40010 --- Adds a new feature to the `airflow dags test` command and the `dag.test()` function to not execute some subset of tasks, but to mark them as success direc

[I] Numerous error reports in airflow logs due to function argument mismatch [airflow]

2024-06-02 Thread via GitHub
leakec opened a new issue, #40011: URL: https://github.com/apache/airflow/issues/40011 ### Apache Airflow version 2.9.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? In the airflow logs I'm seeing this error over and

Re: [I] Numerous error reports in airflow logs due to function argument mismatch [airflow]

2024-06-02 Thread via GitHub
boring-cyborg[bot] commented on issue #40011: URL: https://github.com/apache/airflow/issues/40011#issuecomment-2143888574 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 ap

Re: [PR] Fixing exception types to include TypeError, which is what is raised in [airflow]

2024-06-02 Thread via GitHub
boring-cyborg[bot] commented on PR #40012: URL: https://github.com/apache/airflow/pull/40012#issuecomment-2143893538 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] Fixing exception types to include TypeError, which is what is raised in [airflow]

2024-06-02 Thread via GitHub
leakec opened a new pull request, #40012: URL: https://github.com/apache/airflow/pull/40012 closes: #40011 This issue closes $40011. It modifies the exception line to include `TypeError` in addition to `AttributeError`. In Python 3.12, the error that this exception is

Re: [PR] Fixing exception types to include TypeError, which is what is raised in [airflow]

2024-06-02 Thread via GitHub
eladkal commented on PR #40012: URL: https://github.com/apache/airflow/pull/40012#issuecomment-2143975747 Can you add unit test to avoid regression? -- 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 t

Re: [PR] Fixing exception types to include TypeError, which is what is raised in [airflow]

2024-06-02 Thread via GitHub
leakec commented on PR #40012: URL: https://github.com/apache/airflow/pull/40012#issuecomment-2143991024 @eladkal sure thing. May be a little bit as I've got a busy week coming up, but I will add a unit test for this. -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Improve trigger UI for string array format validation [airflow]

2024-06-02 Thread via GitHub
jscheffl commented on code in PR #39993: URL: https://github.com/apache/airflow/pull/39993#discussion_r1623646268 ## airflow/www/templates/airflow/trigger.html: ## @@ -86,8 +86,9 @@ {% endfor -%} {% elif form_details.schema and "array" in form_details.schem

Re: [PR] Implement per-provider tests with lowest-direct dependency resolution [airflow]

2024-06-02 Thread via GitHub
jscheffl commented on code in PR #39946: URL: https://github.com/apache/airflow/pull/39946#discussion_r1623649283 ## dev/breeze/src/airflow_breeze/utils/packages.py: ## @@ -443,7 +443,9 @@ def get_install_requirements(provider_id: str, version_suffix: str) -> str: depe

[PR] Add DatabricksTaskOperator [airflow]

2024-06-02 Thread via GitHub
pankajkoti opened a new pull request, #40013: URL: https://github.com/apache/airflow/pull/40013 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst

Re: [PR] Correctly select task in DAG Graph View when clicking on its name [airflow]

2024-06-02 Thread via GitHub
jscheffl commented on PR #38782: URL: https://github.com/apache/airflow/pull/38782#issuecomment-2144017205 Still there are some static checks. Can you fix them? Maybe you can also run them locally via `pre-commit`. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Improve trigger UI for string array format validation [airflow]

2024-06-02 Thread via GitHub
techolga commented on code in PR #39993: URL: https://github.com/apache/airflow/pull/39993#discussion_r1623650895 ## airflow/www/static/js/trigger.js: ## @@ -137,6 +137,14 @@ function initForm() { }); field.on("blur", updateJSONconf); objectField

Re: [PR] Improve trigger UI for string array format validation [airflow]

2024-06-02 Thread via GitHub
jscheffl commented on code in PR #39993: URL: https://github.com/apache/airflow/pull/39993#discussion_r1623651554 ## airflow/www/static/js/trigger.js: ## @@ -137,6 +137,14 @@ function initForm() { }); field.on("blur", updateJSONconf); objectField

Re: [PR] Implement per-provider tests with lowest-direct dependency resolution [airflow]

2024-06-02 Thread via GitHub
potiuk commented on code in PR #39946: URL: https://github.com/apache/airflow/pull/39946#discussion_r1623651910 ## dev/breeze/src/airflow_breeze/utils/packages.py: ## @@ -443,7 +443,9 @@ def get_install_requirements(provider_id: str, version_suffix: str) -> str: depend

Re: [PR] Implement per-provider tests with lowest-direct dependency resolution [airflow]

2024-06-02 Thread via GitHub
potiuk commented on code in PR #39946: URL: https://github.com/apache/airflow/pull/39946#discussion_r1623652215 ## dev/breeze/src/airflow_breeze/utils/packages.py: ## @@ -443,7 +443,9 @@ def get_install_requirements(provider_id: str, version_suffix: str) -> str: depend

Re: [I] `execution_timeout` seems to be ignored in `EcsRunTaskOperator` when using `deferable` [airflow]

2024-06-02 Thread via GitHub
thesuperzapper commented on issue #32580: URL: https://github.com/apache/airflow/issues/32580#issuecomment-2144022586 Here is the generic issue for the fact that `on_kill` is not supported when using deferable operators: - https://github.com/apache/airflow/issues/36090 There ar

Re: [PR] Improve trigger UI for string array format validation [airflow]

2024-06-02 Thread via GitHub
techolga commented on code in PR #39993: URL: https://github.com/apache/airflow/pull/39993#discussion_r1623654379 ## airflow/www/templates/airflow/trigger.html: ## @@ -86,8 +86,9 @@ {% endfor -%} {% elif form_details.schema and "array" in form_details.schem

Re: [PR] Improve trigger UI for string array format validation [airflow]

2024-06-02 Thread via GitHub
techolga commented on code in PR #39993: URL: https://github.com/apache/airflow/pull/39993#discussion_r1623654857 ## airflow/www/static/js/trigger.js: ## @@ -137,6 +137,14 @@ function initForm() { }); field.on("blur", updateJSONconf); objectField

[PR] Adding Glue Data Quality Rule Recommendation Run [airflow]

2024-06-02 Thread via GitHub
gopidesupavan opened a new pull request, #40014: URL: https://github.com/apache/airflow/pull/40014 Adding Amazon Glue Data Quality Recommendation Run. Doc, Hook, Operator, Sensor, Trigger, Waiter, Unit Test, System Test. Manually tested in Breeze with 1. wait_for_c

Re: [PR] Remove unnecessary nginx redirect rule from reverse proxy documentation [airflow]

2024-06-02 Thread via GitHub
scottlimmer commented on PR #38953: URL: https://github.com/apache/airflow/pull/38953#issuecomment-2144062298 > But - is it correct ? I thought it was supposed to be differently for flower. Did you test it? This change is reflective of the current configuration I have in production.

Re: [PR] feat: Add queues for triggerers. [airflow]

2024-06-02 Thread via GitHub
github-actions[bot] closed pull request #36338: feat: Add queues for triggerers. URL: https://github.com/apache/airflow/pull/36338 -- 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

Re: [PR] [WIP] Add a public interface for custom weight_rule implementation [airflow]

2024-06-02 Thread via GitHub
github-actions[bot] closed pull request #36029: [WIP] Add a public interface for custom weight_rule implementation URL: https://github.com/apache/airflow/pull/36029 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Move fs scheme definition from Python to YAML [airflow]

2024-06-02 Thread via GitHub
github-actions[bot] closed pull request #35972: Move fs scheme definition from Python to YAML URL: https://github.com/apache/airflow/pull/35972 -- 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 sp

Re: [PR] Add type hints for AWS provider [airflow]

2024-06-02 Thread via GitHub
github-actions[bot] closed pull request #35966: Add type hints for AWS provider URL: https://github.com/apache/airflow/pull/35966 -- 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.

Re: [PR] Add usage withing jinja template [airflow]

2024-06-02 Thread via GitHub
github-actions[bot] commented on PR #35479: URL: https://github.com/apache/airflow/pull/35479#issuecomment-2144074036 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] Add instructions for dynamically extending operators [airflow]

2024-06-02 Thread via GitHub
github-actions[bot] commented on PR #34198: URL: https://github.com/apache/airflow/pull/34198#issuecomment-2144074048 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] Fix bug that makes `AirflowSecurityManagerV2` leave transactions in the `idle in transaction` state [airflow]

2024-06-02 Thread via GitHub
alejandro-rivera commented on PR #39935: URL: https://github.com/apache/airflow/pull/39935#issuecomment-2144092940 > Is it possiblw to add test to avoid regression? @eladkal great idea. In c2f6a1536f0d0800a226175fbedd56cbf83869fe I added a test that makes sure the Security Mana

Re: [I] Scheduler fails to schedule DagRuns due to persistent DAG record lock [airflow]

2024-06-02 Thread via GitHub
loustler commented on issue #36920: URL: https://github.com/apache/airflow/issues/36920#issuecomment-2144143618 Hello everyone Could this issue be related to the fact that tasks are being marked as skipped without actually being executed? The above issue is happening to me on rare

[PR] Update dependencies.rst [airflow]

2024-06-02 Thread via GitHub
bangjiehan opened a new pull request, #40015: URL: https://github.com/apache/airflow/pull/40015 Remove apt-transport-https because It is a dummy transitional package. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](http

Re: [PR] Update dependencies.rst [airflow]

2024-06-02 Thread via GitHub
boring-cyborg[bot] commented on PR #40015: URL: https://github.com/apache/airflow/pull/40015#issuecomment-2144192251 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'

Re: [PR] Resolve core operators deprecations in tests [airflow]

2024-06-02 Thread via GitHub
uranusjr commented on PR #39992: URL: https://github.com/apache/airflow/pull/39992#issuecomment-2144221364 Looks like there’s one change missing. ``` tests/operators/test_latest_only_operator.py::TestLatestOnlyOperator::test_skipping_non_latest ``` The changes lgtm. --

Re: [PR] Resolve dagbag deprecations in tests [airflow]

2024-06-02 Thread via GitHub
uranusjr commented on code in PR #39989: URL: https://github.com/apache/airflow/pull/39989#discussion_r1623753815 ## tests/models/test_dagbag.py: ## @@ -765,9 +765,13 @@ def subdag_1(): return dag -test_dag = nested_subdag_cycle() -# coherence ch

Re: [PR] Load Example Plugins with Example DAGs [airflow]

2024-06-02 Thread via GitHub
uranusjr commented on code in PR #3: URL: https://github.com/apache/airflow/pull/3#discussion_r1623756989 ## tests/plugins/workday.py: ## @@ -23,6 +23,9 @@ from __future__ import annotations -from airflow.example_dags.plugins.workday import AfterWorkdayTimetable, W

Re: [PR] Load Example Plugins with Example DAGs [airflow]

2024-06-02 Thread via GitHub
uranusjr commented on code in PR #3: URL: https://github.com/apache/airflow/pull/3#discussion_r1623756989 ## tests/plugins/workday.py: ## @@ -23,6 +23,9 @@ from __future__ import annotations -from airflow.example_dags.plugins.workday import AfterWorkdayTimetable, W

Re: [PR] Do not publish schedule_delay metrics if run_type is 'backfill' [airflow]

2024-06-02 Thread via GitHub
uranusjr commented on PR #39958: URL: https://github.com/apache/airflow/pull/39958#issuecomment-2144232206 p.s. Changing the title; the original implies we’re adding this metric. In reality the metric already exists, and this removes its emission in backfills. > it often includes nois

Re: [PR] feature: callable for template_fields [airflow]

2024-06-02 Thread via GitHub
uranusjr commented on PR #37028: URL: https://github.com/apache/airflow/pull/37028#issuecomment-2144241883 The idea looks fine to me, but this should be a part of `_do_render_template_fields` instead, or even somewhere deeper in the call chain. `render_template_fields` is an override point

Re: [PR] Update dependencies.rst [airflow]

2024-06-02 Thread via GitHub
potiuk commented on PR #40015: URL: https://github.com/apache/airflow/pull/40015#issuecomment-2144247014 What problem does it solve? I'd prefer to keep it, because on older versions of apt it was necessary to achieve secure transport for apt, and this example (even if it is for Debian Bookw

Re: [PR] fixes serialize dag problem when `TriggerDagRunOperator` has XComArg value for `trigger_dag_id` argument [airflow]

2024-06-02 Thread via GitHub
uranusjr commented on code in PR #39772: URL: https://github.com/apache/airflow/pull/39772#discussion_r1623768077 ## airflow/models/xcom_arg.py: ## @@ -255,6 +255,9 @@ def __getitem__(self, item: str) -> XComArg: raise ValueError(f"XComArg only supports str lookup,

Re: [PR] fixes serialize dag problem when `TriggerDagRunOperator` has XComArg value for `trigger_dag_id` argument [airflow]

2024-06-02 Thread via GitHub
uranusjr commented on code in PR #39772: URL: https://github.com/apache/airflow/pull/39772#discussion_r1623768077 ## airflow/models/xcom_arg.py: ## @@ -255,6 +255,9 @@ def __getitem__(self, item: str) -> XComArg: raise ValueError(f"XComArg only supports str lookup,

[PR] AIP-61 - Scheduler job: main loop and event processing for multi executors [airflow]

2024-06-02 Thread via GitHub
o-nikolas opened a new pull request, #40017: URL: https://github.com/apache/airflow/pull/40017 This change delivers the main portion of hybrid executors to the Airflow scheduler. Each loop the query for TIs from the DB may contain TIs tagged with any executor (or no specific executor, which

Re: [PR] AIP-61 - Scheduler job: main loop and event processing for multi executors [airflow]

2024-06-02 Thread via GitHub
o-nikolas commented on code in PR #40017: URL: https://github.com/apache/airflow/pull/40017#discussion_r1623769411 ## airflow/jobs/scheduler_job_runner.py: ## @@ -986,11 +1023,23 @@ def _run_scheduler_loop(self) -> None: self.processor_agent.wait_until_finis

Re: [PR] AIP-61 - Scheduler job: main loop and event processing for multi executors [airflow]

2024-06-02 Thread via GitHub
uranusjr commented on PR #40017: URL: https://github.com/apache/airflow/pull/40017#issuecomment-2144258277 Do we still need `slots_available` after this? We should remove or deprecate it if not. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Resolve trigger dagrun operator deprecations in tests [airflow]

2024-06-02 Thread via GitHub
uranusjr commented on code in PR #40003: URL: https://github.com/apache/airflow/pull/40003#discussion_r1623771333 ## tests/operators/test_trigger_dagrun.py: ## @@ -25,7 +25,7 @@ import pendulum import pytest -from airflow.exceptions import AirflowException, DagRunAlreadyExis

Re: [PR] Handle db isolation for mapped operators and task groups [airflow]

2024-06-02 Thread via GitHub
uranusjr commented on code in PR #39259: URL: https://github.com/apache/airflow/pull/39259#discussion_r1623772242 ## airflow/models/taskinstance.py: ## @@ -1003,25 +1009,40 @@ def _refresh_from_task( task_instance_mutation_hook(task_instance) +@internal_api_call +@provi

Re: [PR] Do not publish schedule_delay metrics if run_type is 'backfill' [airflow]

2024-06-02 Thread via GitHub
huymq1710 commented on PR #39958: URL: https://github.com/apache/airflow/pull/39958#issuecomment-2144268691 > The `schedule_delay` value is the time diff between start_date of a DagRun (the time it is started) and the data_interval_end (the time it is expected to run) https://github.com

[I] KubernetesPodTrigger emits timeout for running pods with unstable Triggerer [airflow]

2024-06-02 Thread via GitHub
Usiel opened a new issue, #40018: URL: https://github.com/apache/airflow/issues/40018 ### Apache Airflow Provider(s) cncf-kubernetes ### Versions of Apache Airflow Providers 8.3.0 (latest main) ### Apache Airflow version 2.9.1 ### Operating System

Re: [PR] Handle db isolation for mapped operators and task groups [airflow]

2024-06-02 Thread via GitHub
dstandish commented on code in PR #39259: URL: https://github.com/apache/airflow/pull/39259#discussion_r1623787572 ## airflow/models/taskinstance.py: ## @@ -1003,25 +1009,40 @@ def _refresh_from_task( task_instance_mutation_hook(task_instance) +@internal_api_call +@prov

(airflow-site) branch add-documentation-2024-05-30 updated (eeb4e15706 -> d1b54268a9)

2024-06-02 Thread eladkal
This is an automated email from the ASF dual-hosted git repository. eladkal pushed a change to branch add-documentation-2024-05-30 in repository https://gitbox.apache.org/repos/asf/airflow-site.git from eeb4e15706 Add documentation for packages - 2024-05-30 add d1b54268a9 Remove amazon

Re: [PR] add git-sync-ssh secret template [airflow]

2024-06-02 Thread via GitHub
romsharon98 commented on code in PR #39936: URL: https://github.com/apache/airflow/pull/39936#discussion_r1623789155 ## chart/templates/secrets/git-ssh-key-secret.yaml: ## @@ -0,0 +1,34 @@ +{{/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor l

Re: [I] KubernetesPodTrigger emits timeout for running pods with unstable Triggerer [airflow]

2024-06-02 Thread via GitHub
eladkal commented on issue #40018: URL: https://github.com/apache/airflow/issues/40018#issuecomment-2144293000 hi @Usiel will you start a PR to fix the problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] add git-sync-ssh secret template [airflow]

2024-06-02 Thread via GitHub
romsharon98 commented on code in PR #39936: URL: https://github.com/apache/airflow/pull/39936#discussion_r1623790590 ## chart/templates/secrets/git-ssh-key-secret.yaml: ## @@ -0,0 +1,34 @@ +{{/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor l

Re: [I] KubernetesPodTrigger emits timeout for running pods with unstable Triggerer [airflow]

2024-06-02 Thread via GitHub
Usiel commented on issue #40018: URL: https://github.com/apache/airflow/issues/40018#issuecomment-2144294837 > hi @Usiel will you start a PR to fix the problem? Yes, just waiting for pre-commit hooks to finish :) Should be up in a few minutes. -- This is an automated message from t

Re: [PR] add git-sync-ssh secret template [airflow]

2024-06-02 Thread via GitHub
romsharon98 commented on code in PR #39936: URL: https://github.com/apache/airflow/pull/39936#discussion_r1623789237 ## chart/values.yaml: ## @@ -2494,14 +2494,7 @@ dags: # # If you are using an ssh clone url, you can load # the ssh private key to a k8s secret lik

Re: [PR] Improve trigger UI for string array format validation [airflow]

2024-06-02 Thread via GitHub
techolga commented on code in PR #39993: URL: https://github.com/apache/airflow/pull/39993#discussion_r1623800107 ## airflow/www/templates/airflow/trigger.html: ## @@ -86,8 +86,9 @@ {% endfor -%} {% elif form_details.schema and "array" in form_details.schem

Re: [PR] Improve trigger UI for string array format validation [airflow]

2024-06-02 Thread via GitHub
techolga commented on code in PR #39993: URL: https://github.com/apache/airflow/pull/39993#discussion_r1623800107 ## airflow/www/templates/airflow/trigger.html: ## @@ -86,8 +86,9 @@ {% endfor -%} {% elif form_details.schema and "array" in form_details.schem

svn commit: r69513 - /dev/airflow/providers/ /release/airflow/providers/

2024-06-02 Thread eladkal
Author: eladkal Date: Mon Jun 3 05:40:56 2024 New Revision: 69513 Log: Release Airflow Providers on 2024-06-03 Added: release/airflow/providers/apache_airflow_providers_cncf_kubernetes-8.3.0-py3-none-any.whl - copied unchanged from r69512, dev/airflow/providers/apache_airflow_provide

Re: [PR] Prevent start trigger initialization in scheduler [airflow]

2024-06-02 Thread via GitHub
dstandish commented on code in PR #39585: URL: https://github.com/apache/airflow/pull/39585#discussion_r1623809110 ## airflow/models/taskinstance.py: ## @@ -1615,8 +1632,10 @@ def _defer_task( ti.trigger_timeout = ti.start_date + execution_timeout if ti.test_mo

Re: [PR] Add documentation for packages - 2024-05-30 [airflow-site]

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

(airflow-site) branch add-documentation-2024-05-30 deleted (was d1b54268a9)

2024-06-02 Thread eladkal
This is an automated email from the ASF dual-hosted git repository. eladkal pushed a change to branch add-documentation-2024-05-30 in repository https://gitbox.apache.org/repos/asf/airflow-site.git was d1b54268a9 Remove amazon provider from release The revisions that were on this branch ar

(airflow) annotated tag providers-cncf-kubernetes/8.3.0 updated (11f219abff -> 41ad09283f)

2024-06-02 Thread eladkal
This is an automated email from the ASF dual-hosted git repository. eladkal pushed a change to annotated tag providers-cncf-kubernetes/8.3.0 in repository https://gitbox.apache.org/repos/asf/airflow.git *** WARNING: tag providers-cncf-kubernetes/8.3.0 was modified! *** from 11f219abff (comm

(airflow) annotated tag providers-teradata/2.2.0 updated (11f219abff -> 305604a3fc)

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

Re: [PR] Prevent start trigger initialization in scheduler [airflow]

2024-06-02 Thread via GitHub
dstandish commented on code in PR #39585: URL: https://github.com/apache/airflow/pull/39585#discussion_r1623810689 ## airflow/models/taskinstance.py: ## @@ -1615,8 +1632,10 @@ def _defer_task( ti.trigger_timeout = ti.start_date + execution_timeout if ti.test_mo

[PR] Update providers metadata 2024-05-30 [airflow]

2024-06-02 Thread via GitHub
eladkal opened a new pull request, #40021: URL: https://github.com/apache/airflow/pull/40021 (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, e-

Re: [I] Status of testing Providers that were prepared on May 30, 2024 [airflow]

2024-06-02 Thread via GitHub
eladkal closed issue #39947: Status of testing Providers that were prepared on May 30, 2024 URL: https://github.com/apache/airflow/issues/39947 -- 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 sp

Re: [I] Status of testing Providers that were prepared on May 30, 2024 [airflow]

2024-06-02 Thread via GitHub
eladkal commented on issue #39947: URL: https://github.com/apache/airflow/issues/39947#issuecomment-2144328270 Thank you everyone. Providers are released. Amazon provider is excluded from this release and will have rc2 once issues found on rc1 are resolved I invite everyone to help

Re: [I] Status of testing Providers that were prepared on May 30, 2024 [airflow]

2024-06-02 Thread via GitHub
satish-chinthanippu commented on issue #39947: URL: https://github.com/apache/airflow/issues/39947#issuecomment-2144347906 @eladkal https://airflow.apache.org/docs/apache-airflow-providers-teradata/stable/commits.html - Teradata still on old version. -- This is an automated message fro

Re: [PR] Increment try_number while clearing deferred tasks. [airflow]

2024-06-02 Thread via GitHub
eladkal commented on PR #38984: URL: https://github.com/apache/airflow/pull/38984#issuecomment-2144355862 @tirkarthi @dstandish do we want to merge this PR for 2.9.2? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

(airflow-site) branch gh-pages updated (8842396187 -> 086f9f968f)

2024-06-02 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 8842396187 Rewritten history to remove past gh-pages deployments new 086f9f968f Rewritten history to

Re: [PR] Add DatabricksTaskOperator [airflow]

2024-06-02 Thread via GitHub
pankajkoti commented on PR #40013: URL: https://github.com/apache/airflow/pull/40013#issuecomment-2144382409 cc: @tatiana for helping review the PR. -- 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 t

Re: [PR] Prevent start trigger initialization in scheduler [airflow]

2024-06-02 Thread via GitHub
Lee-W commented on code in PR #39585: URL: https://github.com/apache/airflow/pull/39585#discussion_r1623847613 ## airflow/models/taskinstance.py: ## @@ -1615,8 +1632,10 @@ def _defer_task( ti.trigger_timeout = ti.start_date + execution_timeout if ti.test_mode:

Re: [PR] Update providers metadata 2024-05-30 [airflow]

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

(airflow) branch main updated (38e003c2c9 -> 1436ca472f)

2024-06-02 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 38e003c2c9 Warn on mini scheduler failures instead of debug (#39760) add 1436ca472f Update providers metadata 202

Re: [PR] Increment try_number for externally failed tasks [airflow]

2024-06-02 Thread via GitHub
pankajkoti closed pull request #32825: Increment try_number for externally failed tasks URL: https://github.com/apache/airflow/pull/32825 -- 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

Re: [PR] Increment try_number for externally failed tasks [airflow]

2024-06-02 Thread via GitHub
pankajkoti commented on PR #32825: URL: https://github.com/apache/airflow/pull/32825#issuecomment-2144403760 This seems to have been handled during the recent try_number work and I'm able to see this(what the PR aims to solve) working fine without the issue on main branch. Hence, closing th

Re: [I] "Test" airflow connection does not work [airflow]

2024-06-02 Thread via GitHub
aritra24 commented on issue #39968: URL: https://github.com/apache/airflow/issues/39968#issuecomment-2144413747 Had a quick look, My guess would be the connection url being put in might be malformed in some way, something like "jdbc:postgresql://host:port/database?properties" while what it