Re: [PR] Type Check for retries [airflow]

2023-10-15 Thread via GitHub
uranusjr commented on PR #34914: URL: https://github.com/apache/airflow/pull/34914#issuecomment-1763836444 Why? `isinstance` should work just fine. -- 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

Re: [PR] Update documentation to enable test connection [airflow]

2023-10-15 Thread via GitHub
uranusjr commented on code in PR #34905: URL: https://github.com/apache/airflow/pull/34905#discussion_r1360187183 ## airflow/api_connexion/openapi/v1.yaml: ## @@ -368,6 +368,8 @@ paths: summary: Test a connection description: | Test a connection. +

Re: [I] Status of testing Providers that were prepared on October 13, 2023 [airflow]

2023-10-15 Thread via GitHub
aritra24 commented on issue #34930: URL: https://github.com/apache/airflow/issues/34930#issuecomment-1763821873 Tested out #32926, works as expected -- 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

Re: [I] TriggerDagRunOperator does not trigger dag on subsequent run even with reset_dag_run=True [airflow]

2023-10-15 Thread via GitHub
abdurafeyf commented on issue #34953: URL: https://github.com/apache/airflow/issues/34953#issuecomment-1763814494 Assign it to me. maybe i can help -- 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

Re: [PR] Add snapp use case [airflow-site]

2023-10-15 Thread via GitHub
tadeha commented on PR #876: URL: https://github.com/apache/airflow-site/pull/876#issuecomment-176377 > You need to fix the static checks (pre-commit might fix it for you automatically) seems there are spaces at the end of lines. I made changes to the code by using the examples an

[I] Chart: Allow mounting DAGs to a custom path in airflow containers. [airflow]

2023-10-15 Thread via GitHub
Aakcht opened a new issue, #34959: URL: https://github.com/apache/airflow/issues/34959 ### Description Hi! I think it would be useful to have a helm chart parameter that (if set) will allow to overwrite DAGs mount path in airflow containers. Mount path is already defined in `

Re: [I] PythonVirtualEnv Operator expecting output dir 'script.out' causing DAG to fail [airflow]

2023-10-15 Thread via GitHub
boring-cyborg[bot] commented on issue #34958: URL: https://github.com/apache/airflow/issues/34958#issuecomment-1763748353 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] PythonVirtualEnv Operator expecting output dir 'script.out' causing DAG to fail [airflow]

2023-10-15 Thread via GitHub
gky249 opened a new issue, #34958: URL: https://github.com/apache/airflow/issues/34958 ### Apache Airflow version 2.7.2 ### What happened Hi Guys, All our dags which use the PythonVirtualEnvOperator and call a python function using python_callable param, they fail

Re: [I] Airflow retries despite setting retries = 0 [airflow]

2023-10-15 Thread via GitHub
KsM0 commented on issue #34929: URL: https://github.com/apache/airflow/issues/34929#issuecomment-1763735848 Hi. I had similar problem in the version 2.5.1. I set `max_active_runs_per_dag = 1` in configs, but dags will be launched several times simultaneously according to the schedule, w

Re: [PR] Refactor: Extract and reuse get_kerberos_principle func from get_kerberos_principle [airflow]

2023-10-15 Thread via GitHub
zeotuan commented on PR #34936: URL: https://github.com/apache/airflow/pull/34936#issuecomment-1763735782 > Is it possible to have a unit test for this function? I added some tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] Airflow Helm Chart 1.11.0 doesn't fresh install Airflow on an On Premises Kubernetes 1.28.2 Cluster [airflow]

2023-10-15 Thread via GitHub
gbonazzoli commented on issue #34937: URL: https://github.com/apache/airflow/issues/34937#issuecomment-1763709845 @hussein-awala looking at the events collected by the cluster during helm install ``` kube@kube-console:~$ kubectl get events --sort-by='.metadata.creationTimes

Re: [PR] Update documentation to enable test connection [airflow]

2023-10-15 Thread via GitHub
pankajkoti commented on code in PR #34905: URL: https://github.com/apache/airflow/pull/34905#discussion_r1360086360 ## airflow/api_connexion/openapi/v1.yaml: ## @@ -368,6 +368,8 @@ paths: summary: Test a connection description: | Test a connection. +

Re: [PR] Cancel workflow in on_kill in DataprocInstantiate{Inline}WorkflowTemplateOperator [airflow]

2023-10-15 Thread via GitHub
boring-cyborg[bot] commented on PR #34957: URL: https://github.com/apache/airflow/pull/34957#issuecomment-1763695242 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 Contribution

[PR] Cancel workflow in on_kill in DataprocInstantiate{Inline}WorkflowTemplateOperator [airflow]

2023-10-15 Thread via GitHub
michalsosn opened a new pull request, #34957: URL: https://github.com/apache/airflow/pull/34957 Closes: #10385 This change adds the on_kill method to the `DataprocInstantiateWorkflowTemplateOperator` and `DataprocInstantiateInlineWorkflowTemplateOperator`. This metho

Re: [I] Scheduler is spending most of its time in clear_not_launched_queued_tasks function [airflow]

2023-10-15 Thread via GitHub
dirrao commented on issue #34877: URL: https://github.com/apache/airflow/issues/34877#issuecomment-1763648593 @eladkal They are related. Its more close to #7542 -- 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: [I] What are these functions and variables declared for [airflow]

2023-10-15 Thread via GitHub
HumanIearning commented on issue #34956: URL: https://github.com/apache/airflow/issues/34956#issuecomment-1763595489 https://github.com/apache/airflow/assets/81360154/a5f8e665-418f-4d16-bba1-0a671cdc9932";> I found where function x is used, but still don't know about BASE_DIR -- Thi

Re: [I] What are these functions and variables declared for [airflow]

2023-10-15 Thread via GitHub
boring-cyborg[bot] commented on issue #34956: URL: https://github.com/apache/airflow/issues/34956#issuecomment-1763592732 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] What are these functions and variables declared for [airflow]

2023-10-15 Thread via GitHub
HumanIearning opened a new issue, #34956: URL: https://github.com/apache/airflow/issues/34956 ### What do you see as an issue? https://github.com/apache/airflow/blob/main/airflow/example_dags/example_python_operator.py#L40C1-L44C9 https://github.com/apache/airflow/assets/813601

Re: [PR] Add description to pools view [airflow]

2023-10-15 Thread via GitHub
vchiapaikeo commented on PR #34862: URL: https://github.com/apache/airflow/pull/34862#issuecomment-1763562897 @uranusjr , what are your thoughts on the previous comment? Sorry - forgot to tag ya. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [I] Status of testing Providers that were prepared on October 13, 2023 [airflow]

2023-10-15 Thread via GitHub
Adaverse commented on issue #34930: URL: https://github.com/apache/airflow/issues/34930#issuecomment-1763557956 Tested #32779, it works as expected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

Re: [PR] Take into account removed upstream tasks for non-mapped tasks. [airflow]

2023-10-15 Thread via GitHub
github-actions[bot] commented on PR #33915: URL: https://github.com/apache/airflow/pull/33915#issuecomment-1763548158 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [I] UI/UX Graph Display [airflow]

2023-10-15 Thread via GitHub
github-actions[bot] commented on issue #34429: URL: https://github.com/apache/airflow/issues/34429#issuecomment-1763548110 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] UI/UX Graph Display [airflow]

2023-10-15 Thread via GitHub
github-actions[bot] closed issue #34429: UI/UX Graph Display URL: https://github.com/apache/airflow/issues/34429 -- 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: [I] Circular dependency issue when trying to locally test DAG [airflow]

2023-10-15 Thread via GitHub
github-actions[bot] commented on issue #34558: URL: https://github.com/apache/airflow/issues/34558#issuecomment-1763548102 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: [PR] fix backward compatibility `bigquery_conn_id` for `BigQueryExecuteQueryOperator` [airflow]

2023-10-15 Thread via GitHub
github-actions[bot] commented on PR #33930: URL: https://github.com/apache/airflow/pull/33930#issuecomment-1763548135 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [I] Circular dependency issue when trying to locally test DAG [airflow]

2023-10-15 Thread via GitHub
github-actions[bot] closed issue #34558: Circular dependency issue when trying to locally test DAG URL: https://github.com/apache/airflow/issues/34558 -- 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

Re: [PR] Open search integrations [airflow]

2023-10-15 Thread via GitHub
cjames23 commented on code in PR #34693: URL: https://github.com/apache/airflow/pull/34693#discussion_r1359985505 ## airflow/providers/amazon/aws/hooks/opensearch.py: ## @@ -0,0 +1,130 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lic

Re: [PR] Add trigger as a valid option for the db clean command [airflow]

2023-10-15 Thread via GitHub
syedahsn commented on PR #34908: URL: https://github.com/apache/airflow/pull/34908#issuecomment-1763534714 @dstandish do you mind taking a look at this issue? I'm wondering if this is the best way to solve the problem. -- This is an automated message from the Apache Git Service. To respon

Re: [I] Status of testing Providers that were prepared on October 13, 2023 [airflow]

2023-10-15 Thread via GitHub
hankehly commented on issue #34930: URL: https://github.com/apache/airflow/issues/34930#issuecomment-1763530704 #33031 is working on amazon-8.8.0rc1 😄 Here are the commands I used to setup my environment / run my checks if it helps anyone. ```shell breeze pip install apache-airf

Re: [I] Status of testing Providers that were prepared on October 13, 2023 [airflow]

2023-10-15 Thread via GitHub
utkarsharma2 commented on issue #34930: URL: https://github.com/apache/airflow/issues/34930#issuecomment-1763519160 Checked my changes, and they seem to be working fine. Thanks, Utkarsh Sharma On Sun, Oct 15, 2023 at 1:01 PM Owen Leung ***@***.***> wrote: > checked

Re: [PR] Consolidate the permissions name in SlaMissModelView [airflow]

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

[airflow] branch main updated: Consolidate the permissions name in SlaMissModelView (#34949)

2023-10-15 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 91986b0987 Consolidate the permissions name in SlaM

Re: [PR] Update documentation to enable test connection [airflow]

2023-10-15 Thread via GitHub
potiuk commented on PR #34905: URL: https://github.com/apache/airflow/pull/34905#issuecomment-1763508250 Can you please also add the disclaimers from the release notes. Something alongside this: ``` For security reasons, the test connection functionality is disabled by default acr

Re: [PR] Add `DatabricksJobsCreateOperator` [airflow]

2023-10-15 Thread via GitHub
potiuk commented on PR #32221: URL: https://github.com/apache/airflow/pull/32221#issuecomment-1763507022 Should be rebased now. The issue should be fixed with 3 PRs I did during the last few days. -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] Support not/and/or search filter for tags [airflow]

2023-10-15 Thread via GitHub
potiuk commented on PR #33490: URL: https://github.com/apache/airflow/pull/33490#issuecomment-1763504320 Not sure. It was really 2 minutes case/. This is UX issue really and I'd defer to others who are more into the UI/UX part. -- This is an automated message from the Apache Git Service.

Re: [PR] Reset stats logger instance in daemon context to reinitialize in chil… [airflow]

2023-10-15 Thread via GitHub
potiuk commented on PR #34769: URL: https://github.com/apache/airflow/pull/34769#issuecomment-1763503221 Can you please rebase.? It's indeed hard to test it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[airflow] branch main updated: Update docs errors.rst - Mention sentry "transport" configuration option (#34912)

2023-10-15 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 9f55fd6ede Update docs errors.rst - Mention sentry

Re: [PR] Update docs errors.rst - Mention sentry "transport" configuration option [airflow]

2023-10-15 Thread via GitHub
potiuk merged PR #34912: URL: https://github.com/apache/airflow/pull/34912 -- 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] Extend papermill operator to support remote kernels [airflow]

2023-10-15 Thread via GitHub
akshaychitneni commented on code in PR #34840: URL: https://github.com/apache/airflow/pull/34840#discussion_r1359945595 ## airflow/providers/papermill/operators/__init__.py: ## @@ -15,3 +15,8 @@ # KIND, either express or implied. See the License for the # specific language go

Re: [PR] Extend papermill operator to support remote kernels [airflow]

2023-10-15 Thread via GitHub
akshaychitneni commented on PR #34840: URL: https://github.com/apache/airflow/pull/34840#issuecomment-1763496404 > The situation around Papermill is not good, this provider might be suspended in the future (or even soon), see: > > * Comment [Remove Airflow 2.3 compat from `PapermillOp

Re: [PR] Extend papermill operator to support remote kernels [airflow]

2023-10-15 Thread via GitHub
akshaychitneni commented on code in PR #34840: URL: https://github.com/apache/airflow/pull/34840#discussion_r1359945002 ## airflow/providers/papermill/operators/papermill.py: ## @@ -20,14 +20,97 @@ from typing import TYPE_CHECKING, ClassVar, Collection, Sequence import attr

Re: [PR] Remove sensitive information from Celery executor warning [airflow]

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

[airflow] branch main updated: Remove sensitive information from Celery executor warning (#34954)

2023-10-15 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 dd59e3e63e Remove sensitive information fro

Re: [PR] Open search integrations [airflow]

2023-10-15 Thread via GitHub
eladkal commented on code in PR #34693: URL: https://github.com/apache/airflow/pull/34693#discussion_r1359933438 ## airflow/providers/amazon/aws/hooks/opensearch.py: ## @@ -0,0 +1,130 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

[I] Airflow UI in Home shows Dag Run count instead of DAG count [airflow]

2023-10-15 Thread via GitHub
JustMaris opened a new issue, #34955: URL: https://github.com/apache/airflow/issues/34955 ### Apache Airflow version 2.7.2 ### What happened After updating Airflow to 2.7.2, on the home page in the UI, the count in "All/ Active/ Paused" shows a number of dag runs not the

Re: [PR] Refactor commands to unify daemon context handling [airflow]

2023-10-15 Thread via GitHub
Bisk1 commented on PR #34945: URL: https://github.com/apache/airflow/pull/34945#issuecomment-1763474577 converting to draft becuase I still need to fix some unit tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] Add Open Search Provider [airflow]

2023-10-15 Thread via GitHub
eladkal commented on PR #34705: URL: https://github.com/apache/airflow/pull/34705#issuecomment-1763467597 🎉 🎉 🎉 🎉 🎉 🎉 -- 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 un

Re: [PR] Add Open Search Provider [airflow]

2023-10-15 Thread via GitHub
eladkal merged PR #34705: URL: https://github.com/apache/airflow/pull/34705 -- 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] Upgrade the Snowflake Python Connector to version 2.7.8 or later [airflow]

2023-10-15 Thread via GitHub
potiuk commented on issue #34748: URL: https://github.com/apache/airflow/issues/34748#issuecomment-1763465728 > Although version 2.7.8 is for GCP, but it is still very old.  The requirements in the repo mention unsupported versions (2.4.1 / 1.0.0) . The versions need an update either way to

[airflow] branch main updated: Clean local tags in tag_providers for network issues with Github (#34951)

2023-10-15 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 1e9c807ed7 Clean local tags in tag_providers for ne

Re: [PR] Clean local tags in tag_providers for network issues with Github [airflow]

2023-10-15 Thread via GitHub
potiuk merged PR #34951: URL: https://github.com/apache/airflow/pull/34951 -- 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] Created INSTALL.md and working to improve it [airflow]

2023-10-15 Thread via GitHub
potiuk commented on PR #34714: URL: https://github.com/apache/airflow/pull/34714#issuecomment-1763453451 sure -- 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] Add snapp use case [airflow-site]

2023-10-15 Thread via GitHub
potiuk commented on PR #876: URL: https://github.com/apache/airflow-site/pull/876#issuecomment-1763452852 You need to fix the static checks (pre-commit might fix it for you automatically) seems there are spaces at the end of lines. -- This is an automated message from the Apache Git Servi

[PR] Remove sensitive information from Celery executor warning [airflow]

2023-10-15 Thread via GitHub
hussein-awala opened a new pull request, #34954: URL: https://github.com/apache/airflow/pull/34954 (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 unsubscri

Re: [PR] Clean local tags in tag_providers for network issues with Github [airflow]

2023-10-15 Thread via GitHub
eladkal commented on code in PR #34951: URL: https://github.com/apache/airflow/pull/34951#discussion_r1359910389 ## dev/provider_packages/tag_providers.sh: ## @@ -35,6 +35,18 @@ do { git tag "${tag}" -m "Release $(date '+%Y-%m-%d') of providers" && tags+=("$tag") ; } || tr

Re: [PR] Helm chart should set AIRFLOW_HOME from airflowHome [airflow]

2023-10-15 Thread via GitHub
amoghrajesh commented on code in PR #34839: URL: https://github.com/apache/airflow/pull/34839#discussion_r1359909746 ## helm_tests/airflow_core/test_env.py: ## @@ -0,0 +1,32 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreement

Re: [PR] feat(helm): add support for priorityClassName on Redis pods [airflow]

2023-10-15 Thread via GitHub
amoghrajesh commented on PR #34879: URL: https://github.com/apache/airflow/pull/34879#issuecomment-1763442965 cc @jedcunningham for the question regarding the next chart release dates -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[airflow] branch main updated (bb81c45aeb -> 4dbec15bce)

2023-10-15 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 bb81c45aeb Fix typo in error message when `render_content` method is not implemented (#34952) add 4dbec15bce Enha

Re: [PR] Enhancement: Added Code from Image as Text [airflow]

2023-10-15 Thread via GitHub
potiuk commented on PR #34868: URL: https://github.com/apache/airflow/pull/34868#issuecomment-1763442650 Cool! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

Re: [PR] Enhancement: Added Code from Image as Text [airflow]

2023-10-15 Thread via GitHub
potiuk merged PR #34868: URL: https://github.com/apache/airflow/pull/34868 -- 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] Clean local tags in tag_providers for network issues with Github [airflow]

2023-10-15 Thread via GitHub
amoghrajesh commented on code in PR #34951: URL: https://github.com/apache/airflow/pull/34951#discussion_r1359908651 ## dev/provider_packages/tag_providers.sh: ## @@ -35,6 +35,18 @@ do { git tag "${tag}" -m "Release $(date '+%Y-%m-%d') of providers" && tags+=("$tag") ; } |

[airflow] branch main updated: Fix typo in error message when `render_content` method is not implemented (#34952)

2023-10-15 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 bb81c45aeb Fix typo in error message when `re

Re: [PR] Fix typo in error message when `render_content` method is not implemented [airflow]

2023-10-15 Thread via GitHub
hussein-awala merged PR #34952: URL: https://github.com/apache/airflow/pull/34952 -- 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: [PR] Corrected the user creation command CONTRIBUTORS_QUICK_START.rst [airflow]

2023-10-15 Thread via GitHub
potiuk commented on code in PR #34842: URL: https://github.com/apache/airflow/pull/34842#discussion_r1359893878 ## CONTRIBUTORS_QUICK_START.rst: ## @@ -302,18 +302,27 @@ Setting up Breeze 5. When you enter Breeze environment you should see prompt similar to ``root@e4756f6ac886

[I] TriggerDagRunOperator does not trigger dag on subsequent run even with reset_dag_run=True [airflow]

2023-10-15 Thread via GitHub
potiuk opened a new issue, #34953: URL: https://github.com/apache/airflow/issues/34953 ### Discussed in https://github.com/apache/airflow/discussions/24548 Originally posted by **don1uppa** June 16, 2022 ### Apache Airflow version 2.2.5 ### What happened

Re: [PR] Let auth managers provide their own API endpoints [airflow]

2023-10-15 Thread via GitHub
potiuk commented on code in PR #34349: URL: https://github.com/apache/airflow/pull/34349#discussion_r1359888351 ## airflow/www/extensions/init_views.py: ## @@ -308,5 +318,16 @@ def init_api_experimental(app): "The authenticated user has full access.", RemovedIn

Re: [PR] Clean local tags in tag_providers for network issues with Github [airflow]

2023-10-15 Thread via GitHub
potiuk commented on code in PR #34951: URL: https://github.com/apache/airflow/pull/34951#discussion_r1359881765 ## dev/provider_packages/tag_providers.sh: ## @@ -35,6 +35,18 @@ do { git tag "${tag}" -m "Release $(date '+%Y-%m-%d') of providers" && tags+=("$tag") ; } || tru

[PR] Fix typo in error message [airflow]

2023-10-15 Thread via GitHub
utkarsharma2 opened a new pull request, #34952: URL: https://github.com/apache/airflow/pull/34952 (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 unsubscrib

Re: [PR] Clean local tags in tag_providers for network issues with Github [airflow]

2023-10-15 Thread via GitHub
amoghrajesh commented on code in PR #34951: URL: https://github.com/apache/airflow/pull/34951#discussion_r1359866734 ## dev/provider_packages/tag_providers.sh: ## @@ -35,6 +35,18 @@ do { git tag "${tag}" -m "Release $(date '+%Y-%m-%d') of providers" && tags+=("$tag") ; } |

Re: [PR] Clean local tags in tag_providers for network issues with Github [airflow]

2023-10-15 Thread via GitHub
eladkal commented on code in PR #34951: URL: https://github.com/apache/airflow/pull/34951#discussion_r1359865489 ## dev/provider_packages/tag_providers.sh: ## @@ -35,6 +35,18 @@ do { git tag "${tag}" -m "Release $(date '+%Y-%m-%d') of providers" && tags+=("$tag") ; } || tr

Re: [PR] Clean local tags in tag_providers for network issues with Github [airflow]

2023-10-15 Thread via GitHub
potiuk commented on PR #34951: URL: https://github.com/apache/airflow/pull/34951#issuecomment-1763366538 LGTM. @eladkal ? -- 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] Clean local tags in tag_providers for network issues with Github [airflow]

2023-10-15 Thread via GitHub
amoghrajesh commented on PR #34951: URL: https://github.com/apache/airflow/pull/34951#issuecomment-1763362313 @eladkal @ephraimbuddy handling this like this as per offline discussions. Do let me know what you feel cc @potiuk -- This is an automated message from the Apache Git Serv

[PR] Clean local tags in tag_providers for network issues with Github [airflow]

2023-10-15 Thread via GitHub
amoghrajesh opened a new pull request, #34951: URL: https://github.com/apache/airflow/pull/34951 As reported on slack, sometimes due to network connectivity issues with Github, our tag_providers.sh script creates tags locally with errors like: ``` ➜ airflow git:(main)

[I] Airflow web doesn't work when set sql_alchemy_pool_enabled to false [airflow]

2023-10-15 Thread via GitHub
zhenghanyang opened a new issue, #34950: URL: https://github.com/apache/airflow/issues/34950 ### Apache Airflow version 2.7.2 ### What happened When I set sql_alchemy_pool_enabled to false https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#c

Re: [I] Airflow web doesn't work when set sql_alchemy_pool_enabled to false [airflow]

2023-10-15 Thread via GitHub
boring-cyborg[bot] commented on issue #34950: URL: https://github.com/apache/airflow/issues/34950#issuecomment-1763344182 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: [I] Scheduler is spending most of its time in clear_not_launched_queued_tasks function [airflow]

2023-10-15 Thread via GitHub
eladkal commented on issue #34877: URL: https://github.com/apache/airflow/issues/34877#issuecomment-1763328395 > So, this leads the scheduler to spend most of its time in this function rather than scheduling the tasks This is interesting. I believe this is the K8s equivalent for h

Re: [I] Airflow retries despite setting retries = 0 [airflow]

2023-10-15 Thread via GitHub
hussein-awala commented on issue #34929: URL: https://github.com/apache/airflow/issues/34929#issuecomment-1763327067 We had a similar report in the past (https://github.com/apache/airflow/issues/15588#issuecomment-1529520511) from a user who had the problem until 2.5.1 too. It is very li

Re: [I] Zombie tasks detected after service restart sometimes do not retry [airflow]

2023-10-15 Thread via GitHub
jens-scheffler-bosch commented on issue #27657: URL: https://github.com/apache/airflow/issues/27657#issuecomment-1763323254 This error report is stale since a while, I tried to follow the discussion to clean up the issue backlog. I assume under the current release 2.7.2 there had been many

Re: [I] Airflow Helm Chart 1.11.0 doesn't fresh install Airflow on an On Premises Kubernetes 1.28.2 Cluster [airflow]

2023-10-15 Thread via GitHub
hussein-awala commented on issue #34937: URL: https://github.com/apache/airflow/issues/34937#issuecomment-1763323437 > pod/airflow-scheduler-77b484b6d5-hfjlz 0/2 Init:0/1 3 (50s ago) Did you check why the scheduler (and the other services) pods restart? Do you have any error

Re: [I] Status of testing Providers that were prepared on October 13, 2023 [airflow]

2023-10-15 Thread via GitHub
Owen-CH-Leung commented on issue #34930: URL: https://github.com/apache/airflow/issues/34930#issuecomment-1763305955 checked `apache-airflow-providers-cncf-kubernetes==7.7.0rc1`. The fix is working as expected. -- This is an automated message from the Apache Git Service. To respond to the