Re: [PR] Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook [airflow]

2024-09-10 Thread via GitHub
eladkal commented on PR #41916: URL: https://github.com/apache/airflow/pull/41916#issuecomment-2342703991 > @eladkal Hi! Could you please help me understand what I should do to fix the failing tests? :( ` === short test summary info

Re: [I] glob syntax can be similar to .gitignore in .airflowignore files [airflow]

2024-09-10 Thread via GitHub
YuvaPhani27 commented on issue #40672: URL: https://github.com/apache/airflow/issues/40672#issuecomment-2342628392 @poorvirohidekar Were you able to make any progress? Can you please attach the draft PR if raised already. -- This is an automated message from the Apache Git Service. To res

Re: [I] Support setting inlets/outlets during task execution [airflow]

2024-09-10 Thread via GitHub
Lee-W commented on issue #34206: URL: https://github.com/apache/airflow/issues/34206#issuecomment-2342600710 how about using it with dynamic task mapping? ```python from __future__ import annotations from pendulum import datetime from airflow.datasets import Dataset, D

Re: [PR] [FEAT] databricks repair run with reason match and appropriate new settings [airflow]

2024-09-10 Thread via GitHub
gaurav7261 commented on PR #41412: URL: https://github.com/apache/airflow/pull/41412#issuecomment-2342581145 ya but not always, sometime root `state_message` = `Task t1, t2... failed with message: Workload failed, see run output for details. This caused all downstream tasks to get skipped.`

Re: [I] Support setting inlets/outlets during task execution [airflow]

2024-09-10 Thread via GitHub
jaklan commented on issue #34206: URL: https://github.com/apache/airflow/issues/34206#issuecomment-2342574661 @Lee-W but the point is - one dbt Cloud job can be responsible for building e.g. 30 tables (they can be e.g. all tables with a specific tag: `--select tag:foobar`). Each table shoul

Re: [I] worker: Warm shutdown (MainProcess) [airflow]

2024-09-10 Thread via GitHub
fzhan commented on issue #41685: URL: https://github.com/apache/airflow/issues/41685#issuecomment-2342537714 @jscheffl thanks for the update and sorry for late reply, just being experimenting with different settings. So after a fresh deployment, with no restriction to the resources, s

Re: [I] worker: Warm shutdown (MainProcess) [airflow]

2024-09-10 Thread via GitHub
fzhan closed issue #41685: worker: Warm shutdown (MainProcess) URL: https://github.com/apache/airflow/issues/41685 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

Re: [I] Support setting inlets/outlets during task execution [airflow]

2024-09-10 Thread via GitHub
jaklan commented on issue #34206: URL: https://github.com/apache/airflow/issues/34206#issuecomment-2342435749 @Lee-W it doesn't seem to work - only the second Dataset was updated: https://github.com/user-attachments/assets/891c560f-7913-4de5-a43b-699f2f5ae9e8";> for such DAG: ```

Re: [I] Kubernetes Executor leaving pods in a "Running" state after a task is completed [airflow]

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

Re: [PR] Add Ryan Hamilton as ui codeowner [airflow]

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

[PR] Add Ryan Hamilton as ui codeowner [airflow]

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

(airflow) branch dependabot/pip/performance/apache-airflow-2.10.1 created (now 075d65859e)

2024-09-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/performance/apache-airflow-2.10.1 in repository https://gitbox.apache.org/repos/asf/airflow.git at 075d65859e Bump apache-airflow from 2.10.0 to 2.10.1 in /performance

Re: [PR] AIP-59-performance-dags [airflow]

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

[PR] Actually move saml to amazon provider (mistakenly added in papermill) [airflow]

2024-09-10 Thread via GitHub
potiuk opened a new pull request, #42148: URL: https://github.com/apache/airflow/pull/42148 Follow up after #42137 -> saml was added mistakenly to papermill, not amazon :( --- **^ Add meaningful description above** Read the **[Pull Request Guidelines

Re: [PR] Make SAML a required dependency of Amazon provider [airflow]

2024-09-10 Thread via GitHub
potiuk commented on code in PR #42137: URL: https://github.com/apache/airflow/pull/42137#discussion_r1752922483 ## airflow/providers/papermill/provider.yaml: ## @@ -57,6 +57,7 @@ dependencies: - ipykernel - pandas>=2.1.2,<2.2;python_version>="3.9" - pandas>=1.5.3,<2.2;p

Re: [PR] Make SAML a required dependency of Amazon provider [airflow]

2024-09-10 Thread via GitHub
eladkal commented on code in PR #42137: URL: https://github.com/apache/airflow/pull/42137#discussion_r1752721449 ## airflow/providers/papermill/provider.yaml: ## @@ -57,6 +57,7 @@ dependencies: - ipykernel - pandas>=2.1.2,<2.2;python_version>="3.9" - pandas>=1.5.3,<2.2;

Re: [PR] Make SAML a required dependency of Amazon provider [airflow]

2024-09-10 Thread via GitHub
potiuk commented on code in PR #42137: URL: https://github.com/apache/airflow/pull/42137#discussion_r1752921447 ## airflow/providers/papermill/provider.yaml: ## @@ -57,6 +57,7 @@ dependencies: - ipykernel - pandas>=2.1.2,<2.2;python_version>="3.9" - pandas>=1.5.3,<2.2;p

(airflow) branch constraints-2-10 updated: Updating constraints. Github run id:10801610052

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

Re: [PR] Fix task_instance and dag_run links from list views (#42138) [airflow]

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

[PR] Fix documentation for cpu and memory usage metrics [airflow]

2024-09-10 Thread via GitHub
lucasmo opened a new pull request, #42147: URL: https://github.com/apache/airflow/pull/42147 Fix incorrect documentation for metrics are reported in airflow/task/task_runner/standard_task_runner.py. The documentation suggests that "percent" is in the metric names when it is not.

Re: [PR] New UI allow dag pause [airflow]

2024-09-10 Thread via GitHub
raphaelauv commented on PR #42140: URL: https://github.com/apache/airflow/pull/42140#issuecomment-2342071070 `Datasets -> Assets` :heart: -- 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 spec

Re: [I] Please update google cloud provider cloud functions api to support v2 [airflow]

2024-09-10 Thread via GitHub
boring-cyborg[bot] commented on issue #42146: URL: https://github.com/apache/airflow/issues/42146#issuecomment-2342036162 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

[I] Please update google cloud provider cloud functions api to support v2 [airflow]

2024-09-10 Thread via GitHub
cbio-erik opened a new issue, #42146: URL: https://github.com/apache/airflow/issues/42146 ### Description We should parameterize this api_version argument to allow users to trigger v1 or v2 functions. Right now v2 functions just not reachable because this hard coded value. (https:/

Re: [PR] Make SAML a required dependency of Amazon provider [airflow]

2024-09-10 Thread via GitHub
eladkal commented on code in PR #42137: URL: https://github.com/apache/airflow/pull/42137#discussion_r1752721449 ## airflow/providers/papermill/provider.yaml: ## @@ -57,6 +57,7 @@ dependencies: - ipykernel - pandas>=2.1.2,<2.2;python_version>="3.9" - pandas>=1.5.3,<2.2;

[I] Issue with Pod Log Retrieval in KubernetesJobOperator When Using Deferred Mode [airflow]

2024-09-10 Thread via GitHub
jordi-crespo opened a new issue, #42144: URL: https://github.com/apache/airflow/issues/42144 ### Apache Airflow Provider(s) cncf-kubernetes ### Versions of Apache Airflow Providers apache-airflow-providers-cncf-kubernetes==8.3.4 ### Apache Airflow version 2.

Re: [I] Task fails and cannot read logs. Invalid URL 'http://:8793/log/...': No host supplied [airflow]

2024-09-10 Thread via GitHub
pedro-cf commented on issue #42136: URL: https://github.com/apache/airflow/issues/42136#issuecomment-2341954829 Additionally I checked the logs directory for the dag_id/run_id and it's missing the respective task_id folder. -- This is an automated message from the Apache Git Service. To r

Re: [I] Task fails and cannot read logs. Invalid URL 'http://:8793/log/...': No host supplied [airflow]

2024-09-10 Thread via GitHub
andrew-stein-sp commented on issue #42136: URL: https://github.com/apache/airflow/issues/42136#issuecomment-2341934814 having the same issue with 2.10.1 in k8s, using the CeleryKubernetesExecutor. Could this be related to the inheritance issue that was discussed in https://github.co

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

2024-09-10 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 d2e2f1573e Updating con

(airflow) branch constraints-2-10 updated: Updating constraints. Github run id:10799062406

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

(airflow) branch v2-10-test updated: Support multiline input for Params of type string in trigger UI form (#40414) (#42139)

2024-09-10 Thread bbovenzi
This is an automated email from the ASF dual-hosted git repository. bbovenzi pushed a commit to branch v2-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-10-test by this push: new 74d31ba0b4 Support multiline input fo

Re: [PR] Support multiline input for Params of type string in trigger UI form (#40414) [airflow]

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

Re: [I] Incorrect DAG Run ID opened when clicking on run_id link from DAG run list [airflow]

2024-09-10 Thread via GitHub
bbovenzi closed issue #41406: Incorrect DAG Run ID opened when clicking on run_id link from DAG run list URL: https://github.com/apache/airflow/issues/41406 -- 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 t

Re: [I] Vault Internal Client `aws_iam` auth type missing `role_id` and bad deprecation message in UI [airflow]

2024-09-10 Thread via GitHub
richard-iovanisci commented on issue #42125: URL: https://github.com/apache/airflow/issues/42125#issuecomment-2341783036 Perhaps this example in the documentation for the VaultBackend should be updated to include `role_id` when building auth dict: https://airflow.apache.org/docs/apache-airf

Re: [PR] Update ci.yml to address Issue #41932 [airflow]

2024-09-10 Thread via GitHub
boring-cyborg[bot] commented on PR #42141: URL: https://github.com/apache/airflow/pull/42141#issuecomment-2341777422 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] Add “Resources” section in the Airflow website #233 [airflow-site]

2024-09-10 Thread via GitHub
bbovenzi commented on PR #1062: URL: https://github.com/apache/airflow-site/pull/1062#issuecomment-2341566271 > I checked the diff w/o whitespace... ![image](https://private-user-images.githubusercontent.com/95105677/366140747-c11cf25d-d747-4700-910e-544649b4fa13.png?jwt=eyJhbGciOiJIUzI1NiIs

(airflow) branch main updated: docs: Remove outdated 'executor' reference from run() method docstring (#42121)

2024-09-10 Thread vincbeck
This is an automated email from the ASF dual-hosted git repository. vincbeck 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 97d3009115 docs: Remove outdated 'executor' refer

Re: [PR] docs: Remove outdated 'executor' reference from run() method docstring [airflow]

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

Re: [PR] Enable workload identity authentication for the Databricks provider [airflow]

2024-09-10 Thread via GitHub
BasPH commented on code in PR #41639: URL: https://github.com/apache/airflow/pull/41639#discussion_r1752369891 ## airflow/providers/databricks/hooks/databricks_base.py: ## @@ -374,6 +378,95 @@ async def _a_get_aad_token(self, resource: str) -> str: return jsn["access_

[PR] Support multiline input for Params of type string in trigger UI form (#40414) [airflow]

2024-09-10 Thread via GitHub
jscheffl opened a new pull request, #42139: URL: https://github.com/apache/airflow/pull/42139 Back-port #40414 to Airflow 2.10 line -- 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 c

Re: [PR] Support multiline input for Params of type string in trigger UI form [airflow]

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

(airflow) branch main updated: Fix simple typo in the documentation. (#42058)

2024-09-10 Thread vincbeck
This is an automated email from the ASF dual-hosted git repository. vincbeck 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 ccc897afc1 Fix simple typo in the documentation.

Re: [PR] Fix simple typo in the documentation. [airflow]

2024-09-10 Thread via GitHub
vincbeck merged PR #42058: URL: https://github.com/apache/airflow/pull/42058 -- 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: Restructure FastAPI API (#42128)

2024-09-10 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun 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 7ab9b897b9 Restructure FastAPI API (#42128)

Re: [PR] Fix task_instance and dag_run links from list views [airflow]

2024-09-10 Thread via GitHub
pierrejeambrun commented on code in PR #42138: URL: https://github.com/apache/airflow/pull/42138#discussion_r1752356121 ## airflow/www/views.py: ## @@ -708,12 +708,16 @@ def show_traceback(error): "airflow/traceback.html", python_version=sys.version.spl

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-10 Thread via GitHub
zachliu commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2341495088 I think there are actually two issues here with the same "disappearing dags" symptom 1. The symlink issue mentioned above. you'd also see the "Deactivated..." or "Deleted..." lo

Re: [PR] Make SAML a required dependency of Amazon provider [airflow]

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

[PR] Fix task_instance and dag_run links from list views [airflow]

2024-09-10 Thread via GitHub
pierrejeambrun opened a new pull request, #42138: URL: https://github.com/apache/airflow/pull/42138 Fix links in dag_runs and task instances view. When we use the redirection links for tasks or dag_run older that the `25` latest dag run the redirection does not work as expected.

(airflow) branch main updated: fix typo in Tableau Connection (#42131)

2024-09-10 Thread husseinawala
This is an automated email from the ASF dual-hosted git repository. husseinawala 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 777a3a47de fix typo in Tableau Connection (#4

Re: [PR] Fix typo in tableau.rst [airflow]

2024-09-10 Thread via GitHub
hussein-awala merged PR #42131: URL: https://github.com/apache/airflow/pull/42131 -- 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

Re: [I] Airflow not retrying Zombie even after detection [airflow]

2024-09-10 Thread via GitHub
boring-cyborg[bot] commented on issue #42135: URL: https://github.com/apache/airflow/issues/42135#issuecomment-2341173130 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] Add missing `role_id` parameter back to `auth_args` for hashicorp provider, remove bad deprecation message [airflow]

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

(airflow) branch main updated: chore: bump OL provider dependencies versions (#42059)

2024-09-10 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 e05c0358af chore: bump OL provider dependencies ver

Re: [PR] chore: bump OL provider dependencies versions [airflow]

2024-09-10 Thread via GitHub
potiuk merged PR #42059: URL: https://github.com/apache/airflow/pull/42059 -- 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] Restructure FastAPI API [airflow]

2024-09-10 Thread via GitHub
bbovenzi commented on PR #42128: URL: https://github.com/apache/airflow/pull/42128#issuecomment-2341079964 Looks like we might need to add `fastapi` to the spellcheck ignore -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Error rendering template: '_GeneratorContextManager' object has no attribute 'query' [airflow]

2024-09-10 Thread via GitHub
sukalpv commented on issue #39162: URL: https://github.com/apache/airflow/issues/39162#issuecomment-2340982223 facing this since upgrading to 2.9.1. The code was working fine with airflow version 2.6.3 -- This is an automated message from the Apache Git Service. To respond to the message,

[I] kubernetes.client.exceptions.ApiException: (404) Reason: Not Found (driver pod is not found) [airflow]

2024-09-10 Thread via GitHub
captify-mkambur opened a new issue, #42132: URL: https://github.com/apache/airflow/issues/42132 ### Apache Airflow version 2.10.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? I'm trying to run the Spark application w

Re: [PR] Move Dags list state to url params [airflow]

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

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

2024-09-10 Thread via GitHub
zachliu commented on PR #3: URL: https://github.com/apache/airflow/pull/3#issuecomment-2340807738 > > Sorry for commenting on a merged PR. Just wanna make sure this is a real issue before i create an issue 😅 > > That is okay. And I assume we have not tried the CLI after the ch

Re: [PR] AIP-59-performance-dags [airflow]

2024-09-10 Thread via GitHub
bjankie1 closed pull request #41961: AIP-59-performance-dags URL: https://github.com/apache/airflow/pull/41961 -- 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: [PR] AIP-59-performance-dags [airflow]

2024-09-10 Thread via GitHub
bjankie1 commented on PR #41961: URL: https://github.com/apache/airflow/pull/41961#issuecomment-2340770105 > One check is not. fixed -- 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 spe

Re: [PR] [FEAT] databricks repair run with reason match and appropriate new settings [airflow]

2024-09-10 Thread via GitHub
gaurav7261 commented on PR #41412: URL: https://github.com/apache/airflow/pull/41412#issuecomment-2340551364 @Lee-W any suggestions? -- 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: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-10 Thread via GitHub
banachkx commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2340477161 I think we have a similar problem at 2.10 - we did an upgrade to 2.10 on Friday. At some point after reloading the UI the dags disappeared. I rebuilt the whole docker from scratch

Re: [PR] Fix typo in tableau.rst [airflow]

2024-09-10 Thread via GitHub
boring-cyborg[bot] commented on PR #42131: URL: https://github.com/apache/airflow/pull/42131#issuecomment-2340361762 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] Fix typo in tableau.rst [airflow]

2024-09-10 Thread via GitHub
andrii0yerko opened a new pull request, #42131: URL: https://github.com/apache/airflow/pull/42131 Missing letter in the "Server" word -- 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] Add retry logic in the scheduler for updating trigger timeouts in case of deadlocks. [airflow]

2024-09-10 Thread via GitHub
TakawaAkirayo commented on PR #41429: URL: https://github.com/apache/airflow/pull/41429#issuecomment-2340328343 From our observations in production, the deadlock issue has not occurred since we applied our own patch to Airflow. It seems that retry can tolerate the issue to some extent. Howe

[PR] Exclude partition from BigQuery table name [airflow]

2024-09-10 Thread via GitHub
moiseenkov opened a new pull request, #42130: URL: https://github.com/apache/airflow/pull/42130 - Bugfixed BigQuery table name splitting by excluding [partition](https://cloud.google.com/bigquery/docs/partitioned-tables#partition_decorators) name following after the "$". - deprecated the

Re: [I] Grouping Dataset Events to Trigger DAGs [airflow]

2024-09-10 Thread via GitHub
dirrao commented on issue #42015: URL: https://github.com/apache/airflow/issues/42015#issuecomment-2340108844 Hi @uranusjr, could you provide your feedback on this feature request when you have a moment? -- This is an automated message from the Apache Git Service. To respond to the me