(airflow) branch main updated (b9773358a7 -> 78fa36518a)

2024-04-26 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 b9773358a7 Make task log messages include run_id (#39280) add 78fa36518a Fix batching for

Re: [PR] Fix batching for BigQueryToPostgresOperator [airflow]

2024-04-26 Thread via GitHub
eladkal merged PR #39233: URL: https://github.com/apache/airflow/pull/39233 -- 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: [I] Add ability to disable a running DAG only after after it's in a finished state [airflow]

2024-04-26 Thread via GitHub
pateash commented on issue #22006: URL: https://github.com/apache/airflow/issues/22006#issuecomment-2080376908 thanks @bbovenzi, I have found a way to still complete the DAGRun, even if the dag is paused. Do we want it to be default behaviour of we should parameterize it with an

(airflow) branch main updated (a3f0d83679 -> b9773358a7)

2024-04-26 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 a3f0d83679 Add assume_role_kwargs in hashicorp backend config (#39279) add b9773358a7 Make task log messages

Re: [PR] Make task log messages include run_id [airflow]

2024-04-26 Thread via GitHub
eladkal merged PR #39280: URL: https://github.com/apache/airflow/pull/39280 -- 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] Add assume_role_kwargs in hashicorp backend config [airflow]

2024-04-26 Thread via GitHub
eladkal commented on code in PR #39279: URL: https://github.com/apache/airflow/pull/39279#discussion_r1581736661 ## airflow/providers/hashicorp/secrets/vault.py: ## @@ -108,7 +110,7 @@ def __init__( key_id: str | None = None, secret_id: str | None = None,

Re: [PR] Add assume_role_kwargs in hashicorp backend config [airflow]

2024-04-26 Thread via GitHub
pankajastro commented on code in PR #39279: URL: https://github.com/apache/airflow/pull/39279#discussion_r1581736915 ## airflow/providers/hashicorp/secrets/vault.py: ## @@ -108,7 +110,7 @@ def __init__( key_id: str | None = None, secret_id: str | None = None,

(airflow) branch main updated: Add assume_role_kwargs in hashicorp backend config (#39279)

2024-04-26 Thread pankaj
This is an automated email from the ASF dual-hosted git repository. pankaj 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 a3f0d83679 Add assume_role_kwargs in hashicorp

Re: [PR] Add assume_role_kwargs in hashicorp backend config [airflow]

2024-04-26 Thread via GitHub
pankajastro merged PR #39279: URL: https://github.com/apache/airflow/pull/39279 -- 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] Expose AWS IAM missing param in Hashicorp secret [airflow]

2024-04-26 Thread via GitHub
pankajastro commented on code in PR #38536: URL: https://github.com/apache/airflow/pull/38536#discussion_r1581736040 ## airflow/providers/hashicorp/_internal_client/vault_client.py: ## @@ -318,15 +321,36 @@ def _auth_azure(self, _client: hvac.Client) -> None: )

[PR] Improve helm chart annotation building script [airflow]

2024-04-26 Thread via GitHub
jedcunningham opened a new pull request, #39286: URL: https://github.com/apache/airflow/pull/39286 Very minor improvement, but this gets rid of a bunch of extra newlines and properly indents the annotations, allowing for an append redirect right into Chart.yaml. Before: ```

Re: [PR] Bug fix on clear_number migration script to properly set the default value [airflow]

2024-04-26 Thread via GitHub
abhishekbhakat commented on code in PR #34344: URL: https://github.com/apache/airflow/pull/34344#discussion_r1581731440 ## airflow/migrations/versions/0129_2_8_0_add_clear_number_to_dag_run.py: ## @@ -38,15 +37,22 @@ def upgrade(): """Apply add cleared column to

Re: [PR] Copy menu_item href for nav bar [airflow]

2024-04-26 Thread via GitHub
jedcunningham commented on code in PR #39282: URL: https://github.com/apache/airflow/pull/39282#discussion_r1581728812 ## airflow/auth/managers/base_auth_manager.py: ## @@ -398,12 +398,10 @@ def filter_permitted_menu_items(self, menu_items: list[MenuItem]) -> list[MenuIt

Re: [PR] Copy menu_item href for nav bar [airflow]

2024-04-26 Thread via GitHub
jedcunningham commented on PR #39282: URL: https://github.com/apache/airflow/pull/39282#issuecomment-2080355998 I refactored this so, in the very off chance `MenuItem` gets a new kwarg/attr, we don't skip it. I also added a test. Please take another look everyone! -- This is an

Re: [PR] migrate to dbt v3 api for "/", "{account_id}/projects/" and "{account_id}/projects/{project_id}/" [airflow]

2024-04-26 Thread via GitHub
jedcunningham commented on code in PR #39214: URL: https://github.com/apache/airflow/pull/39214#discussion_r1581725152 ## airflow/providers/dbt/cloud/hooks/dbt.py: ## @@ -302,19 +302,22 @@ def _run_and_get_response( endpoint: str | None = None, payload: str |

[PR] added logical_date parameter [airflow]

2024-04-26 Thread via GitHub
flolas opened a new pull request, #39285: URL: https://github.com/apache/airflow/pull/39285 FIxes issue #26925 --- **^ Add meaningful description above** Read the **[Pull Request

Re: [I] Add missing test modules in our unit test suite [airflow]

2024-04-26 Thread via GitHub
mateuslatrova commented on issue #35442: URL: https://github.com/apache/airflow/issues/35442#issuecomment-2080273467 Hi! I found that the classes present in the following modules are already covered with tests, but they are unchecked in the issue's first comment:

Re: [PR] Pinecone provider support for `pinecone-client`>=3 [airflow]

2024-04-26 Thread via GitHub
rawwar commented on code in PR #37307: URL: https://github.com/apache/airflow/pull/37307#discussion_r1581639781 ## airflow/providers/pinecone/hooks/pinecone.py: ## @@ -135,119 +170,106 @@ def upsert( **kwargs, ) -@staticmethod +def

Re: [PR] Pinecone provider support for `pinecone-client`>=3 [airflow]

2024-04-26 Thread via GitHub
rawwar commented on code in PR #37307: URL: https://github.com/apache/airflow/pull/37307#discussion_r1581639150 ## airflow/providers/pinecone/hooks/pinecone.py: ## @@ -135,119 +170,132 @@ def upsert( **kwargs, ) -@staticmethod +def

Re: [PR] Add more proper typing to `StreamLogWriter` [airflow]

2024-04-26 Thread via GitHub
github-actions[bot] commented on PR #37347: URL: https://github.com/apache/airflow/pull/37347#issuecomment-2080252987 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: [PR] Add the possibility of custom probes in flower helm deployment [airflow]

2024-04-26 Thread via GitHub
github-actions[bot] commented on PR #38069: URL: https://github.com/apache/airflow/pull/38069#issuecomment-2080252952 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

(airflow) branch main updated (a7e5510dbb -> 49865acf30)

2024-04-26 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 a7e5510dbb Make audit log before/after filterable (#39120) add 49865acf30 Fix supported version of

Re: [PR] Fix supported version of python/k8s in main README [airflow]

2024-04-26 Thread via GitHub
jedcunningham merged PR #39284: URL: https://github.com/apache/airflow/pull/39284 -- 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-9-test updated (c9cc72608d -> eb11360a9c)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a change to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git from c9cc72608d Fix trigger kwarg encryption migration (#39246) new 0a40b34c17 Fix supported k8s version

(airflow) 01/02: Fix supported k8s version in docs (#39172)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 0a40b34c17d0a2ed91560620496238ba5557acd3 Author: Jed Cunningham

(airflow) 02/02: (img/edge_label_example.png): changed imaged to new label view (#38802)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit eb11360a9c49a6f8d3c0b2ba73129638426bd6d4 Author: Idan Tepper <65827206+idantep...@users.noreply.github.com>

(airflow) 37/48: Add k8s 1.29 to supported version in docs (#39168)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit fd0226e068d6ade76f558d37b8e75f218fe9ea44 Author: Jed Cunningham

(airflow) 38/48: Update `is_authorized_custom_view` from auth manager to handle custom actions (#39167)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 092ceaed55fff2d09c5a975b255d33d3d29106b9 Author: Vincent <97131062+vincb...@users.noreply.github.com>

(airflow) 44/48: Get served logs when remote or executor logs not available for non-running task try (#39177)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 505ecd95381610ed073a3bb5cfd9d773335b8a2b Author: Kalle Ahlström <71292737+kahls...@users.noreply.github.com>

(airflow) 36/48: Improve task filtering UX (#39119)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 20910721674cf3c7fdef159a48a0661a5f91b708 Author: Brent Bovenzi AuthorDate: Mon Apr 22 10:15:07 2024 -0400

(airflow) 23/48: Add `inherit_cache` attribute for `CreateTableAs` custom SA Clause (#38985)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 82a1b6abdeeb225b75f53fcfa9d74ba258a4aee9 Author: Andrey Anshin AuthorDate: Sun Apr 14 17:19:17 2024 +0400

(airflow) 45/48: Force to use Airflow Deprecation warnings categories on `@deprecated` decorator (#39205)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit d2ae8c97550eaeaefca309d4b5878546d66895c9 Author: Andrey Anshin AuthorDate: Thu Apr 25 17:44:22 2024 +0400

(airflow) 30/48: [docs] update `DagBag` class docstring to include all params (#38814)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 672d47ebf062b9b152ff407289db9959c9579db5 Author: Kalyan AuthorDate: Tue Apr 16 17:52:57 2024 +0530

(airflow) 48/48: Fix trigger kwarg encryption migration (#39246)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit c9cc72608d66b1481ef1029499ce54e30b178b12 Author: Jed Cunningham

(airflow) 41/48: Use grid view for Task Instance's `log_url` (#39183)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 7cd311dc78a82c057b971912fdb4d70457e06638 Author: Madison Swain-Bowden AuthorDate: Wed Apr 24 09:41:43 2024

(airflow) 29/48: Fix doc redirects (#39039)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 2970e35e1d2483d815be6efc2ddeffa634b2e445 Author: Vincent <97131062+vincb...@users.noreply.github.com>

(airflow) 32/48: update document (#39068)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit ed4cd93eca7f95b8723d2a21e50e52dd7f95d871 Author: humit AuthorDate: Wed Apr 17 05:46:14 2024 +0900

(airflow) 47/48: Add workaround for datetime-local input in firefox (#39261)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit d5d8b588f72fc8b91a7a5a7a16bcbe4cf82b1fe8 Author: Brent Bovenzi AuthorDate: Thu Apr 25 13:21:17 2024 -0400

(airflow) 39/48: Add warning about run/import Airflow under the Windows (#39196)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 8e458d979ee269bdf6e51dd22e1c083808c429db Author: Andrey Anshin AuthorDate: Tue Apr 23 14:21:46 2024 +0400

(airflow) 40/48: Add link to `user` and `role` commands (#39224)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit c5836745e875a612adca3558b8c79862c66dc82e Author: Jarek Potiuk AuthorDate: Wed Apr 24 13:05:32 2024 +0200

(airflow) 18/48: (external_task.py): changed the background color of external task in graph (#38969)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 2e25153a522a3567e69ae602ea7bceecae921a72 Author: Idan Tepper <65827206+idantep...@users.noreply.github.com>

(airflow) 17/48: Fix dag run selection (#38941)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 39dd5930279af2dd90bcb7c4106b9a931901b8c9 Author: Brent Bovenzi AuthorDate: Thu Apr 11 16:36:22 2024 -0400

(airflow) 08/48: Remove decorator from rendering fields example (#38827)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a0249d4a9ecda1c0dc270c52eb5b19ab4cc0f460 Author: Elad Kalif <45845474+elad...@users.noreply.github.com>

(airflow) 43/48: doc: dynamictaskmapping pythonoperator op_kwargs (#39242)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit f299149da4681b680050fc5e5cf68ce667a31102 Author: raphaelauv AuthorDate: Thu Apr 25 06:40:06 2024 +0200

(airflow) 12/48: Fix typo in templates-ref.rst (#38865)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 72b2ec0ea49027666a2e1976b56503904556ed10 Author: Kolmakov Alexey AuthorDate: Tue Apr 9 23:00:38 2024 +0300

(airflow) 25/48: Undeprecate `BaseXCom.get_one` method for now (#38991)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 083a781d1f01818cc1ecba05b1651880d5addae8 Author: Andrey Anshin AuthorDate: Mon Apr 15 12:51:28 2024 +0400

(airflow) 13/48: Fix problem that links in legacy log view can not be clicked (#38882)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 1725139a42925ca369d36101e0af694af5486c3f Author: Jens Scheffler <95105677+jsche...@users.noreply.github.com>

(airflow) 15/48: Limit redis image to 7.2 in sample docker-compose.yaml (#38938)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit e9986043a10d93a2252fbb2ee36d355128505578 Author: Andrey Anshin AuthorDate: Thu Apr 11 22:58:47 2024 +0400

(airflow) 11/48: Fix dag run link params (#38873)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 84b76e02fc7b8352fa132dd3926f69db08682b53 Author: Brent Bovenzi AuthorDate: Tue Apr 9 14:23:13 2024 -0400

(airflow) 06/48: Use async db calls in WorkflowTrigger (#38689)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit c6c589f5a495a19769e3274e7bfe04dde50f62a7 Author: Steven Schaerer

(airflow) 10/48: Remove a couple items from the 2.9.0 changelog (#38866)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 672f8ad02aef0d74332d877abc0bb36d490ccab7 Author: Jed Cunningham

(airflow) 46/48: Add Grid button to Task Instance view (#39223)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit df9db0cb15e2acfe768218f5401550c17b302cde Author: Carlos Sánchez Páez AuthorDate: Thu Apr 25 17:17:47 2024

(airflow) 20/48: Don't wait for DagRun lock in mini scheduler (#38914)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 5c6736daeb9910f3b7c5f7c5b166d07841f86261 Author: Daniel Standish

(airflow) 07/48: Fix 'use case' spelling (#38817)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 6d36c80d0b3f497bb3baa0864e497ee69ac65505 Author: Tzu-ping Chung AuthorDate: Mon Apr 8 15:27:04 2024 +0800

(airflow) 42/48: Fixed side effect of menu filtering causing disappearing menus (#39229)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 899d4e858735bda153305b268c8c06937adf841d Author: Jarek Potiuk AuthorDate: Wed Apr 24 19:09:09 2024 +0200

(airflow) 33/48: Check that the dataset<>task exists before trying to render graph (#39069)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 5fcf36cc652a98f5405626d263d93ad55251a959 Author: Brent Bovenzi AuthorDate: Tue Apr 16 21:54:30 2024 -0400

(airflow) 28/48: Hostname was "redacted", not "redact"; remove it when there is no context (#39037)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 394821f47a1575daa201a4f1d2542817d5f653da Author: Jed Cunningham

(airflow) 04/48: Improve audit log events filter (#38719)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 83e7dec335d40e3435607172c3b348c245dc39a6 Author: Brent Bovenzi AuthorDate: Thu Apr 4 12:56:27 2024 -0400

(airflow) 26/48: Bugfix: Move rendering of `map_index_template` so it renders for failed tasks as long as it was defined before the point of failure (#38902)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 3487fccfe27d959f6ed1b407cfb613635f88a839 Author: Tamara Janina Fingerlin

(airflow) branch v2-9-test updated (e61cb8fa41 -> c9cc72608d)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a change to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git from e61cb8fa41 Apply PROVIDE_PROJECT_ID mypy workaround across Google provider (#39129) new 1d40343286

(airflow) 01/48: Fix typo with DatasetOrTimeSchedule as it was renamed (#38576)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 1d40343286864942f32f4be6a7e3789790ea2fc2 Author: Ankit Chaurasia <8670962+sunank...@users.noreply.github.com>

(airflow) 22/48: Add in Trove classifiers Python 3.12 support (#39004)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit adfabe897b156dfee44206de35a7a24b1e231a28 Author: Wei Lee AuthorDate: Sun Apr 14 18:34:31 2024 +0800 Add

(airflow) 27/48: Check whether `AUTH_ROLE_PUBLIC` is set in `check_authentication` (#39012)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 983ab5876945bc399806efa7d426afac29eb6025 Author: Wei Lee AuthorDate: Mon Apr 15 22:37:33 2024 +0800

(airflow) 34/48: Graph view improvements (#38940)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 7cd476ed506b804d3900c2bd5ffa9dfef0592fb1 Author: Brent Bovenzi AuthorDate: Wed Apr 17 08:59:59 2024 -0400

(airflow) 24/48: Correcting an example taskflow example (#39015)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit d6e397fe11c5b8840f06f1588707da2f442a86eb Author: Amogh Desai AuthorDate: Mon Apr 15 13:53:50 2024 +0530

(airflow) 14/48: Fix implicit cartessian product in AirflowSecurityManagerV2 (#38913)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 26597046291a7f53b8a73165c19fd946d5887778 Author: Andrey Anshin AuthorDate: Thu Apr 11 14:24:03 2024 +0400

(airflow) 21/48: Use debug level for minischeduler skip (#38976)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 1f70db4794656a9cc86c9c862ee2658c060cf9f3 Author: Daniel Standish

(airflow) 31/48: Data aware scheduling docs edits (#38687)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 0602de02eef86e7c7c49da77d4937f7c9956 Author: Laura Zdanski <25642903+lzdan...@users.noreply.github.com>

(airflow) 35/48: Improve rendered_template ux in react dag page (#39122)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 6cee9b0d565b3e9d0dbefc6c614f2654073222eb Author: Brent Bovenzi AuthorDate: Fri Apr 19 00:22:19 2024 -0400

(airflow) 19/48: Fix calendar view with no DAG Run. (#38964)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit b35f67dc4cf695aa18885eb1fba445e8699ba847 Author: Karthikeyan Singaravelan AuthorDate: Sat Apr 13 00:30:39

(airflow) 16/48: Fix `SAWarning` 'Coercing Subquery object into a select() for use in IN()' (#38926)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit df37d60d498d9bfac073bb1aa59ca6734a7fe6db Author: Andrey Anshin AuthorDate: Thu Apr 11 23:18:26 2024 +0400

(airflow) 03/48: Use `methodtools.lru_cache` instead of `functools.lru_cache` in class methods (#37757)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit c501d3a1f6e3743566a34c20a4e6514710e48df6 Author: Andrey Anshin AuthorDate: Wed Apr 3 12:42:16 2024 +0400

(airflow) 09/48: Update version added field in config.yml (#38840)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 3b84410342738d0b639e1fa47c8ce74b2d199658 Author: Ephraim Anierobi AuthorDate: Mon Apr 8 17:15:43 2024 +0100

(airflow) 05/48: Bump undici from 5.28.3 to 5.28.4 in /airflow/www (#38751)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 16256a2514d4fff6d4ccca106edb4bc280846d6e Author: Dependabot [bot]

(airflow) 02/48: Raise deprecated warning in `airflow dags backfill` only if `-I`/`--ignore-first-depends-on-past` provided (#38676)

2024-04-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 70d31c09776849554195b939af1f707a24d58037 Author: Andrey Anshin AuthorDate: Tue Apr 2 23:30:39 2024 +0400

Re: [PR] Expose AWS IAM missing param in Hashicorp secret [airflow]

2024-04-26 Thread via GitHub
ReadytoRocc commented on code in PR #38536: URL: https://github.com/apache/airflow/pull/38536#discussion_r1581585548 ## airflow/providers/hashicorp/_internal_client/vault_client.py: ## @@ -318,15 +321,36 @@ def _auth_azure(self, _client: hvac.Client) -> None: )

Re: [I] [Bug]: Papermill Provider installed via pip seems empty [airflow]

2024-04-26 Thread via GitHub
Taragolis commented on issue #39281: URL: https://github.com/apache/airflow/issues/39281#issuecomment-2080177617 Airflow Community Providers are [namespace packages](https://packaging.python.org/en/latest/guides/packaging-namespace-packages/) and installed under the `airflow/providers`

Re: [I] ShieldedInstanceConfig not being accepted by Dataproc operators ClusterGenerator [airflow]

2024-04-26 Thread via GitHub
eladkal closed issue #31058: ShieldedInstanceConfig not being accepted by Dataproc operators ClusterGenerator URL: https://github.com/apache/airflow/issues/31058 -- 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] Fix supported k8s version in docs [airflow]

2024-04-26 Thread via GitHub
jedcunningham commented on PR #39172: URL: https://github.com/apache/airflow/pull/39172#issuecomment-2080166227 Hi future self! Yes, turns out we dropped 1.25 from 2.9 before the release and the readme was wrong :) -- This is an automated message from the Apache Git Service. To respond

[PR] Fix supported version of python/k8s in main README [airflow]

2024-04-26 Thread via GitHub
jedcunningham opened a new pull request, #39284: URL: https://github.com/apache/airflow/pull/39284 This was missed when we updated main with the info from v2-9-stable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[PR] Move significant newsfragment for 2.9.0 to release notes [airflow]

2024-04-26 Thread via GitHub
jedcunningham opened a new pull request, #39283: URL: https://github.com/apache/airflow/pull/39283 Once the release is out, these should be added directly to the release notes - newsfragments are all about future releases! cc @jscheffl -- This is an automated message from the

Re: [PR] Amazon Bedrock - Knowledge Bases and Data Sources [airflow]

2024-04-26 Thread via GitHub
ferruzzi commented on PR #39245: URL: https://github.com/apache/airflow/pull/39245#issuecomment-2080116389 Alright. @vincbeck I believe I have address the concerns you raised I just ran the system test end to end three times: ``` default_args={deferrable=True,

[PR] Copy menu_item href for nav bar [airflow]

2024-04-26 Thread via GitHub
bbovenzi opened a new pull request, #39282: URL: https://github.com/apache/airflow/pull/39282 In https://github.com/apache/airflow/pull/39229, we forgot to copy the menu href and then all the nav bar links were broken. --- **^ Add meaningful description above** Read the **[Pull

Re: [PR] Amazon Bedrock - Knowledge Bases and Data Sources [airflow]

2024-04-26 Thread via GitHub
ferruzzi commented on code in PR #39245: URL: https://github.com/apache/airflow/pull/39245#discussion_r1581512161 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -351,3 +353,288 @@ def execute_complete(self, context: Context, event: dict[str, Any] | None = None

Re: [PR] [FEAT] raise exception with main notebook error in DatabricksRunNowDeferrableOperator [airflow]

2024-04-26 Thread via GitHub
gaurav7261 commented on code in PR #39110: URL: https://github.com/apache/airflow/pull/39110#discussion_r1581499582 ## airflow/providers/databricks/triggers/databricks.py: ## @@ -84,13 +84,30 @@ async def run(self): async with self.hook: while True:

Re: [PR] Amazon Bedrock - Knowledge Bases and Data Sources [airflow]

2024-04-26 Thread via GitHub
ferruzzi commented on code in PR #39245: URL: https://github.com/apache/airflow/pull/39245#discussion_r1581497990 ## airflow/providers/amazon/aws/sensors/opensearch_serverless.py: ## @@ -0,0 +1,110 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

Re: [PR] Bug fix on clear_number migration script to properly set the default value [airflow]

2024-04-26 Thread via GitHub
boctorj commented on code in PR #34344: URL: https://github.com/apache/airflow/pull/34344#discussion_r1581498733 ## airflow/migrations/versions/0129_2_8_0_add_clear_number_to_dag_run.py: ## @@ -38,15 +37,22 @@ def upgrade(): """Apply add cleared column to dagrun""" -

[I] Papermill Providers installed via pip seems empty [airflow]

2024-04-26 Thread via GitHub
deramos opened a new issue, #39281: URL: https://github.com/apache/airflow/issues/39281 ### Apache Airflow Provider(s) papermill ### Versions of Apache Airflow Providers ``` pip install apache-airflow-providers-papermill ``` installs successfully, but the installed

Re: [PR] Add messages to task log about moving to queued [airflow]

2024-04-26 Thread via GitHub
collinmcnulty commented on PR #37951: URL: https://github.com/apache/airflow/pull/37951#issuecomment-2080031779 I didn't progress further on this because of concern that the task context calls in the critical section would slow down scheduler performance -- This is an automated message

Re: [PR] Amazon Bedrock - Knowledge Bases and Data Sources [airflow]

2024-04-26 Thread via GitHub
ferruzzi commented on code in PR #39245: URL: https://github.com/apache/airflow/pull/39245#discussion_r1581460944 ## airflow/providers/amazon/aws/sensors/bedrock.py: ## @@ -68,7 +70,56 @@ def __init__( super().__init__(**kwargs) self.deferrable = deferrable

Re: [I] ShieldedInstanceConfig not being accepted by Dataproc operators ClusterGenerator [airflow]

2024-04-26 Thread via GitHub
sai3563 commented on issue #31058: URL: https://github.com/apache/airflow/issues/31058#issuecomment-2080009300 @eladkal @shivannakarthik It seems no modifications in the `DataprocCreateClusterOperator` are needed. While testing with the latest dev branch i.e. `2.10.0.dev0`, I was able to

Re: [PR] Added Feature: search dags by task id with suggestions [airflow]

2024-04-26 Thread via GitHub
jscheffl commented on code in PR #37436: URL: https://github.com/apache/airflow/pull/37436#discussion_r1581455829 ## airflow/www/views.py: ## @@ -5415,51 +5453,78 @@ class AutocompleteView(AirflowBaseView): def autocomplete(self, session: Session = NEW_SESSION):

Re: [PR] Make audit log before/after filterable [airflow]

2024-04-26 Thread via GitHub
bbovenzi merged PR #39120: URL: https://github.com/apache/airflow/pull/39120 -- 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 (6d09adf992 -> a7e5510dbb)

2024-04-26 Thread bbovenzi
This is an automated email from the ASF dual-hosted git repository. bbovenzi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from 6d09adf992 Add tests for `EmrServerlessJobSensor` and `EmrServerlessApplicationSensor` (#39099) add a7e5510dbb

Re: [PR] Added Feature: search dags by task id with suggestions [airflow]

2024-04-26 Thread via GitHub
bbovenzi commented on code in PR #37436: URL: https://github.com/apache/airflow/pull/37436#discussion_r1581435304 ## airflow/www/views.py: ## @@ -5415,51 +5453,78 @@ class AutocompleteView(AirflowBaseView): def autocomplete(self, session: Session = NEW_SESSION):

Re: [PR] Fix visible DagRun doesn't point to the same dag run id [airflow]

2024-04-26 Thread via GitHub
bbovenzi commented on PR #38365: URL: https://github.com/apache/airflow/pull/38365#issuecomment-2079949143 Let's go for logical date then -- 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: [I] Rendering custom map index before task is run. [airflow]

2024-04-26 Thread via GitHub
raphaelauv commented on issue #39118: URL: https://github.com/apache/airflow/issues/39118#issuecomment-2079827043 since we can define at operator definition the field `map_index_template="{{ task.op_kwargs['date'] }}",`, it can be render by the webserver -- This is an automated message

Re: [I] Rendering custom map index before task is run. [airflow]

2024-04-26 Thread via GitHub
RNHTTR commented on issue #39118: URL: https://github.com/apache/airflow/issues/39118#issuecomment-2079818129 @tomrutter Would you like to be assigned? Given the current design (using a task's `context` object) I think this might be trickier than meets the eye. -- This is an

Re: [PR] Fix visible DagRun doesn't point to the same dag run id [airflow]

2024-04-26 Thread via GitHub
jedcunningham commented on PR #38365: URL: https://github.com/apache/airflow/pull/38365#issuecomment-2079806249 Gentle bump @bbovenzi. I do wonder if both places should use logical_date instead though. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Fix "matchExpressions" for "nodeAffinity" [airflow]

2024-04-26 Thread via GitHub
RNHTTR commented on code in PR #39255: URL: https://github.com/apache/airflow/pull/39255#discussion_r1581305660 ## docs/kubernetes.rst: ## Review Comment: I don't think so. It seems correct in the [docs for the current version of the

  1   2   3   >