Re: [PR] Simplify dataset serialization [airflow]

2024-04-04 Thread via GitHub
uranusjr commented on PR #38694: URL: https://github.com/apache/airflow/pull/38694#issuecomment-2038970618 No, just an optimisation. -- 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

[I] Add CloudRunCreateServiceOperator to Google Provider [airflow]

2024-04-04 Thread via GitHub
ophie200 opened a new issue, #38760: URL: https://github.com/apache/airflow/issues/38760 ### Description Add Airflow Operator that can [create a service on Google

Re: [I] 404 Pod not found can be seen often [airflow]

2024-04-04 Thread via GitHub
github-actions[bot] commented on issue #37090: URL: https://github.com/apache/airflow/issues/37090#issuecomment-2038481329 This issue has been closed because it has not received response from the issue author. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] 404 Pod not found can be seen often [airflow]

2024-04-04 Thread via GitHub
github-actions[bot] closed issue #37090: 404 Pod not found can be seen often URL: https://github.com/apache/airflow/issues/37090 -- 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] Implement start/end/debug for multiple executors in scheduler job [airflow]

2024-04-04 Thread via GitHub
dstandish commented on code in PR #38514: URL: https://github.com/apache/airflow/pull/38514#discussion_r1552594898 ## airflow/jobs/scheduler_job_runner.py: ## @@ -270,8 +270,10 @@ def _debug_dump(self, signum: int, frame: FrameType | None) -> None:

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552529331 ## tests/system/providers/amazon/aws/example_bedrock.py: ## @@ -37,30 +81,84 @@ ) as dag: test_context = sys_test_context_task() env_id =

Re: [I] expand_kwargs does not preserve templates [airflow]

2024-04-04 Thread via GitHub
hussein-awala commented on issue #38745: URL: https://github.com/apache/airflow/issues/38745#issuecomment-2038444630 For more context, I updated the behavior of `expand_kwargs` in 2.7.1 by https://github.com/apache/airflow/pull/32272 to fix https://github.com/apache/airflow/issues/32260.

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552586854 ## tests/system/providers/amazon/aws/example_bedrock.py: ## @@ -16,17 +16,61 @@ # under the License. from __future__ import annotations +import json from

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552583500 ## tests/providers/amazon/aws/waiters/test_bedrock.py: ## @@ -0,0 +1,71 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
o-nikolas commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552581272 ## tests/system/providers/amazon/aws/example_bedrock.py: ## @@ -16,17 +16,61 @@ # under the License. from __future__ import annotations +import json from

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552580948 ## tests/providers/amazon/aws/operators/test_bedrock.py: ## @@ -18,42 +18,153 @@ from __future__ import annotations import json -from typing import Generator

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
o-nikolas commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552580790 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -91,3 +96,155 @@ def execute(self, context: Context) -> dict[str, str | int]:

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
o-nikolas commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552578537 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -91,3 +96,155 @@ def execute(self, context: Context) -> dict[str, str | int]:

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552572554 ## tests/providers/amazon/aws/hooks/test_bedrock.py: ## @@ -16,7 +16,70 @@ # under the License. from __future__ import annotations -from

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552560048 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -91,3 +96,155 @@ def execute(self, context: Context) -> dict[str, str | int]:

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552558849 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -91,3 +96,155 @@ def execute(self, context: Context) -> dict[str, str | int]:

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552557529 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -91,3 +96,155 @@ def execute(self, context: Context) -> dict[str, str | int]:

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552557529 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -91,3 +96,155 @@ def execute(self, context: Context) -> dict[str, str | int]:

(airflow) branch main updated (5c8510a1f1 -> 960a6bf7d9)

2024-04-04 Thread taragolis
This is an automated email from the ASF dual-hosted git repository. taragolis pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from 5c8510a1f1 Add google-cloud-bigquery as explicit google-provider dependency (#38753) add 960a6bf7d9 Fix

Re: [PR] Fix failing test after upgrade to the newer dependencies [airflow]

2024-04-04 Thread via GitHub
Taragolis merged PR #38759: URL: https://github.com/apache/airflow/pull/38759 -- 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 google-cloud-bigquery as explicit google-provider dependency [airflow]

2024-04-04 Thread via GitHub
hussein-awala commented on PR #38753: URL: https://github.com/apache/airflow/pull/38753#issuecomment-2038405070 I could not reproduce it with UV 0.1.29 and the command you provided in the issue created in UV project, but I didn't try with 0.1.28: ```bash (airflow) ➜ airflow

Re: [PR] Implement start/end/debug for multiple executors in scheduler job [airflow]

2024-04-04 Thread via GitHub
o-nikolas commented on code in PR #38514: URL: https://github.com/apache/airflow/pull/38514#discussion_r1552549164 ## airflow/jobs/scheduler_job_runner.py: ## @@ -270,8 +270,10 @@ def _debug_dump(self, signum: int, frame: FrameType | None) -> None:

Re: [PR] DB tests are now moved to a single, separate workflow [airflow]

2024-04-04 Thread via GitHub
potiuk closed pull request #38731: DB tests are now moved to a single, separate workflow URL: https://github.com/apache/airflow/pull/38731 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552532744 ## tests/system/providers/amazon/aws/example_bedrock.py: ## @@ -16,17 +16,61 @@ # under the License. from __future__ import annotations +import json from

(airflow) branch main updated (e4e73ba093 -> 5c8510a1f1)

2024-04-04 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 e4e73ba093 Partially enable `TRY002` rule (#38756) add 5c8510a1f1 Add google-cloud-bigquery as explicit

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552529331 ## tests/system/providers/amazon/aws/example_bedrock.py: ## @@ -37,30 +81,84 @@ ) as dag: test_context = sys_test_context_task() env_id =

Re: [PR] Add google-cloud-bigquery as explicit google-provider dependency [airflow]

2024-04-04 Thread via GitHub
potiuk merged PR #38753: URL: https://github.com/apache/airflow/pull/38753 -- 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] Fix failing test after upgrade to the newer dependencies [airflow]

2024-04-04 Thread via GitHub
Taragolis commented on PR #38759: URL: https://github.com/apache/airflow/pull/38759#issuecomment-2038369879 Add changes, now it should work in old and never version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Fix failing test after upgrade to the newer dependencies [airflow]

2024-04-04 Thread via GitHub
potiuk commented on PR #38759: URL: https://github.com/apache/airflow/pull/38759#issuecomment-2038372791 > Add changes, now it should work in old and never version Coool -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552529331 ## tests/system/providers/amazon/aws/example_bedrock.py: ## @@ -37,30 +81,84 @@ ) as dag: test_context = sys_test_context_task() env_id =

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
o-nikolas commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552493564 ## airflow/providers/amazon/aws/hooks/bedrock.py: ## @@ -16,9 +16,53 @@ # under the License. from __future__ import annotations +from botocore.exceptions

Re: [PR] Fix failing test after upgrade to the newer dependencies [airflow]

2024-04-04 Thread via GitHub
potiuk commented on PR #38759: URL: https://github.com/apache/airflow/pull/38759#issuecomment-2038350820 Hmmm. One small problem - this test will sart failing with old versions of openlineage - I guess - and most PRs will run with the latest constraints until they get refreshed, so that

(airflow) branch main updated (a19a9cb523 -> e4e73ba093)

2024-04-04 Thread ferruzzi
This is an automated email from the ASF dual-hosted git repository. ferruzzi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from a19a9cb523 removed usage of deprecated function for naming the pod in provider k8s pod.py (#38638) add

Re: [PR] Partially enable `TRY002` rule [airflow]

2024-04-04 Thread via GitHub
ferruzzi merged PR #38756: URL: https://github.com/apache/airflow/pull/38756 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Fix failing test after upgrade to the newer dependencies [airflow]

2024-04-04 Thread via GitHub
Taragolis opened a new pull request, #38759: URL: https://github.com/apache/airflow/pull/38759 Fix failing tests into the main after upgrade to the newer openlineage packages ```diff 372,374c372,374 < openlineage-integration-common==1.10.2 <

Re: [I] auth_backend or auth_backends? [airflow]

2024-04-04 Thread via GitHub
potiuk commented on issue #38757: URL: https://github.com/apache/airflow/issues/38757#issuecomment-203829 You are likely looking at old version of airflow:

Re: [I] auth_backend or auth_backends? [airflow]

2024-04-04 Thread via GitHub
potiuk closed issue #38757: auth_backend or auth_backends? URL: https://github.com/apache/airflow/issues/38757 -- 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,

Re: [PR] Partially enable `TRY002` rule [airflow]

2024-04-04 Thread via GitHub
Taragolis commented on code in PR #38756: URL: https://github.com/apache/airflow/pull/38756#discussion_r1552504802 ## pyproject.toml: ## @@ -368,13 +372,53 @@ combine-as-imports = true "tests/providers/google/cloud/operators/test_vertex_ai.py" = ["E402"]

Re: [PR] Partially enable `TRY002` rule [airflow]

2024-04-04 Thread via GitHub
Taragolis commented on code in PR #38756: URL: https://github.com/apache/airflow/pull/38756#discussion_r1552502053 ## pyproject.toml: ## @@ -368,13 +372,53 @@ combine-as-imports = true "tests/providers/google/cloud/operators/test_vertex_ai.py" = ["E402"]

Re: [PR] Fix dag task scheduled and queued duration metrics [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on PR #37936: URL: https://github.com/apache/airflow/pull/37936#issuecomment-2038296339 @Bowrna @HTRafal @tanvn - Does this proposed change look like it will address your comments? If you all confirm, I'll approve and we can get it merged. The code looks fin to me,

Re: [PR] Partially enable `TRY002` rule [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38756: URL: https://github.com/apache/airflow/pull/38756#discussion_r1552490082 ## pyproject.toml: ## @@ -339,14 +340,17 @@ combine-as-imports = true "*/example_dags/*" = ["D"] "chart/*" = ["D"] "dev/*" = ["D"] -# In addition, ignore top

[PR] bump uv to 0.1.29 [airflow]

2024-04-04 Thread via GitHub
hussein-awala opened a new pull request, #38758: URL: https://github.com/apache/airflow/pull/38758 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

(airflow) branch main updated: removed usage of deprecated function for naming the pod in provider k8s pod.py (#38638)

2024-04-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.git The following commit(s) were added to refs/heads/main by this push: new a19a9cb523 removed usage of deprecated function

Re: [PR] removed usage of deprecated function for naming the pod in provider k8s pod.py [airflow]

2024-04-04 Thread via GitHub
eladkal merged PR #38638: URL: https://github.com/apache/airflow/pull/38638 -- 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] Data aware scheduling docs edits [airflow]

2024-04-04 Thread via GitHub
lzdanski commented on PR #38687: URL: https://github.com/apache/airflow/pull/38687#issuecomment-2038233698 Wait on review from @sunank200 before merging! -- 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

(airflow) annotated tag constraints-2.9.0rc2 updated (54f5ec8e12 -> 2c441c6447)

2024-04-04 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to annotated tag constraints-2.9.0rc2 in repository https://gitbox.apache.org/repos/asf/airflow.git *** WARNING: tag constraints-2.9.0rc2 was modified! *** from 54f5ec8e12 (tag) to 2c441c6447

(airflow) branch constraints-2-9 updated: canonical versions

2024-04-04 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch constraints-2-9 in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-2-9 by this push: new b1ebae4b0c canonical

(airflow) branch pytest-import-mode-importlib updated (4d06d33870 -> b83ce59b4e)

2024-04-04 Thread taragolis
This is an automated email from the ASF dual-hosted git repository. taragolis pushed a change to branch pytest-import-mode-importlib in repository https://gitbox.apache.org/repos/asf/airflow.git discard 4d06d33870 Add importlib to the other tests add b83ce59b4e Add importlib to the other

(airflow) branch pytest-import-mode-importlib updated (5be23afeab -> 4d06d33870)

2024-04-04 Thread taragolis
This is an automated email from the ASF dual-hosted git repository. taragolis pushed a change to branch pytest-import-mode-importlib in repository https://gitbox.apache.org/repos/asf/airflow.git discard 5be23afeab Add importlib to the other tests discard f177c7d46d [Experiment] Use

Re: [PR] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552442572 ## docs/apache-airflow-providers-amazon/operators/bedrock.rst: ## @@ -65,6 +65,44 @@ To invoke an Amazon Titan model you would use: For details on the different

[I] auth_backend or auth_backends? [airflow]

2024-04-04 Thread via GitHub
zhiqigong1997 opened a new issue, #38757: URL: https://github.com/apache/airflow/issues/38757 ### What do you see as an issue? I installed airfow and the default configure has a field called auth_backends. I was not able to change any auth related configuration by playing with this

(airflow) annotated tag constraints-2.9.0rc2 updated (d10c976b94 -> 54f5ec8e12)

2024-04-04 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to annotated tag constraints-2.9.0rc2 in repository https://gitbox.apache.org/repos/asf/airflow.git *** WARNING: tag constraints-2.9.0rc2 was modified! *** from d10c976b94 (tag) to 54f5ec8e12

(airflow) branch constraints-2-9 updated: Replace fab constraints wih rc

2024-04-04 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch constraints-2-9 in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-2-9 by this push: new b983a596aa Replace fab

[PR] Partially enable `TRY002` rule [airflow]

2024-04-04 Thread via GitHub
Taragolis opened a new pull request, #38756: URL: https://github.com/apache/airflow/pull/38756 The final step after the similar PR - https://github.com/apache/airflow/pull/38344 - https://github.com/apache/airflow/pull/38489 Enable

Re: [PR] Make _run_task_by_local_task_job compatible with internal API [airflow]

2024-04-04 Thread via GitHub
dstandish commented on code in PR #38563: URL: https://github.com/apache/airflow/pull/38563#discussion_r1552424445 ## airflow/cli/commands/task_command.py: ## @@ -278,7 +279,15 @@ def _run_task_by_local_task_job(args, ti: TaskInstance | TaskInstancePydantic) -

Re: [PR] add Wei Lee to committer list [airflow]

2024-04-04 Thread via GitHub
Taragolis commented on PR #38740: URL: https://github.com/apache/airflow/pull/38740#issuecomment-2038185567  拾  -- 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] removed usage of deprecated function for naming the pod in provider k8s pod.py [airflow]

2024-04-04 Thread via GitHub
idantepper commented on PR #38638: URL: https://github.com/apache/airflow/pull/38638#issuecomment-2038183985 i ran pre-commit and changed the order of the imports -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

(airflow) annotated tag 2.9.0rc2 updated (920921ee39 -> 752802f793)

2024-04-04 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to annotated tag 2.9.0rc2 in repository https://gitbox.apache.org/repos/asf/airflow.git *** WARNING: tag 2.9.0rc2 was modified! *** from 920921ee39 (commit) to 752802f793 (tag)

Re: [PR] Replace to broad exceptions into the Dev [airflow]

2024-04-04 Thread via GitHub
Taragolis merged PR #38489: URL: https://github.com/apache/airflow/pull/38489 -- 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: Replace to broad exceptions into the dev (#38489)

2024-04-04 Thread taragolis
This is an automated email from the ASF dual-hosted git repository. taragolis 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 cc901cdaab Replace to broad exceptions into the

Re: [PR] SFTPToGCSOperator: add exclude_source_files as parameter [airflow]

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

[PR] SFTPToGCSOperator: add exclude_source_files as parameter [airflow]

2024-04-04 Thread via GitHub
fabioba opened a new pull request, #38755: URL: https://github.com/apache/airflow/pull/38755 The changes made on the SFTPToGCSOperator refer to adding the exclude_source_files optional parameter. This update allows developers to ingest from SFTP excluding a list of

(airflow) branch main updated: Improve `DockerOperator` to support multiple Docker hosts (#38466)

2024-04-04 Thread taragolis
This is an automated email from the ASF dual-hosted git repository. taragolis 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 0e1a789119 Improve `DockerOperator` to support

Re: [PR] Support multiple Docker hosts in `docker_url` attribute. [airflow]

2024-04-04 Thread via GitHub
Taragolis merged PR #38466: URL: https://github.com/apache/airflow/pull/38466 -- 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:

svn commit: r68317 - /dev/airflow/2.9.0rc1/

2024-04-04 Thread ephraimanierobi
Author: ephraimanierobi Date: Thu Apr 4 20:05:00 2024 New Revision: 68317 Log: Remove old release: 2.9.0rc1 Removed: dev/airflow/2.9.0rc1/

svn commit: r68316 - /dev/airflow/2.9.0rc2/

2024-04-04 Thread ephraimanierobi
Author: ephraimanierobi Date: Thu Apr 4 20:04:37 2024 New Revision: 68316 Log: Add artifacts for Airflow 2.9.0rc2 Added: dev/airflow/2.9.0rc2/ dev/airflow/2.9.0rc2/apache-airflow-2.9.0-source.tar.gz (with props) dev/airflow/2.9.0rc2/apache-airflow-2.9.0-source.tar.gz.asc

(airflow) branch xdist-tests-distribution updated (d58ce4e416 -> e366fb45a0)

2024-04-04 Thread taragolis
This is an automated email from the ASF dual-hosted git repository. taragolis pushed a change to branch xdist-tests-distribution in repository https://gitbox.apache.org/repos/asf/airflow.git discard d58ce4e416 Access to connection fix for AWS tests discard 1d77206177 A bit more

(airflow) annotated tag constraints-2.9.0rc2 updated (e9a414aeb0 -> d10c976b94)

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

(airflow) branch main updated: Use async db calls in WorkflowTrigger (#38689)

2024-04-04 Thread taragolis
This is an automated email from the ASF dual-hosted git repository. taragolis 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 e6eec0cfad Use async db calls in

Re: [I] Avoid to use sync (with blocking io) functions into the `WorkflowTrigger` [airflow]

2024-04-04 Thread via GitHub
Taragolis closed issue #38672: Avoid to use sync (with blocking io) functions into the `WorkflowTrigger` URL: https://github.com/apache/airflow/issues/38672 -- 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] Use async db calls in WorkflowTrigger [airflow]

2024-04-04 Thread via GitHub
Taragolis merged PR #38689: URL: https://github.com/apache/airflow/pull/38689 -- 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-stable updated (c8c1863289 -> 920921ee39)

2024-04-04 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-9-stable in repository https://gitbox.apache.org/repos/asf/airflow.git from c8c1863289 Update RELEASE_NOTES.rst add e7fa4fb8d9 Extract checkout target commit to a composite

Re: [PR] Sync v2-9-stable with v2-9-test to release 2.9.0 [airflow]

2024-04-04 Thread via GitHub
ephraimbuddy merged PR #38754: URL: https://github.com/apache/airflow/pull/38754 -- 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] Data aware scheduling docs edits [airflow]

2024-04-04 Thread via GitHub
lzdanski commented on code in PR #38687: URL: https://github.com/apache/airflow/pull/38687#discussion_r1552304060 ## docs/apache-airflow/authoring-and-scheduling/datasets.rst: ## @@ -51,38 +51,38 @@ In addition to scheduling DAGs based upon time, they can also be scheduled

(airflow) branch main updated: add Wei Lee to committer list (#38740)

2024-04-04 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 b80e17c48b add Wei Lee to committer list (#38740)

Re: [PR] add Wei Lee to committer list [airflow]

2024-04-04 Thread via GitHub
potiuk merged PR #38740: URL: https://github.com/apache/airflow/pull/38740 -- 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 constraints-2-9 updated: Updating constraints. Github run id:8559085301

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

Re: [PR] Use async db calls in WorkflowTrigger [airflow]

2024-04-04 Thread via GitHub
stevenschaerer commented on code in PR #38689: URL: https://github.com/apache/airflow/pull/38689#discussion_r1552241684 ## airflow/triggers/external_task.py: ## @@ -98,44 +99,43 @@ async def run(self) -> typing.AsyncIterator[TriggerEvent]: """Check periodically tasks,

Re: [PR] Fix dag task scheduled and queued duration metrics [airflow]

2024-04-04 Thread via GitHub
potiuk commented on PR #37936: URL: https://github.com/apache/airflow/pull/37936#issuecomment-2037914197 > It looks like consensus is that we don't have to deal with deprecation, so that's great. Agree. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Fix decryption of trigger kwargs when downgrading. [airflow]

2024-04-04 Thread via GitHub
potiuk commented on PR #38743: URL: https://github.com/apache/airflow/pull/38743#issuecomment-2037907603 > I think the code is right. If the table has been dropped, the decrypt is not run. Because in 2.8.4, we still have the trigger table, the decryption ran and failed. The code path is

Re: [PR] fix: BigQueryCheckOperator skip value and error check in deferrable mode [airflow]

2024-04-04 Thread via GitHub
potiuk commented on code in PR #38408: URL: https://github.com/apache/airflow/pull/38408#discussion_r1552213981 ## airflow/providers/google/cloud/operators/bigquery.py: ## @@ -322,8 +322,26 @@ def execute(self, context: Context): ),

Re: [PR] fix: BigQueryCheckOperator skip value and error check in deferrable mode [airflow]

2024-04-04 Thread via GitHub
potiuk commented on code in PR #38408: URL: https://github.com/apache/airflow/pull/38408#discussion_r1552213981 ## airflow/providers/google/cloud/operators/bigquery.py: ## @@ -322,8 +322,26 @@ def execute(self, context: Context): ),

Re: [PR] fix: BigQueryCheckOperator skip value and error check in deferrable mode [airflow]

2024-04-04 Thread via GitHub
potiuk commented on code in PR #38408: URL: https://github.com/apache/airflow/pull/38408#discussion_r1552215444 ## airflow/providers/google/cloud/operators/bigquery.py: ## @@ -322,8 +322,26 @@ def execute(self, context: Context): ),

Re: [PR] fix: BigQueryCheckOperator skip value and error check in deferrable mode [airflow]

2024-04-04 Thread via GitHub
potiuk commented on code in PR #38408: URL: https://github.com/apache/airflow/pull/38408#discussion_r1552215444 ## airflow/providers/google/cloud/operators/bigquery.py: ## @@ -322,8 +322,26 @@ def execute(self, context: Context): ),

Re: [PR] fix: BigQueryCheckOperator skip value and error check in deferrable mode [airflow]

2024-04-04 Thread via GitHub
potiuk commented on code in PR #38408: URL: https://github.com/apache/airflow/pull/38408#discussion_r1552213981 ## airflow/providers/google/cloud/operators/bigquery.py: ## @@ -322,8 +322,26 @@ def execute(self, context: Context): ),

Re: [PR] fix: BigQueryCheckOperator skip value and error check in deferrable mode [airflow]

2024-04-04 Thread via GitHub
potiuk commented on code in PR #38408: URL: https://github.com/apache/airflow/pull/38408#discussion_r1552213981 ## airflow/providers/google/cloud/operators/bigquery.py: ## @@ -322,8 +322,26 @@ def execute(self, context: Context): ),

(airflow) branch dependabot/npm_and_yarn/airflow/www/undici-5.28.4 deleted (was dc171a7f5a)

2024-04-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/airflow/www/undici-5.28.4 in repository https://gitbox.apache.org/repos/asf/airflow.git was dc171a7f5a Bump undici from 5.28.3 to 5.28.4 in /airflow/www The

(airflow) branch main updated (370998d8a8 -> ff33a05335)

2024-04-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 370998d8a8 Also disable UV for PROD cache build in release branches (#38752) add ff33a05335 Bump undici from

Re: [PR] Bump undici from 5.28.3 to 5.28.4 in /airflow/www [airflow]

2024-04-04 Thread via GitHub
eladkal merged PR #38751: URL: https://github.com/apache/airflow/pull/38751 -- 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] Amazon Bedrock -Model Customization Jobs [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on code in PR #38693: URL: https://github.com/apache/airflow/pull/38693#discussion_r1552191237 ## airflow/providers/amazon/aws/waiters/bedrock.json: ## Review Comment: Yeah, the list just keeps growing.I don't know how you find time to do as much as

Re: [PR] Fix dag task scheduled and queued duration metrics [airflow]

2024-04-04 Thread via GitHub
ferruzzi commented on PR #37936: URL: https://github.com/apache/airflow/pull/37936#issuecomment-2037849843 KILOSECONDS?Why the heck used KILOSECONDS for anything? It looks like consensus is that we don't have to deal with deprecation, so that's great. -- This is an

[PR] Sync v2-9-stable with v2-9-test to release 2.9.0 [airflow]

2024-04-04 Thread via GitHub
ephraimbuddy opened a new pull request, #38754: URL: https://github.com/apache/airflow/pull/38754 Time for `2.9.0rc2`! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

(airflow) 04/05: Fix decryption of trigger kwargs when downgrading. (#38743)

2024-04-04 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit cbe61bc0cc028efe2657db1841b9371230eaa7e5 Author: Ephraim Anierobi AuthorDate: Thu Apr 4 18:24:29 2024

(airflow) branch v2-9-test updated (83e6cf217f -> 920921ee39)

2024-04-04 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git from 83e6cf217f Also disable UV for PROD cache build in release branches (#38752) new 0961e4290c

(airflow) 02/05: Fix grid header rendering (#38720)

2024-04-04 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 0518ebab6891efee39dae4b89e4a70e0c7345c1b Author: Brent Bovenzi AuthorDate: Thu Apr 4 04:39:33 2024 -0400

(airflow) 01/05: Reorder OpenAPI Spec tags alphabetically (#38717)

2024-04-04 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 0961e4290cffc1fa61517a51c68307459c7aaec4 Author: Pankaj Koti AuthorDate: Thu Apr 4 00:03:42 2024 +0530

(airflow) 03/05: Edited timetable docs (#38505)

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

(airflow) 05/05: Update RELEASE_NOTES.rst

2024-04-04 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 920921ee39736c96e9cf7c544657ca75c7a6365a Author: Ephraim Anierobi AuthorDate: Thu Apr 4 18:50:11 2024

(airflow) branch v2-9-test updated: Also disable UV for PROD cache build in release branches (#38752)

2024-04-04 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-9-test by this push: new 83e6cf217f Also disable UV for PROD

Re: [PR] Add google-cloud-bigquery as explicit google-provider dependency [airflow]

2024-04-04 Thread via GitHub
potiuk commented on PR #38753: URL: https://github.com/apache/airflow/pull/38753#issuecomment-2037807012 Example problem from v2-9-test it solves: https://github.com/apache/airflow/actions/runs/8555464849/job/23446007205#step:10:3693 ``` #64 6.287 Caused by: Couldn't parse

  1   2   3   >