Re: [I] Environment variable AIRFLOW__DATABASE__SQL_ALCHEMY_CONNECT_ARGS not parsed correctly [airflow]

2023-12-13 Thread via GitHub
giantZorg commented on issue #36207: URL: https://github.com/apache/airflow/issues/36207#issuecomment-1855327972 @potiuk I'll gladly make a pull request, can you assign the issue to me? Just to clarify, the intended behaviour is to import the settings from the module specified by the

Re: [PR] adding triggerer option in breeze command [airflow]

2023-12-13 Thread via GitHub
Bowrna commented on PR #36063: URL: https://github.com/apache/airflow/pull/36063#issuecomment-1855144121 can i start the triggerer by default without supporting it as option to pass? like how start-airflow breeze command supports. @potiuk @o-nikolas -- This is an automated message from

Re: [I] Noconnection on localhost:8080 after airflow standalone on Ubuntu 22 on nano instance at AWS [airflow]

2023-12-13 Thread via GitHub
philiprbrenan commented on issue #36216: URL: https://github.com/apache/airflow/issues/36216#issuecomment-1855011057 A viable command sequence for installing Airflow on an AWS instance with a public ip address: ``` sudo apt update sudo apt install python3 python-is-python3

Re: [I] Noconnection on localhost:8080 after airflow standalone on Ubuntu 22 on nano instance at AWS [airflow]

2023-12-13 Thread via GitHub
philiprbrenan closed issue #36216: Noconnection on localhost:8080 after airflow standalone on Ubuntu 22 on nano instance at AWS URL: https://github.com/apache/airflow/issues/36216 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Noconnection on localhost:8080 after airflow standalone on Ubuntu 22 on nano instance at AWS [airflow]

2023-12-13 Thread via GitHub
philiprbrenan commented on issue #36216: URL: https://github.com/apache/airflow/issues/36216#issuecomment-1855007072 Perhaps some check to see if the environment has enough cpu, memory etc. to supply a viable environment rather than the not very helpful messages currently supplied when it

Re: [I] Noconnection on localhost:8080 after airflow standalone on Ubuntu 22 on nano instance at AWS [airflow]

2023-12-13 Thread via GitHub
philiprbrenan commented on issue #36216: URL: https://github.com/apache/airflow/issues/36216#issuecomment-1855005303 There again it works using a small: ![AirFlowSuccess](https://github.com/apache/airflow/assets/7548378/c8dec85d-6bbd-4ee7-818b-64db5e08dcd4) -- This is an

Re: [I] Noconnection on localhost:8080 after airflow standalone on Ubuntu 22 on nano instance at AWS [airflow]

2023-12-13 Thread via GitHub
boring-cyborg[bot] commented on issue #36216: URL: https://github.com/apache/airflow/issues/36216#issuecomment-1854978471 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

[I] Noconnection on localhost:8080 after airflow standalone on Ubuntu 22 on nano instance at AWS [airflow]

2023-12-13 Thread via GitHub
philiprbrenan opened a new issue, #36216: URL: https://github.com/apache/airflow/issues/36216 ### Apache Airflow version 2.7.3 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Installed airflow and started as shown

Re: [PR] Fix broken regex for allowed_deserialization_classes [airflow]

2023-12-13 Thread via GitHub
tobiaszorzetto commented on code in PR #36147: URL: https://github.com/apache/airflow/pull/36147#discussion_r1426051902 ## airflow/serialization/serde.py: ## @@ -360,7 +360,7 @@ def _register(): @functools.lru_cache(maxsize=None) def _get_patterns() -> list[Pattern]:

Re: [PR] Suppress false warning when TI state is QUEUED and TI doesn't have a start_date [airflow]

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

Re: [I] triggerer block_watchdog is crying "wolf!" [airflow]

2023-12-13 Thread via GitHub
github-actions[bot] commented on issue #35806: URL: https://github.com/apache/airflow/issues/35806#issuecomment-1854885746 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

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

2023-12-13 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 1191f0d296 Updating

Re: [PR] Implement task duration page in react. [airflow]

2023-12-13 Thread via GitHub
bbovenzi commented on code in PR #35863: URL: https://github.com/apache/airflow/pull/35863#discussion_r1425964851 ## airflow/www/static/js/dag/details/taskDuration/index.tsx: ## @@ -0,0 +1,244 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more

Re: [PR] Implement task duration page in react. [airflow]

2023-12-13 Thread via GitHub
bbovenzi commented on code in PR #35863: URL: https://github.com/apache/airflow/pull/35863#discussion_r1425963916 ## airflow/www/static/js/dag/details/taskDuration/index.tsx: ## @@ -0,0 +1,244 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more

(airflow) branch main updated: Add field for specifying other Airflow version in bug template (#36197)

2023-12-13 Thread joshfell
This is an automated email from the ASF dual-hosted git repository. joshfell 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 1431535040 Add field for specifying other

Re: [PR] Add field for specifying other Airflow version in bug template [airflow]

2023-12-13 Thread via GitHub
josh-fell merged PR #36197: URL: https://github.com/apache/airflow/pull/36197 -- 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] Implement task duration page in react. [airflow]

2023-12-13 Thread via GitHub
bbovenzi commented on code in PR #35863: URL: https://github.com/apache/airflow/pull/35863#discussion_r1425940682 ## airflow/www/static/js/dag/details/taskDuration/index.tsx: ## @@ -0,0 +1,244 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more

Re: [PR] Implement task duration page in react. [airflow]

2023-12-13 Thread via GitHub
bbovenzi commented on code in PR #35863: URL: https://github.com/apache/airflow/pull/35863#discussion_r1425935388 ## airflow/www/static/js/dag/details/taskDuration/index.tsx: ## @@ -0,0 +1,244 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[PR] Update community content [airflow-site]

2023-12-13 Thread via GitHub
merobi-hub opened a new pull request, #911: URL: https://github.com/apache/airflow-site/pull/911 This would update a number of community elements on the site. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Make databricks sql hook return a serializable namedtuple [airflow]

2023-12-13 Thread via GitHub
Joffreybvn commented on code in PR #36205: URL: https://github.com/apache/airflow/pull/36205#discussion_r1425894982 ## airflow/providers/databricks/hooks/databricks_sql.py: ## @@ -243,11 +244,15 @@ def run( @staticmethod def _make_serializable(result): -

Re: [PR] Add field for specifying other Airflow version in bug template [airflow]

2023-12-13 Thread via GitHub
potiuk commented on code in PR #36197: URL: https://github.com/apache/airflow/pull/36197#discussion_r1425892989 ## .github/ISSUE_TEMPLATE/airflow_bug_report.yml: ## @@ -31,17 +31,26 @@ body: - "Other Airflow 2 version (please specify below)" validations:

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

2023-12-13 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 52d17ec81d Updating

Re: [PR] Make databricks sql hook return a serializable namedtuple [airflow]

2023-12-13 Thread via GitHub
Joffreybvn commented on code in PR #36205: URL: https://github.com/apache/airflow/pull/36205#discussion_r1425862433 ## airflow/providers/databricks/hooks/databricks_sql.py: ## @@ -243,11 +244,15 @@ def run( @staticmethod def _make_serializable(result): -

Re: [PR] Syedahsn/aws executors ecs credentials refresh [airflow]

2023-12-13 Thread via GitHub
Taragolis commented on code in PR #36179: URL: https://github.com/apache/airflow/pull/36179#discussion_r1425844533 ## airflow/providers/amazon/aws/utils/exponential_backoff_retry.py: ## @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

Re: [PR] Syedahsn/aws executors ecs credentials refresh [airflow]

2023-12-13 Thread via GitHub
Taragolis commented on code in PR #36179: URL: https://github.com/apache/airflow/pull/36179#discussion_r1425842023 ## airflow/providers/amazon/aws/utils/exponential_backoff_retry.py: ## @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

Re: [PR] Add field for specifying other Airflow version in bug template [airflow]

2023-12-13 Thread via GitHub
josh-fell commented on code in PR #36197: URL: https://github.com/apache/airflow/pull/36197#discussion_r1425821974 ## .github/ISSUE_TEMPLATE/airflow_bug_report.yml: ## @@ -31,17 +31,26 @@ body: - "Other Airflow 2 version (please specify below)" validations:

Re: [I] Anonymous users are no longer able to add DAG run notes, even with the ADMIN role [airflow]

2023-12-13 Thread via GitHub
Taragolis closed issue #36206: Anonymous users are no longer able to add DAG run notes, even with the ADMIN role URL: https://github.com/apache/airflow/issues/36206 -- 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] Anonymous users are no longer able to add DAG run notes, even with the ADMIN role [airflow]

2023-12-13 Thread via GitHub
Taragolis commented on issue #36206: URL: https://github.com/apache/airflow/issues/36206#issuecomment-1854611737 I guess it the same as - https://github.com/apache/airflow/issues/36110 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] In AWS MWAA v2.7.2, the displayed DAG counts include those that have been removed. [airflow]

2023-12-13 Thread via GitHub
Taragolis closed issue #36214: In AWS MWAA v2.7.2, the displayed DAG counts include those that have been removed. URL: https://github.com/apache/airflow/issues/36214 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

(airflow) branch main updated: Add support for sharing plugins folder from host in Breeze (#36210)

2023-12-13 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 a9a369f718 Add support for sharing plugins folder

Re: [PR] Add support for sharing plugins folder from host in Breeze [airflow]

2023-12-13 Thread via GitHub
potiuk merged PR #36210: URL: https://github.com/apache/airflow/pull/36210 -- 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) annotated tag 2.8.0rc3 updated (6da343b918 -> 641d75d041)

2023-12-13 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to annotated tag 2.8.0rc3 in repository https://gitbox.apache.org/repos/asf/airflow.git *** WARNING: tag 2.8.0rc3 was modified! *** from 6da343b918 (commit) to 641d75d041 (tag)

Re: [I] ExternalTaskSensor doesn't timeout if external DAG doesn't exist - dag.test() [airflow]

2023-12-13 Thread via GitHub
cbuffett commented on issue #34497: URL: https://github.com/apache/airflow/issues/34497#issuecomment-1854587579 Did some more testing and the infinite rescheduling doesn't happen if I set `checkExistence=True`, but I still believe the infinite rescheduling is a problem in this particular

svn commit: r66044 - /dev/airflow/2.8.0rc2/

2023-12-13 Thread ephraimanierobi
Author: ephraimanierobi Date: Wed Dec 13 19:31:43 2023 New Revision: 66044 Log: Remove old release: 2.8.0rc2 Removed: dev/airflow/2.8.0rc2/

svn commit: r66043 - /dev/airflow/2.8.0rc3/

2023-12-13 Thread ephraimanierobi
Author: ephraimanierobi Date: Wed Dec 13 19:30:56 2023 New Revision: 66043 Log: Add artifacts for Airflow 2.8.0rc3 Added: dev/airflow/2.8.0rc3/ dev/airflow/2.8.0rc3/apache-airflow-2.8.0-source.tar.gz (with props) dev/airflow/2.8.0rc3/apache-airflow-2.8.0-source.tar.gz.asc

(airflow) annotated tag constraints-2.8.0rc3 updated (c96b5c79b3 -> 9e3c26f64b)

2023-12-13 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to annotated tag constraints-2.8.0rc3 in repository https://gitbox.apache.org/repos/asf/airflow.git *** WARNING: tag constraints-2.8.0rc3 was modified! *** from c96b5c79b3 (commit) to

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

2023-12-13 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 b2d457d044 Updating

(airflow) branch v2-8-stable updated (34791d72d6 -> 6da343b918)

2023-12-13 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-8-stable in repository https://gitbox.apache.org/repos/asf/airflow.git from 34791d72d6 Fix compatibility of updated `airflow.io` with released providers (#36186) add

Re: [PR] Create auth manager documentation [airflow]

2023-12-13 Thread via GitHub
vincbeck commented on code in PR #36211: URL: https://github.com/apache/airflow/pull/36211#discussion_r1425787375 ## docs/apache-airflow/core-concepts/auth-manager.rst: ## @@ -0,0 +1,174 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributor

Re: [PR] Sync v2-8-stable with v2-8-test to release 2.8.0 [airflow]

2023-12-13 Thread via GitHub
ephraimbuddy merged PR #36212: URL: https://github.com/apache/airflow/pull/36212 -- 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] Create auth manager documentation [airflow]

2023-12-13 Thread via GitHub
vincbeck commented on code in PR #36211: URL: https://github.com/apache/airflow/pull/36211#discussion_r1425786315 ## docs/apache-airflow/core-concepts/auth-manager.rst: ## @@ -0,0 +1,174 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributor

Re: [PR] Create auth manager documentation [airflow]

2023-12-13 Thread via GitHub
vincbeck commented on code in PR #36211: URL: https://github.com/apache/airflow/pull/36211#discussion_r1425784702 ## docs/apache-airflow/core-concepts/auth-manager.rst: ## @@ -0,0 +1,174 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributor

Re: [PR] Create auth manager documentation [airflow]

2023-12-13 Thread via GitHub
vincbeck commented on code in PR #36211: URL: https://github.com/apache/airflow/pull/36211#discussion_r1425779312 ## docs/apache-airflow-providers-fab/auth-manager/index.rst: ## @@ -18,4 +18,13 @@ Fab auth manager Review Comment: That's good point -- This is an

Re: [PR] Create auth manager documentation [airflow]

2023-12-13 Thread via GitHub
o-nikolas commented on code in PR #36211: URL: https://github.com/apache/airflow/pull/36211#discussion_r1425751100 ## docs/apache-airflow/core-concepts/auth-manager.rst: ## @@ -0,0 +1,174 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more

[I] In AWS MWAA v2.7.2, the displayed DAG counts include those that have been removed. [airflow]

2023-12-13 Thread via GitHub
sharath-ravi opened a new issue, #36214: URL: https://github.com/apache/airflow/issues/36214 ### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened In AWS MWAA v2.7.2, the displayed DAG counts include those that have been removed.

Re: [I] In AWS MWAA v2.7.2, the displayed DAG counts include those that have been removed. [airflow]

2023-12-13 Thread via GitHub
boring-cyborg[bot] commented on issue #36214: URL: https://github.com/apache/airflow/issues/36214#issuecomment-1854542131 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

(airflow) branch constraints-2-8 updated: Updating constraints. Github run id:7199187385

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

Re: [PR] Remove dependency of Connexion from auth manager interface [airflow]

2023-12-13 Thread via GitHub
vincbeck merged PR #36209: URL: https://github.com/apache/airflow/pull/36209 -- 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: Remove dependency of `Connexion` from auth manager interface (#36209)

2023-12-13 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 4d96a9a3a1 Remove dependency of `Connexion` from

Re: [PR] Add field for specifying other Airflow version in bug template [airflow]

2023-12-13 Thread via GitHub
potiuk commented on code in PR #36197: URL: https://github.com/apache/airflow/pull/36197#discussion_r1425721184 ## .github/ISSUE_TEMPLATE/airflow_bug_report.yml: ## @@ -31,17 +31,26 @@ body: - "Other Airflow 2 version (please specify below)" validations:

[PR] Improve audit_logs.rst [airflow]

2023-12-13 Thread via GitHub
RNHTTR opened a new pull request, #36213: URL: https://github.com/apache/airflow/pull/36213 Audit logs documentation in Airflow are super limited. I believe this PR makes them a _bit_ better, although there's a long way to go! -- This is an automated message from the Apache Git Service.

Re: [I] Environment variable AIRFLOW__DATABASE__SQL_ALCHEMY_CONNECT_ARGS not parsed correctly [airflow]

2023-12-13 Thread via GitHub
potiuk commented on issue #36207: URL: https://github.com/apache/airflow/issues/36207#issuecomment-1854463534 Feel free to make a PR with documentation fix - then you will join 2700 contributors to airlfow (many of them noticed a problem in doc and fix it). It's super easy - just click

[PR] Sync v2-8-stable with v2-8-test to release 2.8.0 [airflow]

2023-12-13 Thread via GitHub
ephraimbuddy opened a new pull request, #36212: URL: https://github.com/apache/airflow/pull/36212 Time for `2.8.0rc3`! -- 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 v2-8-test updated: Improve handling of backwards compat for airflow.io (#36199)

2023-12-13 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-8-test by this push: new 6da343b918 Improve handling of

Re: [I] Add docs on Audit Logs [airflow]

2023-12-13 Thread via GitHub
RNHTTR commented on issue #29961: URL: https://github.com/apache/airflow/issues/29961#issuecomment-1854455056 FYI @lzdanski -- 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.

(airflow) branch main updated: Improve handling of backwards compat for airflow.io (#36199)

2023-12-13 Thread bolke
This is an automated email from the ASF dual-hosted git repository. bolke 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 6c94ddf2bc Improve handling of backwards compat for

Re: [PR] Improve handling of backwards compat for airflow.io [airflow]

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

Re: [I] Add unit tests to retrieve fsspec from providers including backwards compatibility [airflow]

2023-12-13 Thread via GitHub
bolkedebruin closed issue #36187: Add unit tests to retrieve fsspec from providers including backwards compatibility URL: https://github.com/apache/airflow/issues/36187 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Allow changing the unfinished ti state [airflow]

2023-12-13 Thread via GitHub
kimyen commented on PR #36078: URL: https://github.com/apache/airflow/pull/36078#issuecomment-1854449078 The current CI failure is another unrelated error, since I merged the `main` branch into this branch: ``` Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under

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

2023-12-13 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 c9f959be0e Updating

Re: [PR] Make databricks sql hook return a serializable namedtuple [airflow]

2023-12-13 Thread via GitHub
potiuk commented on code in PR #36205: URL: https://github.com/apache/airflow/pull/36205#discussion_r1425659482 ## airflow/providers/databricks/hooks/databricks_sql.py: ## @@ -243,11 +244,15 @@ def run( @staticmethod def _make_serializable(result): -

Re: [PR] Create auth manager documentation [airflow]

2023-12-13 Thread via GitHub
vincbeck commented on code in PR #36211: URL: https://github.com/apache/airflow/pull/36211#discussion_r1425655767 ## docs/apache-airflow-providers-fab/auth-manager/api-authentication.rst: ## @@ -0,0 +1,137 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +

[PR] Create auth manager documentation [airflow]

2023-12-13 Thread via GitHub
vincbeck opened a new pull request, #36211: URL: https://github.com/apache/airflow/pull/36211 Create some documentation about the concept of auth manager. Explain as well how to create a new auth manager. Add documentation as well for the FAB auth manager. I also moved some pages and

Re: [PR] Databricks sql hook returns json-serializable namedtuple [airflow]

2023-12-13 Thread via GitHub
bolkedebruin commented on code in PR #36205: URL: https://github.com/apache/airflow/pull/36205#discussion_r1425624595 ## airflow/providers/databricks/hooks/databricks_sql.py: ## @@ -243,11 +244,15 @@ def run( @staticmethod def _make_serializable(result): -

(airflow) branch main updated: Schedule plexus and apache.sqoop providers for removal (#36208)

2023-12-13 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 97e8f58673 Schedule plexus and apache.sqoop

Re: [PR] Schedule plexus and apache.sqoop providers for removal [airflow]

2023-12-13 Thread via GitHub
potiuk merged PR #36208: URL: https://github.com/apache/airflow/pull/36208 -- 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] Add support for sharing plugins folder from host in Breeze [airflow]

2023-12-13 Thread via GitHub
potiuk opened a new pull request, #36210: URL: https://github.com/apache/airflow/pull/36210 --- **^ Add meaningful description above** Read the **[Pull Request

Re: [I] Anonymous users are no longer able to add DAG run notes, even with the ADMIN role [airflow]

2023-12-13 Thread via GitHub
pavelpi commented on issue #36206: URL: https://github.com/apache/airflow/issues/36206#issuecomment-1854310241 We are experiencing the same on 2.7.3 when the automatically logged in user cannot see DAG code or task logs. Looking at http responses, the server reports 401. It used to work

Re: [I] No response from gunicorn master within 120 seconds After Changing Worker Class [airflow]

2023-12-13 Thread via GitHub
ramkunwarmeghwal commented on issue #10964: URL: https://github.com/apache/airflow/issues/10964#issuecomment-1854261826 > Any more details and logs ? without it it's not bringing us any closer @ramkunwarmeghwal I attached sc of airflow webserver -- This is an automated

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

2023-12-13 Thread via GitHub
stavdav143 commented on issue #36194: URL: https://github.com/apache/airflow/issues/36194#issuecomment-1854250201 Docker Operator and changes - [Fixenable_logging=Truenot working ***@***.***(https://github.com/stavdav143) - [Fix broken log streaming from #35677

Re: [I] Environment variable AIRFLOW__DATABASE__SQL_ALCHEMY_CONNECT_ARGS not parsed correctly [airflow]

2023-12-13 Thread via GitHub
giantZorg commented on issue #36207: URL: https://github.com/apache/airflow/issues/36207#issuecomment-1854211561 After reading the docs again, it does state _Import path for connect args in SqlAlchemy._, so the `conf.getimport` is consistent with the docs. But the example value of

Re: [PR] Update yarn to yarnpkg to avoid conflicts with Hadoop [airflow-site]

2023-12-13 Thread via GitHub
cpprhtn commented on PR #910: URL: https://github.com/apache/airflow-site/pull/910#issuecomment-1854202938 On my local page, the yarn of Hadoop was installed first, and it is a different package from the yarn for building this website. Therefore, you had to use the command yarnpkg to

[PR] Remove dependency of Connexion from auth manager interface [airflow]

2023-12-13 Thread via GitHub
vincbeck opened a new pull request, #36209: URL: https://github.com/apache/airflow/pull/36209 Remove dependency of `Connexion` from auth manager interface. There is some work going on to bump up major version of `Connexion`, see #36052. Removing the dependency of `Connexion` from the auth

Re: [PR] Improve handling of backwards compat for airflow.io [airflow]

2023-12-13 Thread via GitHub
ephraimbuddy commented on PR #36199: URL: https://github.com/apache/airflow/pull/36199#issuecomment-1854168090 > Im working on it but I'm also not feeling so well. So I'm a bit slow. Sorry about that. Take it easy -- This is an automated message from the Apache Git Service. To

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

2023-12-13 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 2171430ae0 Updating

Re: [PR] Add field for specifying other Airflow version in bug template [airflow]

2023-12-13 Thread via GitHub
josh-fell commented on code in PR #36197: URL: https://github.com/apache/airflow/pull/36197#discussion_r1425530964 ## .github/ISSUE_TEMPLATE/airflow_bug_report.yml: ## @@ -31,17 +31,26 @@ body: - "Other Airflow 2 version (please specify below)" validations:

Re: [PR] Improve handling of backwards compat for airflow.io [airflow]

2023-12-13 Thread via GitHub
bolkedebruin commented on PR #36199: URL: https://github.com/apache/airflow/pull/36199#issuecomment-1854149920 Give me an hour or so -- 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] Improve handling of backwards compat for airflow.io [airflow]

2023-12-13 Thread via GitHub
bolkedebruin commented on PR #36199: URL: https://github.com/apache/airflow/pull/36199#issuecomment-1854149379 Im working on it but I'm also not feeling so well. So I'm a bit slow. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Create CLI command `airflow providers auth-managers` [airflow]

2023-12-13 Thread via GitHub
vincbeck commented on issue #36193: URL: https://github.com/apache/airflow/issues/36193#issuecomment-1854124830 Be my guest :) -- 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] Improve handling of backwards compat for airflow.io [airflow]

2023-12-13 Thread via GitHub
ephraimbuddy commented on PR #36199: URL: https://github.com/apache/airflow/pull/36199#issuecomment-1854082541 Anyone working on this or should we leave it for 2.8.1? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

(airflow) branch main updated (4c73d613b1 -> 1b4a7edc54)

2023-12-13 Thread joshfell
This is an automated email from the ASF dual-hosted git repository. joshfell pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from 4c73d613b1 Fix incompatibility with google-cloud-monitoring 2.18.0 (#36200) add 1b4a7edc54 SparkSubmit

Re: [PR] Schedule plexus and apache.sqoop providers for removal [airflow]

2023-12-13 Thread via GitHub
potiuk commented on PR #36208: URL: https://github.com/apache/airflow/pull/36208#issuecomment-1854068403 There is generaly no need to test these providers - they are essentially the same as previous version - just description will be different -- This is an automated message from the

Re: [I] Adding Support for Yarn queue and other extras in SparkSubmit Operator and Hook [airflow]

2023-12-13 Thread via GitHub
josh-fell closed issue #35911: Adding Support for Yarn queue and other extras in SparkSubmit Operator and Hook URL: https://github.com/apache/airflow/issues/35911 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] SparkSubmit Connection Extras can be overridden [airflow]

2023-12-13 Thread via GitHub
josh-fell merged PR #36151: URL: https://github.com/apache/airflow/pull/36151 -- 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] Schedule plexus and apache.sqoop providers for removal [airflow]

2023-12-13 Thread via GitHub
potiuk commented on PR #36208: URL: https://github.com/apache/airflow/pull/36208#issuecomment-1854066593 As discussed with @eladkal - if we merge it today, we will include plexus and sqoop in RC3 of the current wave. -- This is an automated message from the Apache Git Service. To respond

[PR] Schedule plexus and apache.sqoop providers for removal [airflow]

2023-12-13 Thread via GitHub
potiuk opened a new pull request, #36208: URL: https://github.com/apache/airflow/pull/36208 The providers have been agreed to be removed in the LAZY CONSENSUS threads: * https://lists.apache.org/thread/6so1qh8kf088spd2y4nl0o5tpbyn0x3b *

Re: [I] Deferrable operator tasks do not call `on_kill` method when fail or restarted [airflow]

2023-12-13 Thread via GitHub
potiuk commented on issue #36090: URL: https://github.com/apache/airflow/issues/36090#issuecomment-1854039714 1, Not that I am aware of. But you are asking random maintainer who might not know everything. In OSS everything is in the open so if this is not mentioned here, there is no other

Re: [PR] Databricks sql hook returns json-serializable namedtuple [airflow]

2023-12-13 Thread via GitHub
potiuk commented on code in PR #36205: URL: https://github.com/apache/airflow/pull/36205#discussion_r1425425660 ## airflow/providers/databricks/hooks/databricks_sql.py: ## @@ -243,11 +244,15 @@ def run( @staticmethod def _make_serializable(result): -

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

2023-12-13 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 d0635b61e6 Updating

Re: [PR] Databricks sql hook returns json-serializable namedtuple [airflow]

2023-12-13 Thread via GitHub
Joffreybvn commented on code in PR #36205: URL: https://github.com/apache/airflow/pull/36205#discussion_r1425397577 ## airflow/providers/databricks/hooks/databricks_sql.py: ## @@ -243,11 +244,15 @@ def run( @staticmethod def _make_serializable(result): -

Re: [PR] Databricks sql hook returns json-serializable namedtuple [airflow]

2023-12-13 Thread via GitHub
Joffreybvn commented on code in PR #36205: URL: https://github.com/apache/airflow/pull/36205#discussion_r1425397577 ## airflow/providers/databricks/hooks/databricks_sql.py: ## @@ -243,11 +244,15 @@ def run( @staticmethod def _make_serializable(result): -

Re: [I] Deferrable operator tasks do not call `on_kill` method when fail or restarted [airflow]

2023-12-13 Thread via GitHub
nirben82 commented on issue #36090: URL: https://github.com/apache/airflow/issues/36090#issuecomment-1853973052 Thanks @potiuk. 1. Do you know if someone is currently working on this? 2. Could you please provide some more specifics on what needs to be implemented, so we can

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

2023-12-13 Thread via GitHub
potiuk commented on issue #36194: URL: https://github.com/apache/airflow/issues/36194#issuecomment-1853963984 Fix to databricks discussed in https://github.com/apache/airflow/pull/36205 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

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

2023-12-13 Thread via GitHub
guillaumeblaquiere commented on issue #36194: URL: https://github.com/apache/airflow/issues/36194#issuecomment-1853939353 Just validated #36133 -- 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 yarn to yarnpkg to avoid conflicts with Hadoop [airflow-site]

2023-12-13 Thread via GitHub
potiuk commented on PR #910: URL: https://github.com/apache/airflow-site/pull/910#issuecomment-1853939157 Could you please add link to the page that explains why yarnpkg is good ? You mentioned that it is `recommended` to use it in the issue? -- This is an automated message from the

Re: [PR] Databricks sql hook returns json-serializable namedtuple [airflow]

2023-12-13 Thread via GitHub
potiuk commented on code in PR #36205: URL: https://github.com/apache/airflow/pull/36205#discussion_r1425365162 ## airflow/providers/databricks/hooks/databricks_sql.py: ## @@ -243,11 +244,15 @@ def run( @staticmethod def _make_serializable(result): -

(airflow) branch main updated: Fix incompatibility with google-cloud-monitoring 2.18.0 (#36200)

2023-12-13 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 4c73d613b1 Fix incompatibility with

Re: [PR] Fix incompatibility with google-cloud-monitoring 2.18.0 [airflow]

2023-12-13 Thread via GitHub
potiuk merged PR #36200: URL: https://github.com/apache/airflow/pull/36200 -- 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(bigquery.py): pass correct project_id to triggerer [airflow]

2023-12-13 Thread via GitHub
mokshasoul commented on PR #35200: URL: https://github.com/apache/airflow/pull/35200#issuecomment-1853917116 So there's another test failing but thats not part of the code I touched I guess that is fine? -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] No response from gunicorn master within 120 seconds After Changing Worker Class [airflow]

2023-12-13 Thread via GitHub
ramkunwarmeghwal commented on issue #10964: URL: https://github.com/apache/airflow/issues/10964#issuecomment-1853906040 Installed latest airflow version(2.7.3) and python version is 3.10, airflow is working fine when sqlite database is using, when set mysql database(aws rds), airflow

  1   2   >