[GitHub] [airflow] obarisk commented on issue #17546: ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: cannot allocate memory in static TLS block

2021-08-13 Thread GitBox
obarisk commented on issue #17546: URL: https://github.com/apache/airflow/issues/17546#issuecomment-898828863 This issue raise two curious points. 1. Without any dependency with MySQL. airflow still depend on mysql. 2. If import airflow before pandas, the bug disappears.

[GitHub] [airflow] rchangj commented on issue #17558: New job fail immediately after start, no logs

2021-08-13 Thread GitBox
rchangj commented on issue #17558: URL: https://github.com/apache/airflow/issues/17558#issuecomment-898811991 After I use following command to start airflow, the issue goes away. It seems there is a corner issue due to permission: sudo /sbin/runuser -l -c "airflow scheduler"

[airflow] 01/02: Bump version to 2.1.3

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 7d1c0567901fc4f15d632babe783da9540cd1d28 Author: Kaxil Naik AuthorDate: Wed Jul 28 16:00:25 2021 +0100 Bump

[airflow] branch v2-1-test updated (744ba52 -> f77cdb6)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 744ba52 Update documentation regarding Python 3.9 support (#17611) discard eadea47 Bump version to 2.1.3

[airflow] 02/02: Update documentation regarding Python 3.9 support (#17611)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit f77cdb625b8e989344c7efe979dea881c2b4295d Author: Gabe Flores AuthorDate: Fri Aug 13 19:15:44 2021 -0500

[GitHub] [airflow] mik-laj commented on a change in pull request #17382: Add new LocalFilesystemToS3Operator under Amazon provider (#17168)

2021-08-13 Thread GitBox
mik-laj commented on a change in pull request #17382: URL: https://github.com/apache/airflow/pull/17382#discussion_r688843188 ## File path: airflow/providers/amazon/aws/example_dags/example_local_to_s3.py ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF)

[airflow] 09/09: Update documentation regarding Python 3.9 support (#17611)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 744ba522e0090beca933719729fbf7d184a69153 Author: Gabe Flores AuthorDate: Fri Aug 13 19:15:44 2021 -0500

[airflow] 07/09: Fix task retries when they receive sigkill and have retries and properly handle sigterm (#16301)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 12f2467181c4c521a0072315c8ab9c66e3bf553a Author: Ephraim Anierobi AuthorDate: Wed Jul 28 15:57:35 2021 +0100

[airflow] 05/09: Fix race condition with dagrun callbacks (#16741)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 7cc60024eb20998efbe1c1246e8cc8f7064e78d2 Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>

[airflow] 06/09: Add Pytest fixture to create dag and dagrun and use it on local task job tests (#16889)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 343beb65685adc4b87107a18a43c509731985499 Author: Ephraim Anierobi AuthorDate: Tue Jul 20 18:48:35 2021 +0100

[airflow] 04/09: Add 'queued' to DagRunState (#16854)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 5c3e373ccf03efc1b988831d6fc6e5109f3e3197 Author: Ephraim Anierobi AuthorDate: Wed Jul 7 21:37:22 2021 +0100

[airflow] 08/09: Bump version to 2.1.3

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit eadea473c30411ccb3d3cf9366316f8391cce7ce Author: Kaxil Naik AuthorDate: Wed Jul 28 16:00:25 2021 +0100 Bump

[airflow] 02/09: Move DagFileProcessor and DagFileProcessorProcess out of scheduler_job.py (#16581)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 22567165712289861521389dc5b4aee874c4d3d5 Author: Ephraim Anierobi AuthorDate: Fri Jun 25 05:36:56 2021 +0100

[airflow] 03/09: Add 'queued' state to DagRun (#16401)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit ee67daa2bcb02dc55ce482b9bd53b8465f8b97ef Author: Ephraim Anierobi AuthorDate: Tue Jul 6 15:03:27 2021 +0100

[airflow] 01/09: Run mini scheduler in LocalTaskJob during task exit (#16289)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit e8e8b19a218ae921da0a65ef626c8c2c57582b2b Author: Ephraim Anierobi AuthorDate: Thu Jun 10 14:29:30 2021 +0100

[airflow] branch v2-1-test updated (f1268d2 -> 744ba52)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard f1268d2 Update documentation regarding Python 3.9 support (#17611) discard 32d4bab Bump version to 2.1.3

[airflow] 09/10: Bump version to 2.1.3

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 32d4bab65c6f3233cd98c1a11fb83f812b19be17 Author: Kaxil Naik AuthorDate: Wed Jul 28 16:00:25 2021 +0100 Bump

[airflow] 10/10: Update documentation regarding Python 3.9 support (#17611)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit f1268d28369e6a4b2bcd66e4e499a8862361d7a8 Author: Gabe Flores AuthorDate: Fri Aug 13 19:15:44 2021 -0500

[airflow] 06/10: Fix race condition with dagrun callbacks (#16741)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit cbe87e0b93504f59e3ceb82100d5a774ad18 Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>

[airflow] 03/10: Move DagFileProcessor and DagFileProcessorProcess out of scheduler_job.py (#16581)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 004a41462ebc365f40769781b7ecf74b44e2e360 Author: Ephraim Anierobi AuthorDate: Fri Jun 25 05:36:56 2021 +0100

[airflow] 08/10: Fix task retries when they receive sigkill and have retries and properly handle sigterm (#16301)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 6ab83b5ae83691b0ef5a8fc247a68b51c5f27a05 Author: Ephraim Anierobi AuthorDate: Wed Jul 28 15:57:35 2021 +0100

[airflow] 04/10: Add 'queued' state to DagRun (#16401)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 059f5ab8af6dafe7a2ba04f2a1edfc5d3061bc52 Author: Ephraim Anierobi AuthorDate: Tue Jul 6 15:03:27 2021 +0100

[airflow] 07/10: Add Pytest fixture to create dag and dagrun and use it on local task job tests (#16889)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a59a567c1dd99464c725e06b2d2472b37bcb600d Author: Ephraim Anierobi AuthorDate: Tue Jul 20 18:48:35 2021 +0100

[airflow] 05/10: Add 'queued' to DagRunState (#16854)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 9d77deb95d93ae0a3c31dbc077d46fd3facafd96 Author: Ephraim Anierobi AuthorDate: Wed Jul 7 21:37:22 2021 +0100

[airflow] 01/10: Fix external elasticsearch logs link (#16357)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 73ff980058b7928c2a79355c99c327047863b8f3 Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>

[airflow] branch v2-1-test updated (be94da8 -> f1268d2)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard be94da8 Update documentation regarding Python 3.9 support (#17611) discard 128417c Bump version to 2.1.3

[airflow] 02/10: Run mini scheduler in LocalTaskJob during task exit (#16289)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a4a67cb2b402373a477706ef11749faaa39568a6 Author: Ephraim Anierobi AuthorDate: Thu Jun 10 14:29:30 2021 +0100

[airflow] 02/02: Update documentation regarding Python 3.9 support (#17611)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit be94da88f58d35cbab9fd4cc227326fd87042874 Author: Gabe Flores AuthorDate: Fri Aug 13 19:15:44 2021 -0500

[airflow] 01/02: Bump version to 2.1.3

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 128417cc692085d85f730493c6be8d6b32677542 Author: Kaxil Naik AuthorDate: Wed Jul 28 16:00:25 2021 +0100 Bump

[airflow] branch v2-1-test updated (0e2f2f7 -> be94da8)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 0e2f2f7 Update documentation regarding Python 3.9 support (#17611) discard ef3ebf2 Bump version to 2.1.3

[airflow] branch v2-1-test updated: Update documentation regarding Python 3.9 support (#17611)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-1-test by this push: new 0e2f2f7 Update documentation

[airflow] branch main updated: Update documentation regarding Python 3.9 support (#17611)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik 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 721d4e7 Update documentation regarding Python

[GitHub] [airflow] kaxil merged pull request #17611: Update documentation regarding Python 3.9 support

2021-08-13 Thread GitBox
kaxil merged pull request #17611: URL: https://github.com/apache/airflow/pull/17611 -- 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 #16647: Move FABs base Security Manager into Airflow.

2021-08-13 Thread GitBox
github-actions[bot] commented on pull request #16647: URL: https://github.com/apache/airflow/pull/16647#issuecomment-898775016 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

[airflow] 08/09: Fix task retries when they receive sigkill and have retries and properly handle sigterm (#16301)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 1f5c6dc867c9d64eb4f427673440726494325f85 Author: Ephraim Anierobi AuthorDate: Wed Jul 28 15:57:35 2021 +0100

[airflow] 09/09: Bump version to 2.1.3

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit ef3ebf2e01845b42ef1d87a7f2442d712a85c536 Author: Kaxil Naik AuthorDate: Wed Jul 28 16:00:25 2021 +0100 Bump

[airflow] 05/09: Add 'queued' to DagRunState (#16854)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 1100af01475ddef64a5cb75e64a60a44615a2c21 Author: Ephraim Anierobi AuthorDate: Wed Jul 7 21:37:22 2021 +0100

[airflow] 04/09: Add 'queued' state to DagRun (#16401)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit fb9c80bc3a897606eaaf1424615bea4599dd325f Author: Ephraim Anierobi AuthorDate: Tue Jul 6 15:03:27 2021 +0100

[airflow] 06/09: Fix race condition with dagrun callbacks (#16741)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit b6e71280045b1fd5b53836dc36ea6aaa54415e80 Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>

[airflow] 03/09: Move DagFileProcessor and DagFileProcessorProcess out of scheduler_job.py (#16581)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 58dfb973393e6dfbb3e18da2a1ba962f577590ea Author: Ephraim Anierobi AuthorDate: Fri Jun 25 05:36:56 2021 +0100

[airflow] 02/09: Fix external elasticsearch logs link (#16357)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 8779a4f2920d165e7aef0cac41cab432c591f0d6 Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>

[airflow] 07/09: Add Pytest fixture to create dag and dagrun and use it on local task job tests (#16889)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 84b1ef11963ccfce4f7e5fef71ee3c4dd0f71a30 Author: Ephraim Anierobi AuthorDate: Tue Jul 20 18:48:35 2021 +0100

[airflow] 01/09: Run mini scheduler in LocalTaskJob during task exit (#16289)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 55e877bdf46db414d6e64fd7556b9f66990e831c Author: Ephraim Anierobi AuthorDate: Thu Jun 10 14:29:30 2021 +0100

[airflow] branch v2-1-test updated (f10aefa -> ef3ebf2)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard f10aefa Bump version to 2.1.3 discard 5e097c7 Fix task retries when they receive sigkill and have retries

[GitHub] [airflow] jedcunningham opened a new pull request #17613: Avoid endless redirect loop when user has no roles

2021-08-13 Thread GitBox
jedcunningham opened a new pull request #17613: URL: https://github.com/apache/airflow/pull/17613 With the (relatively) new FAB feature of role mapping, we've had multiple instances of users getting no roles and running into an endless redirect loop of / -> /home -> /login. This

[airflow] 07/09: Add Pytest fixture to create dag and dagrun and use it on local task job tests (#16889)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit d5c16176485c007f269852be857c3ec7fd78d22e Author: Ephraim Anierobi AuthorDate: Tue Jul 20 18:48:35 2021 +0100

[airflow] 08/09: Fix task retries when they receive sigkill and have retries and properly handle sigterm (#16301)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 5e097c7cb581164b8519dfcca706aadc95f3f731 Author: Ephraim Anierobi AuthorDate: Wed Jul 28 15:57:35 2021 +0100

[airflow] 06/09: Fix race condition with dagrun callbacks (#16741)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit f4d05c6b2157bc3993f4b7236597476aa35500e3 Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>

[airflow] 03/09: Move DagFileProcessor and DagFileProcessorProcess out of scheduler_job.py (#16581)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 5bcc620e3f6a5adc17222f598fdc065a8cca53a2 Author: Ephraim Anierobi AuthorDate: Fri Jun 25 05:36:56 2021 +0100

[airflow] 09/09: Bump version to 2.1.3

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit f10aefa6dc04d9419b94bbd7dcacff1e2aa04d49 Author: Kaxil Naik AuthorDate: Wed Jul 28 16:00:25 2021 +0100 Bump

[airflow] 04/09: Add 'queued' state to DagRun (#16401)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a682d1c22f2b3930ea70c31536b83018378049bf Author: Ephraim Anierobi AuthorDate: Tue Jul 6 15:03:27 2021 +0100

[airflow] 05/09: Add 'queued' to DagRunState (#16854)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 940ab17d35609612144aa1b6cc670fb2ae554d84 Author: Ephraim Anierobi AuthorDate: Wed Jul 7 21:37:22 2021 +0100

[airflow] branch v2-1-test updated (e651dc6 -> f10aefa)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard e651dc6 Bump version to 2.1.3 discard 96092eb Fix task retries when they receive sigkill and have retries

[airflow] 01/09: Run mini scheduler in LocalTaskJob during task exit (#16289)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 39638a1a51913d2f5c8650d271529593a2dd419f Author: Ephraim Anierobi AuthorDate: Thu Jun 10 14:29:30 2021 +0100

[airflow] 02/09: Fix external elasticsearch logs link (#16357)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit ec9b1f3271aa1c8f73a3639f5fa94a019e72caf3 Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>

[GitHub] [airflow] jedcunningham commented on pull request #17477: Open relative extra links in place

2021-08-13 Thread GitBox
jedcunningham commented on pull request #17477: URL: https://github.com/apache/airflow/pull/17477#issuecomment-898764077 @bradarndt, looks like 2 static check failures, both should be easy to fix. I'd also suggest that you [set up the pre-commit

[GitHub] [airflow] Sonins commented on pull request #17428: Fix elasticsearch-secret template port default function

2021-08-13 Thread GitBox
Sonins commented on pull request #17428: URL: https://github.com/apache/airflow/pull/17428#issuecomment-898763140 > @Sonins, congrats on your first commit! Thanks for the fix Thanks for your help. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] ephraimbuddy commented on issue #17612: function json_extract_path(json, unknown, unknown) does not exist during dag serialization

2021-08-13 Thread GitBox
ephraimbuddy commented on issue #17612: URL: https://github.com/apache/airflow/issues/17612#issuecomment-898757946 Did you initialize the DB? Looks like you need to run `airflow db init` -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] match-gabeflores opened a new issue #17612: function json_extract_path(json, unknown, unknown) does not exist during dag serialization

2021-08-13 Thread GitBox
match-gabeflores opened a new issue #17612: URL: https://github.com/apache/airflow/issues/17612 **Apache Airflow version**: Airflow 2.1.2 Postgres 13 Python 3.9.6 Trying to set up a fresh instance of Airflow and getting the below error. Main error here: ```

[GitHub] [airflow] github-actions[bot] commented on pull request #17611: Update documentation regarding Python 3.9 support

2021-08-13 Thread GitBox
github-actions[bot] commented on pull request #17611: URL: https://github.com/apache/airflow/pull/17611#issuecomment-898733551 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

[GitHub] [airflow] match-gabeflores opened a new pull request #17611: Update documentation regarding Python 3.9 support

2021-08-13 Thread GitBox
match-gabeflores opened a new pull request #17611: URL: https://github.com/apache/airflow/pull/17611 Let me know if I should change the wording. https://github.com/apache/airflow#requirements --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] bradarndt commented on pull request #17477: Open relative extra links in place

2021-08-13 Thread GitBox
bradarndt commented on pull request #17477: URL: https://github.com/apache/airflow/pull/17477#issuecomment-898732056 > Sorry, I should have looked more closely. Since main isn't currently failing, can you try rebasing on main? You probably waited long enough  Done. Will keep an

[GitHub] [airflow] kaxil merged pull request #17610: Add cherry-pick notes to the release README

2021-08-13 Thread GitBox
kaxil merged pull request #17610: URL: https://github.com/apache/airflow/pull/17610 -- 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 (bb3b319 -> b7e5a24)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git. from bb3b319 Chart: Fix elasticsearch-secret template port default function (#17428) add b7e5a24 Add

[GitHub] [airflow] jedcunningham commented on pull request #17428: Fix elasticsearch-secret template port default function

2021-08-13 Thread GitBox
jedcunningham commented on pull request #17428: URL: https://github.com/apache/airflow/pull/17428#issuecomment-898724877 @Sonins, congrats on your first commit! Thanks for the fix  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[airflow] branch main updated (55b9b70 -> bb3b319)

2021-08-13 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git. from 55b9b70 Fix ``triggerer`` query where limit is not supported in some MySQL version (#17601) add bb3b319

[GitHub] [airflow] jedcunningham merged pull request #17428: Fix elasticsearch-secret template port default function

2021-08-13 Thread GitBox
jedcunningham merged pull request #17428: URL: https://github.com/apache/airflow/pull/17428 -- 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] boring-cyborg[bot] commented on pull request #17428: Fix elasticsearch-secret template port default function

2021-08-13 Thread GitBox
boring-cyborg[bot] commented on pull request #17428: URL: https://github.com/apache/airflow/pull/17428#issuecomment-898724516 Awesome work, congrats on your first merged pull request! -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [airflow] github-actions[bot] commented on pull request #17428: Fix elasticsearch-secret template port default function

2021-08-13 Thread GitBox
github-actions[bot] commented on pull request #17428: URL: https://github.com/apache/airflow/pull/17428#issuecomment-898724073 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

[GitHub] [airflow] jedcunningham commented on pull request #17477: Open relative extra links in place

2021-08-13 Thread GitBox
jedcunningham commented on pull request #17477: URL: https://github.com/apache/airflow/pull/17477#issuecomment-898722128 Sorry, I should have looked more closely. Since main isn't currently failing, can you try rebasing on main? You probably waited long enough  -- This is an automated

[GitHub] [airflow] bradarndt commented on pull request #17477: Open relative extra links in place

2021-08-13 Thread GitBox
bradarndt commented on pull request #17477: URL: https://github.com/apache/airflow/pull/17477#issuecomment-898717526 @jedcunningham (i noticed that you re-triggered the CI build). The build is failing due to a failed build constraint: ``` ERROR: Cannot install

[GitHub] [airflow] github-actions[bot] commented on pull request #17610: Add cherry-pick notes to the release README

2021-08-13 Thread GitBox
github-actions[bot] commented on pull request #17610: URL: https://github.com/apache/airflow/pull/17610#issuecomment-898716305 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

[GitHub] [airflow] dimberman commented on a change in pull request #15330: Add a Docker Taskflow decorator

2021-08-13 Thread GitBox
dimberman commented on a change in pull request #15330: URL: https://github.com/apache/airflow/pull/15330#discussion_r688773634 ## File path: airflow/decorators/__init__.pyi ## @@ -0,0 +1,105 @@ +from typing import Optional, Callable, Iterable, Dict, Union, List + +try: +

[GitHub] [airflow] ashb commented on a change in pull request #17610: Add cherry-pick notes to the release README

2021-08-13 Thread GitBox
ashb commented on a change in pull request #17610: URL: https://github.com/apache/airflow/pull/17610#discussion_r688765496 ## File path: dev/README_RELEASE_AIRFLOW.md ## @@ -47,6 +49,24 @@ You can find the prerequisites to release Apache Airflow in [README.md](README.md).

[GitHub] [airflow] andrewgodwin opened a new pull request #17610: Add cherry-pick notes to the release README

2021-08-13 Thread GitBox
andrewgodwin opened a new pull request #17610: URL: https://github.com/apache/airflow/pull/17610 This adds some more detail to the release README about the process of selecting what is in a release, including the fact that the release manager has some discretion about what to include

[GitHub] [airflow] jedcunningham commented on pull request #17477: Open relative extra links in place

2021-08-13 Thread GitBox
jedcunningham commented on pull request #17477: URL: https://github.com/apache/airflow/pull/17477#issuecomment-898701320 (closed/reopened to rekick CI) -- 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

[GitHub] [airflow] jedcunningham closed pull request #17477: Open relative extra links in place

2021-08-13 Thread GitBox
jedcunningham closed pull request #17477: URL: https://github.com/apache/airflow/pull/17477 -- 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] john-jac opened a new pull request #17609: sftp_to_s3 stream file option

2021-08-13 Thread GitBox
john-jac opened a new pull request #17609: URL: https://github.com/apache/airflow/pull/17609 Adds the option to stream the file directly from sftp client to s3 rather than first copy to a local temporary file. This is required whenever the size of the file exceeds the temporary storage

[GitHub] [airflow] jedcunningham commented on issue #16833: Chart: Add docs on using custom pod-template

2021-08-13 Thread GitBox
jedcunningham commented on issue #16833: URL: https://github.com/apache/airflow/issues/16833#issuecomment-898697562 @gmsantos, in the next release `podTemplate` can be templated and `workers.extraContainers` will be added to k8s workers automatically. Thanks! -- This is an automated

[GitHub] [airflow] github-actions[bot] commented on pull request #17537: Extend init_containers defined in pod_override

2021-08-13 Thread GitBox
github-actions[bot] commented on pull request #17537: URL: https://github.com/apache/airflow/pull/17537#issuecomment-898691378 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

[GitHub] [airflow] jedcunningham commented on a change in pull request #15385: Added table to view providers in airflow ui under admin tab

2021-08-13 Thread GitBox
jedcunningham commented on a change in pull request #15385: URL: https://github.com/apache/airflow/pull/15385#discussion_r688750350 ## File path: airflow/www/views.py ## @@ -3339,6 +3339,58 @@ def list(self): ) +class ProviderView(AirflowBaseView): +"""View to

[airflow] 01/01: Bump version to 2.1.3

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit e651dc681d665cd46f24d0b6606195ba77de60c7 Author: Kaxil Naik AuthorDate: Wed Jul 28 16:00:25 2021 +0100 Bump

[airflow] branch v2-1-test updated (1cb9a9e -> e651dc6)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 1cb9a9e Bump version to 2.1.3 new e651dc6 Bump version to 2.1.3 This update added new revisions after

[airflow] branch v2-1-test updated: Bump version to 2.1.3

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-1-test by this push: new 1cb9a9e Bump version to 2.1.3

[GitHub] [airflow] kaxil commented on pull request #17577: Have the dag_maker fixture (optionally) give SerializedDAGs

2021-08-13 Thread GitBox
kaxil commented on pull request #17577: URL: https://github.com/apache/airflow/pull/17577#issuecomment-898687421 Merge conflicts ! -- 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] 07/08: Add Pytest fixture to create dag and dagrun and use it on local task job tests (#16889)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a3879b2e1bc6c8b30443fd41f02ff580a3001966 Author: Ephraim Anierobi AuthorDate: Tue Jul 20 18:48:35 2021 +0100

[airflow] 08/08: Fix task retries when they receive sigkill and have retries and properly handle sigterm (#16301)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 96092eb66a3558f02462730061f008438d7b6a78 Author: Ephraim Anierobi AuthorDate: Wed Jul 28 15:57:35 2021 +0100

[airflow] 06/08: Fix race condition with dagrun callbacks (#16741)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a76a0df969cd6e354768811886754eec6ed0d6ea Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>

[airflow] 05/08: Add 'queued' to DagRunState (#16854)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit f4c95c5ad7241c55cc27b13b94e4bccede0b48c8 Author: Ephraim Anierobi AuthorDate: Wed Jul 7 21:37:22 2021 +0100

[airflow] 03/08: Move DagFileProcessor and DagFileProcessorProcess out of scheduler_job.py (#16581)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit f31e36af02eee4e8a3073d30ffa903d6802cec7f Author: Ephraim Anierobi AuthorDate: Fri Jun 25 05:36:56 2021 +0100

[airflow] 02/08: Fix external elasticsearch logs link (#16357)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 5a38d8e119bdb1e51ece2e690e27fe9eddc7ca0c Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>

[airflow] 01/08: Run mini scheduler in LocalTaskJob during task exit (#16289)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit c009c2a05138d3b9ec68037a39d14bad1fa60115 Author: Ephraim Anierobi AuthorDate: Thu Jun 10 14:29:30 2021 +0100

[GitHub] [airflow] jedcunningham commented on a change in pull request #15385: Added table to view providers in airflow ui under admin tab

2021-08-13 Thread GitBox
jedcunningham commented on a change in pull request #15385: URL: https://github.com/apache/airflow/pull/15385#discussion_r688745364 ## File path: tests/www/views/test_views.py ## @@ -93,6 +95,28 @@ def test_plugin_endpoint_should_not_be_unauthenticated(app):

[airflow] 04/08: Add 'queued' state to DagRun (#16401)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 2bab3d462018efb3186f94440d7bfde3e6747901 Author: Ephraim Anierobi AuthorDate: Tue Jul 6 15:03:27 2021 +0100

[airflow] branch v2-1-test updated (7e79747 -> 96092eb)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 7e79747 Fix DAG run state not updated while DAG is paused (#16343) discard 3386b12 Run mini scheduler in

[GitHub] [airflow] dondaum commented on issue #17604: Add an option to remove or mask environment variables in the KubernetesPodOperator task instance logs on failure or error events

2021-08-13 Thread GitBox
dondaum commented on issue #17604: URL: https://github.com/apache/airflow/issues/17604#issuecomment-898663582 So I did tested the workaround with a quick and dirty subclass and overriding of the execute method. For each env value I call mask_secret(): ```python class

[GitHub] [airflow] ShakaibKhan commented on a change in pull request #15385: Added table to view providers in airflow ui under admin tab

2021-08-13 Thread GitBox
ShakaibKhan commented on a change in pull request #15385: URL: https://github.com/apache/airflow/pull/15385#discussion_r688718313 ## File path: tests/www/views/test_views.py ## @@ -93,6 +95,28 @@ def test_plugin_endpoint_should_not_be_unauthenticated(app):

[GitHub] [airflow] ShakaibKhan commented on a change in pull request #15385: Added table to view providers in airflow ui under admin tab

2021-08-13 Thread GitBox
ShakaibKhan commented on a change in pull request #15385: URL: https://github.com/apache/airflow/pull/15385#discussion_r688717069 ## File path: airflow/www/views.py ## @@ -3339,6 +3339,58 @@ def list(self): ) +class ProviderView(AirflowBaseView): +"""View to

[GitHub] [airflow] kaxil merged pull request #17601: Fix triggerer query where limit is not supported in some DB versions

2021-08-13 Thread GitBox
kaxil merged pull request #17601: URL: https://github.com/apache/airflow/pull/17601 -- 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: Fix ``triggerer`` query where limit is not supported in some MySQL version (#17601)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik 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 55b9b70 Fix ``triggerer`` query where limit is

  1   2   3   >