[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #23667: Fix mapped task immutability after clear

2022-05-26 Thread GitBox
ephraimbuddy commented on code in PR #23667: URL: https://github.com/apache/airflow/pull/23667#discussion_r883298741 ## airflow/models/dagrun.py: ## @@ -863,7 +859,8 @@ def verify_integrity(self, session: Session = NEW_SESSION): else:

[GitHub] [airflow] uranusjr commented on a diff in pull request #23510: Fix permission issue for dag that has dot in name

2022-05-26 Thread GitBox
uranusjr commented on code in PR #23510: URL: https://github.com/apache/airflow/pull/23510#discussion_r883282435 ## airflow/security/permissions.py: ## @@ -66,14 +66,16 @@ DAG_ACTIONS = {ACTION_CAN_READ, ACTION_CAN_EDIT, ACTION_CAN_DELETE} -def

[GitHub] [airflow] uranusjr commented on a diff in pull request #23887: Remove hack from BigQuery DTS hook

2022-05-26 Thread GitBox
uranusjr commented on code in PR #23887: URL: https://github.com/apache/airflow/pull/23887#discussion_r883273929 ## setup.py: ## @@ -370,6 +370,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version 'pandas-gbq', pandas_requirement,

[GitHub] [airflow] eladkal closed issue #22846: UUID encoded in CassandraToGCSOperator but not other operators

2022-05-26 Thread GitBox
eladkal closed issue #22846: UUID encoded in CassandraToGCSOperator but not other operators URL: https://github.com/apache/airflow/issues/22846 -- 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

[GitHub] [airflow] eladkal commented on issue #22846: UUID encoded in CassandraToGCSOperator but not other operators

2022-05-26 Thread GitBox
eladkal commented on issue #22846: URL: https://github.com/apache/airflow/issues/22846#issuecomment-1139274133 Fixed in https://github.com/apache/airflow/pull/23766 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [airflow] eladkal commented on pull request #23173: Fix Task Duration Calculation & Display

2022-05-26 Thread GitBox
eladkal commented on PR #23173: URL: https://github.com/apache/airflow/pull/23173#issuecomment-1139273282 @aschoe21 are you still working on this PR? -- 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

[GitHub] [airflow] uranusjr commented on pull request #23667: Fix mapped task immutability after clear

2022-05-26 Thread GitBox
uranusjr commented on PR #23667: URL: https://github.com/apache/airflow/pull/23667#issuecomment-1139269129 This needs some docstrings and comments to explain why and when the logic is needed and what do they do. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] uranusjr commented on a diff in pull request #23667: Fix mapped task immutability after clear

2022-05-26 Thread GitBox
uranusjr commented on code in PR #23667: URL: https://github.com/apache/airflow/pull/23667#discussion_r883262152 ## airflow/models/dagrun.py: ## @@ -885,6 +882,11 @@ def verify_integrity(self, session: Session = NEW_SESSION): ) ti.state

[GitHub] [airflow] uranusjr commented on a diff in pull request #23667: Fix mapped task immutability after clear

2022-05-26 Thread GitBox
uranusjr commented on code in PR #23667: URL: https://github.com/apache/airflow/pull/23667#discussion_r883262037 ## airflow/models/dagrun.py: ## @@ -863,7 +859,8 @@ def verify_integrity(self, session: Session = NEW_SESSION): else:

[GitHub] [airflow] uranusjr commented on a diff in pull request #23667: Fix mapped task immutability after clear

2022-05-26 Thread GitBox
uranusjr commented on code in PR #23667: URL: https://github.com/apache/airflow/pull/23667#discussion_r883261822 ## airflow/models/dagrun.py: ## @@ -640,15 +640,9 @@ def task_instance_scheduling_decisions(self, session: Session = NEW_SESSION) -> tis =

[airflow] branch main updated: Disallow calling expand with no arguments (#23463)

2022-05-26 Thread uranusjr
This is an automated email from the ASF dual-hosted git repository. uranusjr 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 9214018153 Disallow calling expand with no

[GitHub] [airflow] uranusjr merged pull request #23463: Disallow calling expand with no arguments

2022-05-26 Thread GitBox
uranusjr merged PR #23463: URL: https://github.com/apache/airflow/pull/23463 -- 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:

[GitHub] [airflow] uranusjr closed issue #23435: Empty `expand()` crashes the scheduler

2022-05-26 Thread GitBox
uranusjr closed issue #23435: Empty `expand()` crashes the scheduler URL: https://github.com/apache/airflow/issues/23435 -- 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

[GitHub] [airflow] uranusjr closed issue #23948: Airflow Scheduler Keeps Crashing

2022-05-26 Thread GitBox
uranusjr closed issue #23948: Airflow Scheduler Keeps Crashing URL: https://github.com/apache/airflow/issues/23948 -- 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

[GitHub] [airflow] uranusjr commented on issue #23948: Airflow Scheduler Keeps Crashing

2022-05-26 Thread GitBox
uranusjr commented on issue #23948: URL: https://github.com/apache/airflow/issues/23948#issuecomment-1139261539 Duplicate of https://github.com/apache/airflow/issues/22160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [airflow] uranusjr commented on pull request #23944: Re-write LocalExecutor workers to cleanly shutdown on 3.10

2022-05-26 Thread GitBox
uranusjr commented on PR #23944: URL: https://github.com/apache/airflow/pull/23944#issuecomment-1139258100 Tests are not happy  -- 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

[airflow] branch main updated: Faster grid view (#23951)

2022-05-26 Thread uranusjr
This is an automated email from the ASF dual-hosted git repository. uranusjr 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 c9b21b8026 Faster grid view (#23951) c9b21b8026

[GitHub] [airflow] uranusjr merged pull request #23951: Faster grid view

2022-05-26 Thread GitBox
uranusjr merged PR #23951: URL: https://github.com/apache/airflow/pull/23951 -- 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:

[GitHub] [airflow] josh-fell commented on a diff in pull request #23873: Introduce `flake8-implicit-str-concat` plugin to static checks

2022-05-26 Thread GitBox
josh-fell commented on code in PR #23873: URL: https://github.com/apache/airflow/pull/23873#discussion_r883240535 ## airflow/providers/google/cloud/utils/credentials_provider.py: ## @@ -201,7 +201,7 @@ def __init__( key_options = [key_path, key_secret_name,

[GitHub] [airflow] josh-fell opened a new issue, #23955: Add missing parameter documentation for `KubernetesHook` and `KubernetesPodOperator`

2022-05-26 Thread GitBox
josh-fell opened a new issue, #23955: URL: https://github.com/apache/airflow/issues/23955 ### Body Currently the following modules are missing certain parameters in their docstrings. Because of this, these parameters are not captured in the [Python API docs for the Kubernetes

[GitHub] [airflow] github-actions[bot] commented on pull request #23873: Introduce `flake8-implicit-str-concat` plugin to static checks

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #23873: URL: https://github.com/apache/airflow/pull/23873#issuecomment-1139241384 The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the

[GitHub] [airflow] josh-fell commented on a diff in pull request #23873: Introduce `flake8-implicit-str-concat` plugin to static checks

2022-05-26 Thread GitBox
josh-fell commented on code in PR #23873: URL: https://github.com/apache/airflow/pull/23873#discussion_r883240535 ## airflow/providers/google/cloud/utils/credentials_provider.py: ## @@ -201,7 +201,7 @@ def __init__( key_options = [key_path, key_secret_name,

[GitHub] [airflow] uranusjr commented on a diff in pull request #23873: Introduce `flake8-implicit-str-concat` plugin to static checks

2022-05-26 Thread GitBox
uranusjr commented on code in PR #23873: URL: https://github.com/apache/airflow/pull/23873#discussion_r883239273 ## airflow/providers/google/cloud/utils/credentials_provider.py: ## @@ -201,7 +201,7 @@ def __init__( key_options = [key_path, key_secret_name,

[GitHub] [airflow] uranusjr commented on a diff in pull request #23873: Introduce `flake8-implicit-str-concat` plugin to static checks

2022-05-26 Thread GitBox
uranusjr commented on code in PR #23873: URL: https://github.com/apache/airflow/pull/23873#discussion_r883239273 ## airflow/providers/google/cloud/utils/credentials_provider.py: ## @@ -201,7 +201,7 @@ def __init__( key_options = [key_path, key_secret_name,

[airflow] branch main updated (188ec4a8d6 -> 45b5cf004b)

2022-05-26 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 188ec4a8d6 Use '--subdir' argument value for standalong dag processor. (#23864) add 45b5cf004b Revert "Add limit

[GitHub] [airflow] potiuk merged pull request #23953: Revert "Add limit for JPype1 (#23847)"

2022-05-26 Thread GitBox
potiuk merged PR #23953: URL: https://github.com/apache/airflow/pull/23953 -- 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:

[GitHub] [airflow] gbonazzoli commented on issue #23925: Airflow 2.3.1 : "CryptographyDeprecationWarning: Blowfish has been deprecated" message on gunicorn 20.1.0 startup

2022-05-26 Thread GitBox
gbonazzoli commented on issue #23925: URL: https://github.com/apache/airflow/issues/23925#issuecomment-1139237298 @potiuk Many thanks, I wasn't aware of the constraints file existance. I will do it next time. Donwloaded it, and it contains `paramiko==2.11.0`. -- This is an

[GitHub] [airflow] josh-fell opened a new issue, #23954: Add missing parameter documentation in `DatabricksSubmitRunOperator ` and `DatabricksSqlOperator`

2022-05-26 Thread GitBox
josh-fell opened a new issue, #23954: URL: https://github.com/apache/airflow/issues/23954 ### Body Currently the following modules are missing certain parameters in their docstrings. Because of this, these parameters are not captured in the [Python API docs for the Databricks

[airflow] branch v2-3-test updated: Use '--subdir' argument value for standalong dag processor. (#23864)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-3-test by this push: new 18a6c88417 Use '--subdir'

[GitHub] [airflow] potiuk commented on issue #23925: Airflow 2.3.1 : "CryptographyDeprecationWarning: Blowfish has been deprecated" message on gunicorn 20.1.0 startup

2022-05-26 Thread GitBox
potiuk commented on issue #23925: URL: https://github.com/apache/airflow/issues/23925#issuecomment-1139231147 That's expected. Just FYI - you should use constraints to install Airflow https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html -- This is

[GitHub] [airflow] gbonazzoli commented on issue #23925: Airflow 2.3.1 : "CryptographyDeprecationWarning: Blowfish has been deprecated" message on gunicorn 20.1.0 startup

2022-05-26 Thread GitBox
gbonazzoli commented on issue #23925: URL: https://github.com/apache/airflow/issues/23925#issuecomment-1139230609 @eladkal @potiuk If it can be of help, I manually upgraded paramiko without having any complain from pip: ``` root@airflow:~# pip3 install --upgrade paramiko

[GitHub] [airflow] potiuk commented on issue #12985: PythonVirtualenvOperator with provide_context=True does not have 'ti' keyword

2022-05-26 Thread GitBox
potiuk commented on issue #12985: URL: https://github.com/apache/airflow/issues/12985#issuecomment-1139230524 @oriolcmp - it works here in the way that the fastest way to implement somethign that you really want to, is to implement it. I think waiting two years for something you want is

[GitHub] [airflow] github-actions[bot] commented on pull request #23953: Revert "Add limit for JPype1 (#23847)"

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #23953: URL: https://github.com/apache/airflow/pull/23953#issuecomment-1139230491 The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the

[airflow] branch main updated: Use '--subdir' argument value for standalong dag processor. (#23864)

2022-05-26 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 188ec4a8d6 Use '--subdir' argument value for

[GitHub] [airflow] potiuk merged pull request #23864: Use '--subdir' argument value for standalone dag processor.

2022-05-26 Thread GitBox
potiuk merged PR #23864: URL: https://github.com/apache/airflow/pull/23864 -- 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:

[GitHub] [airflow] potiuk commented on issue #20875: Serialization error after successful DAG run

2022-05-26 Thread GitBox
potiuk commented on issue #20875: URL: https://github.com/apache/airflow/issues/20875#issuecomment-1139228048 Migration to 2.3.* and using `airflow dags reserilize` should help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [airflow] edithturn commented on pull request #23714: Kind Cluster on Breeze

2022-05-26 Thread GitBox
edithturn commented on PR #23714: URL: https://github.com/apache/airflow/pull/23714#issuecomment-1139225435  let me try to solve them, Jarek! -- 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

[GitHub] [airflow] josh-fell commented on a diff in pull request #22938: Enable dbt Cloud provider to interact with single tenant instances

2022-05-26 Thread GitBox
josh-fell commented on code in PR #22938: URL: https://github.com/apache/airflow/pull/22938#discussion_r883216937 ## airflow/providers/dbt/cloud/hooks/dbt.py: ## @@ -144,14 +144,17 @@ class DbtCloudHook(HttpHook): def get_ui_field_behaviour() -> Dict[str, Any]:

[GitHub] [airflow] potiuk commented on pull request #23714: Kind Cluster on Breeze

2022-05-26 Thread GitBox
potiuk commented on PR #23714: URL: https://github.com/apache/airflow/pull/23714#issuecomment-1139224179 Some conflicts to solve :( -- 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

[GitHub] [airflow] potiuk opened a new pull request, #23953: Revert "Add limit for JPype1 (#23847)"

2022-05-26 Thread GitBox
potiuk opened a new pull request, #23953: URL: https://github.com/apache/airflow/pull/23953 This turned out to be mistake in manual submission. Fixed on JPype1 side. This reverts commit 3699be49b24ef5a0a8d8de81a149af2c5a7dc206. --- **^ Add meaningful description

[GitHub] [airflow] josh-fell commented on a diff in pull request #23848: The first system test for slack (implemented according to AIP-47)

2022-05-26 Thread GitBox
josh-fell commented on code in PR #23848: URL: https://github.com/apache/airflow/pull/23848#discussion_r883222439 ## tests/system/providers/slack/example_slack.py: ## @@ -0,0 +1,72 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [airflow] josh-fell commented on a diff in pull request #22938: Enable dbt Cloud provider to interact with single tenant instances

2022-05-26 Thread GitBox
josh-fell commented on code in PR #22938: URL: https://github.com/apache/airflow/pull/22938#discussion_r883213706 ## tests/providers/dbt/cloud/hooks/test_dbt_cloud.py: ## @@ -119,16 +122,37 @@ def setup_class(self): password=TOKEN, ) +#

[GitHub] [airflow] potiuk commented on issue #19192: The scheduler does not appear to be running. Last heartbeat was received X minutes ago.

2022-05-26 Thread GitBox
potiuk commented on issue #19192: URL: https://github.com/apache/airflow/issues/19192#issuecomment-1139211178 It might be related to the PR #23944 - are you usuing Python 3.10? If so - switching to Python 3.9 might help and we might fix it one of the future versions. -- This is an

[GitHub] [airflow] potiuk commented on pull request #23927: fix: Databricks Provider Dependency #23917

2022-05-26 Thread GitBox
potiuk commented on PR #23927: URL: https://github.com/apache/airflow/pull/23927#issuecomment-1139206655 Done :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[airflow] branch main updated: Update dep for databricks #23917 (#23927)

2022-05-26 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 80c3fcd097 Update dep for databricks #23917

[GitHub] [airflow] jedcunningham commented on pull request #23952: Removes duplicate code block

2022-05-26 Thread GitBox
jedcunningham commented on PR #23952: URL: https://github.com/apache/airflow/pull/23952#issuecomment-1139206586 Thanks @mfjackson  -- 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

[GitHub] [airflow] potiuk merged pull request #23927: fix: Databricks Provider Dependency #23917

2022-05-26 Thread GitBox
potiuk merged PR #23927: URL: https://github.com/apache/airflow/pull/23927 -- 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: Removes duplicate code block (#23952)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham 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 b170dc7d66 Removes duplicate code block

[GitHub] [airflow] jedcunningham merged pull request #23952: Removes duplicate code block

2022-05-26 Thread GitBox
jedcunningham merged PR #23952: URL: https://github.com/apache/airflow/pull/23952 -- 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:

[GitHub] [airflow] github-actions[bot] commented on pull request #23952: Removes duplicate code block

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #23952: URL: https://github.com/apache/airflow/pull/23952#issuecomment-1139206037 The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide that full

[GitHub] [airflow] github-actions[bot] commented on pull request #23951: Faster grid view

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #23951: URL: https://github.com/apache/airflow/pull/23951#issuecomment-1139204676 The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the

[GitHub] [airflow] koconder commented on pull request #23907: Light Refactor and Clean-up AWS Provider

2022-05-26 Thread GitBox
koconder commented on PR #23907: URL: https://github.com/apache/airflow/pull/23907#issuecomment-1139204681 Rebased branch as some tests failed which previously passed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [airflow] koconder commented on pull request #23927: fix: Databricks Provider Dependency #23917

2022-05-26 Thread GitBox
koconder commented on PR #23927: URL: https://github.com/apache/airflow/pull/23927#issuecomment-1139204439 Thanks @potiuk its now ready to approve and merge -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [airflow] russellpierce commented on pull request #14640: Allow ExternalTaskSensor to wait for taskgroup

2022-05-26 Thread GitBox
russellpierce commented on PR #14640: URL: https://github.com/apache/airflow/pull/14640#issuecomment-1139201947 Darn, it's a shame this didn't get through - it is exactly what I was looking for! -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] potiuk commented on issue #10026: Duplicate tasks invoked for a single task_id when manually invoked task details modal.

2022-05-26 Thread GitBox
potiuk commented on issue #10026: URL: https://github.com/apache/airflow/issues/10026#issuecomment-1139196161 @jacoDentsu - could you please reproduce it in your instance of 2.3.* (we do not have 3.2 yet) and post the logs wiht it? You seem to still have the problem - that would allow us

[airflow] branch v2-3-test updated: Highlight task states by hovering on legend row (#23678)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-3-test by this push: new 9bc2896651 Highlight task states

[GitHub] [airflow] potiuk closed pull request #23932: Fix failure for None task summaries

2022-05-26 Thread GitBox
potiuk closed pull request #23932: Fix failure for None task summaries URL: https://github.com/apache/airflow/pull/23932 -- 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

[GitHub] [airflow] potiuk commented on pull request #23932: Fix failure for None task summaries

2022-05-26 Thread GitBox
potiuk commented on PR #23932: URL: https://github.com/apache/airflow/pull/23932#issuecomment-1139190241 Better/faster fix in https://github.com/apache/airflow/pull/23947 . Closing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] potiuk closed issue #23925: Airflow 2.3.1 : "CryptographyDeprecationWarning: Blowfish has been deprecated" message on gunicorn 20.1.0 startup

2022-05-26 Thread GitBox
potiuk closed issue #23925: Airflow 2.3.1 : "CryptographyDeprecationWarning: Blowfish has been deprecated" message on gunicorn 20.1.0 startup URL: https://github.com/apache/airflow/issues/23925 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [airflow] potiuk commented on issue #23925: Airflow 2.3.1 : "CryptographyDeprecationWarning: Blowfish has been deprecated" message on gunicorn 20.1.0 startup

2022-05-26 Thread GitBox
potiuk commented on issue #23925: URL: https://github.com/apache/airflow/issues/23925#issuecomment-1139188963 Ahhh Right - I think I checked it in my own fork :facepalm: . Yep. Paramiko was updated in the latest versions. So all is good. Closing. -- This is an automated message from the

[GitHub] [airflow] potiuk commented on a diff in pull request #23848: The first system test for slack (implemented according to AIP-47)

2022-05-26 Thread GitBox
potiuk commented on code in PR #23848: URL: https://github.com/apache/airflow/pull/23848#discussion_r883196089 ## tests/system/providers/slack/example_slack.py: ## @@ -0,0 +1,71 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [airflow] github-actions[bot] closed pull request #15277: Remove support for FAB `APP_THEME`

2022-05-26 Thread GitBox
github-actions[bot] closed pull request #15277: Remove support for FAB `APP_THEME` URL: https://github.com/apache/airflow/pull/15277 -- 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

[GitHub] [airflow] github-actions[bot] commented on pull request #21797: Fixed dag level access permissions

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #21797: URL: https://github.com/apache/airflow/pull/21797#issuecomment-1139165130 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

[GitHub] [airflow] mfjackson opened a new pull request, #23952: Removes duplicate code block

2022-05-26 Thread GitBox
mfjackson opened a new pull request, #23952: URL: https://github.com/apache/airflow/pull/23952 There's are two code blocks with identical text in the helm-chart docs. This commit removes one of them. --- **^ Add meaningful description above** Read the **[Pull

[airflow] 04/09: Fix UnboundLocalError when sql is empty list in DbApiHook (#23816)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 7f4a833798f11a6cbfc1c08791ee43d850562bdc Author: Dmytro Kazanzhy AuthorDate: Sun May 22 15:26:57 2022 +0300

[airflow] 05/09: Add __wrapped__ property to _TaskDecorator (#23830)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit ecbae242c69314c83e97b3baa385f6887f76d9c0 Author: sanjayp AuthorDate: Mon May 23 06:54:52 2022 +0530 Add

[airflow] 07/09: Remove redundant register exit signals in `dag-processor` command (#23886)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 6decd20c96d1e3f909bd2ed69084fc60f1b5a9b7 Author: Andrey Anshin AuthorDate: Thu May 26 19:06:11 2022 +0300

[airflow] 03/09: Enable clicking on DAG owner in autocomplete dropdown (#23804)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 14b1ea9ababac400b09507b5211f8231ba6a6b7f Author: Mark Norman Francis AuthorDate: Tue May 24 14:43:23 2022

[airflow] 06/09: Fix exception trying to display moved table warnings (#23837)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit f0122053a72770c18078f6e885425b85caefee43 Author: Ash Berlin-Taylor AuthorDate: Sun May 22 08:54:13 2022

[airflow] branch v2-3-test updated (838b97c9a0 -> 2560dd50c4)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a change to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git from 838b97c9a0 Fix release date for 2.3.1 new 4ba96b836b Exclude missing tasks from the gantt view

[airflow] 01/09: Exclude missing tasks from the gantt view (#23627)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 4ba96b836b2838e54d94713fd1f87f7b25378a5d Author: Joel Ossher <73489824+joeloss...@users.noreply.github.com>

[airflow] 09/09: Fix and speed up grid view (#23947)

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

[airflow] 08/09: Prevent UI from crashing if grid task instances are null (#23939)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a88900c8a71966d2eb7b4577f114915aee761ad6 Author: Brent Bovenzi AuthorDate: Thu May 26 18:20:14 2022 +0200

[airflow] 02/09: Simplify flash message for _airflow_moved tables (#23635)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 7ee739bb9202e9d5318d1513b55676ab75b66e3b Author: Daniel Standish

[GitHub] [airflow] jhtimmins commented on issue #23926: Airflow 2.3.1 - gunicorn keeps removing and adding Permission menu access on Permissions to role Admin

2022-05-26 Thread GitBox
jhtimmins commented on issue #23926: URL: https://github.com/apache/airflow/issues/23926#issuecomment-1139121013 @gbonazzoli Thanks for reporting this. I've been able to replicate the issue locally and will work on a fix. -- This is an automated message from the Apache Git Service. To

[GitHub] [airflow] jedcunningham opened a new pull request, #23951: Faster grid view

2022-05-26 Thread GitBox
jedcunningham opened a new pull request, #23951: URL: https://github.com/apache/airflow/pull/23951 Instead of building full TIs, use rows with just what we need. For large DAGs, this speeds up the response time for the grid. With DAG with ~2k tasks across 100 task groups, 1 "big"

[GitHub] [airflow] ashb commented on pull request #23944: Re-write LocalExecutor workers to cleanly shutdown on 3.10

2022-05-26 Thread GitBox
ashb commented on PR #23944: URL: https://github.com/apache/airflow/pull/23944#issuecomment-1139096778 This could either be in a 2.3.3 or 2.4.0 -- it's not critical and I haven't tested it all that thoroughly to make sure it doesn't have edge cases -- This is an automated message from

[GitHub] [airflow] karakanb opened a new issue, #23950: Long running tasks being killed with CeleryKubernetesExecutor

2022-05-26 Thread GitBox
karakanb opened a new issue, #23950: URL: https://github.com/apache/airflow/issues/23950 ### Apache Airflow version 2.2.5 ### What happened Hi there, this one is a bit of a weird one to reproduce, but I'll try my best to giive as much information as possible.

[GitHub] [airflow] bbovenzi opened a new issue, #23949: Only autorefresh active dags on home page

2022-05-26 Thread GitBox
bbovenzi opened a new issue, #23949: URL: https://github.com/apache/airflow/issues/23949 ### Description In https://github.com/apache/airflow/pull/22900, we added auto-refresh for the home page. Right now, we pass all dag_ids to the `last_dagruns`, `dag_stats` and `task_stats`

[airflow] branch constraints-main updated: Updating constraints. Build id:2392809419

2022-05-26 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 0098b16906 Updating

[GitHub] [airflow] jonathan-ostrander commented on issue #23760: OOME when using GCSObjectsWithPrefixExistenceSensor on bucket with many objects

2022-05-26 Thread GitBox
jonathan-ostrander commented on issue #23760: URL: https://github.com/apache/airflow/issues/23760#issuecomment-1139015966 I have changes, without breaking any of the APIs by using the underlying connection, almost ready (just need to add a couple tests) but I just went on vacation for a

[GitHub] [airflow] bbovenzi commented on issue #23772: New grid view in Airflow 2.3.0 has very slow performance on large DAGs relative to tree view in 2.2.5

2022-05-26 Thread GitBox
bbovenzi commented on issue #23772: URL: https://github.com/apache/airflow/issues/23772#issuecomment-1138985814 Going to reopen as we can still do more to improve perfomance for large DAGs -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [airflow] eladkal commented on issue #23925: Airflow 2.3.1 : "CryptographyDeprecationWarning: Blowfish has been deprecated" message on gunicorn 20.1.0 startup

2022-05-26 Thread GitBox
eladkal commented on issue #23925: URL: https://github.com/apache/airflow/issues/23925#issuecomment-1138959897 The 2.3.1 constraints were refreshed in https://github.com/apache/airflow/commit/edf8c465b95479bac53119e465c5bf9613b8b33c 10 days ago.. @gbonazzoli Did you use updated

[GitHub] [airflow] eladkal commented on issue #23925: Airflow 2.3.1 : "CryptographyDeprecationWarning: Blowfish has been deprecated" message on gunicorn 20.1.0 startup

2022-05-26 Thread GitBox
eladkal commented on issue #23925: URL: https://github.com/apache/airflow/issues/23925#issuecomment-1138955418 > It's not clear to me what blocks paramiko from upgrading to the latest version - even in main In both main and 2.3.1 `paramiko` is in latest version -- This is an

[airflow] branch main updated: Fix and speed up grid view (#23947)

2022-05-26 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham 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 1cf483fa0c Fix and speed up grid view

[GitHub] [airflow] jedcunningham merged pull request #23947: Fix and speed up grid view

2022-05-26 Thread GitBox
jedcunningham merged PR #23947: URL: https://github.com/apache/airflow/pull/23947 -- 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:

[GitHub] [airflow] jedcunningham closed issue #23772: New grid view in Airflow 2.3.0 has very slow performance on large DAGs relative to tree view in 2.2.5

2022-05-26 Thread GitBox
jedcunningham closed issue #23772: New grid view in Airflow 2.3.0 has very slow performance on large DAGs relative to tree view in 2.2.5 URL: https://github.com/apache/airflow/issues/23772 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] jedcunningham closed pull request #23924: Only return non-None task summaries for grid view

2022-05-26 Thread GitBox
jedcunningham closed pull request #23924: Only return non-None task summaries for grid view URL: https://github.com/apache/airflow/pull/23924 -- 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

[GitHub] [airflow] jedcunningham commented on pull request #23924: Only return non-None task summaries for grid view

2022-05-26 Thread GitBox
jedcunningham commented on PR #23924: URL: https://github.com/apache/airflow/pull/23924#issuecomment-1138934468 Closing this in favor of #23947, which fixes the same bug but also significantly improves response time. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] github-actions[bot] commented on pull request #23947: Fix and speed up grid view

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #23947: URL: https://github.com/apache/airflow/pull/23947#issuecomment-1138927807 The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the

[GitHub] [airflow] svncsvr opened a new issue, #23948: Airflow Scheduler Keeps Crashing

2022-05-26 Thread GitBox
svncsvr opened a new issue, #23948: URL: https://github.com/apache/airflow/issues/23948 ### Apache Airflow version 2.2.3 ### What happened First of all, It is a very strange error and happened all of a sudden when running some tasks within a DAG which was switched off

[GitHub] [airflow] boring-cyborg[bot] commented on issue #23948: Airflow Scheduler Keeps Crashing

2022-05-26 Thread GitBox
boring-cyborg[bot] commented on issue #23948: URL: https://github.com/apache/airflow/issues/23948#issuecomment-1138918695 Thanks for opening your first issue here! Be sure to follow the issue template! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] rbiegacz commented on a diff in pull request #23848: The first system test for slack (implemented according to AIP-47)

2022-05-26 Thread GitBox
rbiegacz commented on code in PR #23848: URL: https://github.com/apache/airflow/pull/23848#discussion_r882985277 ## tests/system/providers/slack/example_slack.py: ## @@ -0,0 +1,71 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [airflow] rbiegacz commented on a diff in pull request #23848: The first system test for slack (implemented according to AIP-47)

2022-05-26 Thread GitBox
rbiegacz commented on code in PR #23848: URL: https://github.com/apache/airflow/pull/23848#discussion_r882985277 ## tests/system/providers/slack/example_slack.py: ## @@ -0,0 +1,71 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [airflow] ZouhirSarrar commented on issue #23942: Trigger_rule don't work while using task decorator

2022-05-26 Thread GitBox
ZouhirSarrar commented on issue #23942: URL: https://github.com/apache/airflow/issues/23942#issuecomment-1138905142 > i want the end task to continue working -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [airflow] jedcunningham opened a new pull request, #23947: Fix and speed up grid view

2022-05-26 Thread GitBox
jedcunningham opened a new pull request, #23947: URL: https://github.com/apache/airflow/pull/23947 This fetches all TIs for a given task across dag runs, leading to signifincatly faster response times. It also fixes a bug where Nones were being passed to the UI when a new task was

[airflow] branch constraints-main updated: Updating constraints. Build id:2392223916

2022-05-26 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 7dda94f20d Updating

[GitHub] [airflow] potiuk commented on issue #9941: Extra links for Google Cloud operators

2022-05-26 Thread GitBox
potiuk commented on issue #9941: URL: https://github.com/apache/airflow/issues/9941#issuecomment-1138848176 Just look for similar PRs (above). Those are the best to see what needs to be done. For general contribution guildeline please follow

[airflow] branch main updated: Grid fix details button truncated and small UI tweaks (#23934)

2022-05-26 Thread bbovenzi
This is an automated email from the ASF dual-hosted git repository. bbovenzi 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 5ab58d057a Grid fix details button truncated and

[GitHub] [airflow] bbovenzi merged pull request #23934: Grid fix details button truncated and small UI tweaks

2022-05-26 Thread GitBox
bbovenzi merged PR #23934: URL: https://github.com/apache/airflow/pull/23934 -- 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:

  1   2   3   >