[GitHub] [airflow] kaxil merged pull request #14876: Add Airflow 2.0.1 to `breeze-complete` and BREEZE.rst

2021-03-18 Thread GitBox
kaxil merged pull request #14876: URL: https://github.com/apache/airflow/pull/14876 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] Scong commented on issue #13543: kubernetes refresh config strptime format results in error logs

2021-03-18 Thread GitBox
Scong commented on issue #13543: URL: https://github.com/apache/airflow/issues/13543#issuecomment-801939433 Happens when I downgrade to 1.10.12 as well. ```FROM apache/airflow:1.10.12-python3.6``` Will take a look at upgrading python.

[GitHub] [airflow] marcosmarxm opened a new issue #14879: Add area:providers for general providers to boring-cyborg

2021-03-18 Thread GitBox
marcosmarxm opened a new issue #14879: URL: https://github.com/apache/airflow/issues/14879 **Description** Add label **area-providers** to general providers. For example the **provider:Google**

[GitHub] [airflow] boring-cyborg[bot] commented on issue #14880: SlackAPIFileOperator is broken

2021-03-18 Thread GitBox
boring-cyborg[bot] commented on issue #14880: URL: https://github.com/apache/airflow/issues/14880#issuecomment-802052144 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] AlexisBRENON opened a new issue #14880: SlackAPIFileOperator is broken

2021-03-18 Thread GitBox
AlexisBRENON opened a new issue #14880: URL: https://github.com/apache/airflow/issues/14880 **Apache Airflow version**: 2.0.1 **Environment**: Docker - **Cloud provider or hardware configuration**: Local file system - **OS** (e.g. from /etc/os-release): Arch

[GitHub] [airflow] fhoda opened a new pull request #14881: GCS to BigQuery Transfer Operator with Labels and Description parameter

2021-03-18 Thread GitBox
fhoda opened a new pull request #14881: URL: https://github.com/apache/airflow/pull/14881 This adds the following optional parameters to the GCS to BQ transfer operator: 1. labels 2. description These can be set by users to update labels and/or description information in

[GitHub] [airflow] cccs-seb commented on a change in pull request #14663: Add tests for python & pythonvenv operators execute method.

2021-03-18 Thread GitBox
cccs-seb commented on a change in pull request #14663: URL: https://github.com/apache/airflow/pull/14663#discussion_r596870934 ## File path: airflow/operators/python.py ## @@ -489,7 +489,9 @@ def __init__( # pylint: disable=too-many-arguments self.pickling_library =

[GitHub] [airflow] namiops commented on issue #8467: ImportError: cannot import name 'bytes_type' from 'oauthlib.common'

2021-03-18 Thread GitBox
namiops commented on issue #8467: URL: https://github.com/apache/airflow/issues/8467#issuecomment-801962372 We faced same issue and temporary fix it by force upgrade flask_oauthlib from 0.9.5 to 0.9.6: `pip install flask_oauthlib==0.9.6`

[GitHub] [airflow] github-actions[bot] commented on pull request #14878: Module-wide app fixture for test_endpoints

2021-03-18 Thread GitBox
github-actions[bot] commented on pull request #14878: URL: https://github.com/apache/airflow/pull/14878#issuecomment-801962353 [The Workflow run](https://github.com/apache/airflow/actions/runs/664759497) is cancelling this PR. Building images for the PR has failed. Follow the workflow

[GitHub] [airflow] gillbuchanan commented on issue #13916: ECONNRESET error in scheduler using KubernetesExecutor on AKS

2021-03-18 Thread GitBox
gillbuchanan commented on issue #13916: URL: https://github.com/apache/airflow/issues/13916#issuecomment-801967450 Any movement here? Currently I'm using `CeleryExecutor` instead of `KubernetesExecutor` and am not facing the same issue, but I would like to move back to

[GitHub] [airflow] uranusjr commented on pull request #14878: Module-wide app fixture for test_endpoints

2021-03-18 Thread GitBox
uranusjr commented on pull request #14878: URL: https://github.com/apache/airflow/pull/14878#issuecomment-801990143 Cool. In that case it’s probably easier for me to rebase against #14875 and include the merge here. I’ll also look around for more similar `create_app()` calls in the mean

[GitHub] [airflow] jonasrla edited a comment on issue #14811: Latest SQLAlchemy (1.4) Incompatible with latest sqlalchemy_utils

2021-03-18 Thread GitBox
jonasrla edited a comment on issue #14811: URL: https://github.com/apache/airflow/issues/14811#issuecomment-801994616 Hello, First of all, to see how things are working out about this issue checkout #https://github.com/kvesteri/sqlalchemy-utils/issues/505 I worked around this

[GitHub] [airflow] jonasrla edited a comment on issue #14811: Latest SQLAlchemy (1.4) Incompatible with latest sqlalchemy_utils

2021-03-18 Thread GitBox
jonasrla edited a comment on issue #14811: URL: https://github.com/apache/airflow/issues/14811#issuecomment-801994616 Hello, First of all, to see how things are working out about this issue checkout #https://github.com/kvesteri/sqlalchemy-utils/issues/505 The reason we are

[GitHub] [airflow] bbovenzi commented on pull request #14862: Adds initial router, routes, and placeholder views

2021-03-18 Thread GitBox
bbovenzi commented on pull request #14862: URL: https://github.com/apache/airflow/pull/14862#issuecomment-802055344 - Updated the tests to properly test routing. - Fixed `yarn lint` by stopping it from doing typescript checks on `node_modules` packages - Workaround to prevent the

[GitHub] [airflow] ianstanton commented on pull request #14849: Update metadataConnection to be postgres container default.

2021-03-18 Thread GitBox
ianstanton commented on pull request #14849: URL: https://github.com/apache/airflow/pull/14849#issuecomment-801824970 @madden1706 Could you provide steps to reproduce and environment details? I am able to run successfully with default values on a GKE cluster. Thanks!

[airflow] branch master updated (04fd339 -> b24a1ba)

2021-03-18 Thread ash
This is an automated email from the ASF dual-hosted git repository. ash pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 04fd339 Update license check to include TypeScript file extensions (#14868) add b24a1ba [AIRFLOW-6076] fix

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #13647: [AIRFLOW-6076] fix dag.cli() KeyError

2021-03-18 Thread GitBox
boring-cyborg[bot] commented on pull request #13647: URL: https://github.com/apache/airflow/pull/13647#issuecomment-801842373 Awesome work, congrats on your first merged pull request! This is an automated message from

[jira] [Commented] (AIRFLOW-6076) dag.cli() does not work properly

2021-03-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304060#comment-17304060 ] ASF GitHub Bot commented on AIRFLOW-6076: - boring-cyborg[bot] commented on pull request #13647:

[jira] [Commented] (AIRFLOW-6076) dag.cli() does not work properly

2021-03-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304059#comment-17304059 ] ASF GitHub Bot commented on AIRFLOW-6076: - ashb merged pull request #13647: URL:

[jira] [Commented] (AIRFLOW-6076) dag.cli() does not work properly

2021-03-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304058#comment-17304058 ] ASF subversion and git services commented on AIRFLOW-6076: -- Commit

[GitHub] [airflow] ashb commented on pull request #14757: Refactor info command to use AirflowConsole

2021-03-18 Thread GitBox
ashb commented on pull request #14757: URL: https://github.com/apache/airflow/pull/14757#issuecomment-801849897 This is conflicting, and isn't strictly a bug fix, so I'm pushing this back to 2.1. This is an automated

[GitHub] [airflow] JavierLopezT commented on a change in pull request #14853: Improvements on "DAGs and Tasks documentation"

2021-03-18 Thread GitBox
JavierLopezT commented on a change in pull request #14853: URL: https://github.com/apache/airflow/pull/14853#discussion_r596803383 ## File path: docs/apache-airflow/tutorial.rst ## @@ -184,14 +184,21 @@ Adding DAG and Tasks documentation -- We

[GitHub] [airflow] kaxil commented on a change in pull request #14853: Improvements on "DAGs and Tasks documentation"

2021-03-18 Thread GitBox
kaxil commented on a change in pull request #14853: URL: https://github.com/apache/airflow/pull/14853#discussion_r596812332 ## File path: airflow/example_dags/tutorial.py ## @@ -89,18 +89,27 @@ # [END basic_task] # [START documentation] -dag.doc_md = __doc__ +

[GitHub] [airflow] kaxil commented on a change in pull request #14853: Improvements on "DAGs and Tasks documentation"

2021-03-18 Thread GitBox
kaxil commented on a change in pull request #14853: URL: https://github.com/apache/airflow/pull/14853#discussion_r596812090 ## File path: airflow/example_dags/tutorial.py ## @@ -89,18 +89,27 @@ # [END basic_task] # [START documentation] -dag.doc_md = __doc__ +

[GitHub] [airflow] kaxil opened a new pull request #14876: Add Airflow 2.0.1 to `breeze-complete` and BREEZE.rst

2021-03-18 Thread GitBox
kaxil opened a new pull request #14876: URL: https://github.com/apache/airflow/pull/14876 2.0.1 was missing from the breeze-complete list and the docs --- **^ Add meaningful description above** Read the **[Pull Request

[airflow] branch master updated (3f61df1 -> 45cf89c)

2021-03-18 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 3f61df1 Replaces 1.10.14 with 1.10.15 where needed (#14866) add 45cf89c Fixes some of the flaky tests in

[airflow] branch master updated: Add Airflow 2.0.1 to ``breeze-complete`` and BREEZE.rst (#14876)

2021-03-18 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/master by this push: new ebc22fe Add Airflow 2.0.1 to

[airflow] branch constraints-master updated: Updating constraints. Build id:664767800

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

[GitHub] [airflow] kaxil commented on issue #14811: Latest SQLAlchemy (1.4) Incompatible with latest sqlalchemy_utils

2021-03-18 Thread GitBox
kaxil commented on issue #14811: URL: https://github.com/apache/airflow/issues/14811#issuecomment-802052696 @jonasrla If you install Airflow with constraints file you won't need to do that: https://github.com/apache/airflow#installing-from-pypi Example: ``` pip

[GitHub] [airflow] potiuk closed issue #12861: [QUARANTINE] TestSchedulerJob.test_scheduler_task_start_date

2021-03-18 Thread GitBox
potiuk closed issue #12861: URL: https://github.com/apache/airflow/issues/12861 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] potiuk closed issue #14773: [QUARANTINE] The test_verify_integrity_if_dag_changed occasionally fails

2021-03-18 Thread GitBox
potiuk closed issue #14773: URL: https://github.com/apache/airflow/issues/14773 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] potiuk closed issue #14771: [QUARANTINE] Test_retry_still_in_executor sometimes fail

2021-03-18 Thread GitBox
potiuk closed issue #14771: URL: https://github.com/apache/airflow/issues/14771 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] potiuk closed issue #14778: [QUARANTINED] The test_scheduler_verify_pool_full occasionally fails

2021-03-18 Thread GitBox
potiuk closed issue #14778: URL: https://github.com/apache/airflow/issues/14778 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] potiuk closed issue #14772: [QUARANTINE] Occasional failures from test_scheduler_verify_pool_full_2_slots_per_task

2021-03-18 Thread GitBox
potiuk closed issue #14772: URL: https://github.com/apache/airflow/issues/14772 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] potiuk merged pull request #14792: Fixes some of the flaky tests in test_scheduler_job

2021-03-18 Thread GitBox
potiuk merged pull request #14792: URL: https://github.com/apache/airflow/pull/14792 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] potiuk closed issue #11454: [QUARANTINE] TestSchedulerJobQueriesCount.test_process_dags_queries_count_02

2021-03-18 Thread GitBox
potiuk closed issue #11454: URL: https://github.com/apache/airflow/issues/11454 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] potiuk closed issue #11441: [QUARANTINE] TestSchedulerJob.test_change_state_for_tis_without_dagrun failures

2021-03-18 Thread GitBox
potiuk closed issue #11441: URL: https://github.com/apache/airflow/issues/11441 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] potiuk closed issue #11676: Flaky scheduler test

2021-03-18 Thread GitBox
potiuk closed issue #11676: URL: https://github.com/apache/airflow/issues/11676 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] potiuk closed issue #11571: [QUARANTINE] TestSchedulerJob.test_no_orphan_process_will_be_left

2021-03-18 Thread GitBox
potiuk closed issue #11571: URL: https://github.com/apache/airflow/issues/11571 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] potiuk closed issue #11442: [QUARANTINE] TestSchedulerJob.test_retry_handling_job failing

2021-03-18 Thread GitBox
potiuk closed issue #11442: URL: https://github.com/apache/airflow/issues/11442 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] ashb commented on pull request #14878: Module-wide app fixture for test_endpoints

2021-03-18 Thread GitBox
ashb commented on pull request #14878: URL: https://github.com/apache/airflow/pull/14878#issuecomment-801984721 We possibly could merge them, yes. The reason to not call linit_appbuilder_views is that it is slow, but if we can reduce the total number of times we initialize the app it will

[GitHub] [airflow-site] kaxil opened a new issue #394: Add button / pointer to Airflow Summit

2021-03-18 Thread GitBox
kaxil opened a new issue #394: URL: https://github.com/apache/airflow-site/issues/394 We should add a button or pointer to promote Airflow Summit on https://airflow.apache.org/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] jonasrla commented on issue #14811: Latest SQLAlchemy (1.4) Incompatible with latest sqlalchemy_utils

2021-03-18 Thread GitBox
jonasrla commented on issue #14811: URL: https://github.com/apache/airflow/issues/14811#issuecomment-801994616 Hello, First of all, to see how things are working out to fix this issue checkout #https://github.com/kvesteri/sqlalchemy-utils/issues/505 The reason we are facing

[GitHub] [airflow] kaxil opened a new pull request #14877: Fixes unbound variable on MacOS

2021-03-18 Thread GitBox
kaxil opened a new pull request #14877: URL: https://github.com/apache/airflow/pull/14877 Without it I get: ``` $ ./breeze ./breeze: line 28: @: unbound variable ``` --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] uranusjr opened a new pull request #14878: Module-wide app fixture for test_endpoints

2021-03-18 Thread GitBox
uranusjr opened a new pull request #14878: URL: https://github.com/apache/airflow/pull/14878 More free-ish speedup. Can this `app` fixture be merged with the one in #14875? They have very slightly different configs (this one does not have `init_appbuilder_views`). That would be

[GitHub] [airflow-site] kaxil commented on issue #394: Add button / pointer to Airflow Summit

2021-03-18 Thread GitBox
kaxil commented on issue #394: URL: https://github.com/apache/airflow-site/issues/394#issuecomment-802047217 cc @mik-laj @ryanahamilton @rbowen Can I get help from someone for this one -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] marclamberti commented on issue #9334: Unbound variable when entering breeze

2021-03-18 Thread GitBox
marclamberti commented on issue #9334: URL: https://github.com/apache/airflow/issues/9334#issuecomment-801934362 I just got this issue today: ``` ➜ airflow git:(master) ./breeze ./breeze: line 28: @: unbound variable ``` and I'm on Mac too :'(

[airflow] branch master updated: Fixes unbound variable on MacOS (#14877)

2021-03-18 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/master by this push: new 16f4360 Fixes unbound variable on MacOS

[GitHub] [airflow] kaxil merged pull request #14877: Fixes unbound variable on MacOS

2021-03-18 Thread GitBox
kaxil merged pull request #14877: URL: https://github.com/apache/airflow/pull/14877 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] jedcunningham commented on issue #14261: Airflow Scheduler liveness probe crashing (version 2.0)

2021-03-18 Thread GitBox
jedcunningham commented on issue #14261: URL: https://github.com/apache/airflow/issues/14261#issuecomment-802040819 At least some of these seem to be caused by #11982. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [airflow] github-actions[bot] commented on pull request #14823: `logging.exception` redundancy.

2021-03-18 Thread GitBox
github-actions[bot] commented on pull request #14823: URL: https://github.com/apache/airflow/pull/14823#issuecomment-801784149 [The Workflow run](https://github.com/apache/airflow/actions/runs/664096314) is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static

[GitHub] [airflow] ashb merged pull request #14865: Speed up TestFlaskCli test

2021-03-18 Thread GitBox
ashb merged pull request #14865: URL: https://github.com/apache/airflow/pull/14865 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

[airflow] branch master updated: Speed up TestFlaskCli test (#14865)

2021-03-18 Thread ash
This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/master by this push: new 0b50e32 Speed up TestFlaskCli test (#14865)

[GitHub] [airflow] ashb commented on a change in pull request #14865: Speed up TestFlaskCli test

2021-03-18 Thread GitBox
ashb commented on a change in pull request #14865: URL: https://github.com/apache/airflow/pull/14865#discussion_r596703238 ## File path: tests/www/test_app.py ## @@ -241,9 +242,13 @@ def test_correct_default_is_set_for_cookie_samesite(self): assert

[airflow] branch master updated: Fix running child tasks in a subdag after clearing a successful subdag (#14776)

2021-03-18 Thread ash
This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/master by this push: new 0521635 Fix running child tasks in a subdag

[GitHub] [airflow] ashb closed issue #13295: In triggered SubDag (schedule_interval=None), when clearing a successful Subdag, child tasks aren't run

2021-03-18 Thread GitBox
ashb closed issue #13295: URL: https://github.com/apache/airflow/issues/13295 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] ashb merged pull request #14776: Fix running child tasks in a subdag after clearing a successful subdag

2021-03-18 Thread GitBox
ashb merged pull request #14776: URL: https://github.com/apache/airflow/pull/14776 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] harshit283 opened a new issue #14874: Airflow Web Server - Performance Issues with Password Based Authentication

2021-03-18 Thread GitBox
harshit283 opened a new issue #14874: URL: https://github.com/apache/airflow/issues/14874 Airflow Setup Used Airflow Version: 1.10.12 PostgreSQL version: 10 Airflow Configuration: AIRFLOW__WEBSERVER__WORKER_REFRESH_BATCH_SIZE: 0 AIRFLOW__WEBSERVER__WORKERS:10

[GitHub] [airflow] boring-cyborg[bot] commented on issue #14874: Airflow Web Server - Performance Issues with Password Based Authentication

2021-03-18 Thread GitBox
boring-cyborg[bot] commented on issue #14874: URL: https://github.com/apache/airflow/issues/14874#issuecomment-801839966 Thanks for opening your first issue here! Be sure to follow the issue template! This is an

[GitHub] [airflow] kaxil commented on pull request #14639: feat: add Trino provider

2021-03-18 Thread GitBox
kaxil commented on pull request #14639: URL: https://github.com/apache/airflow/pull/14639#issuecomment-801861862 CI is failing :( This is an automated message from the Apache Git Service. To respond to the message, please

[airflow-site] branch asf-site updated: Deploying to asf-site from @ a6f6d8d727e7fdd1f3cbe078ca55c5ea911484fa 

2021-03-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/airflow-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 35006db Deploying to asf-site

[jira] [Commented] (AIRFLOW-5071) Thousand os Executor reports task instance X finished (success) although the task says its queued. Was the task killed externally?

2021-03-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304030#comment-17304030 ] ASF GitHub Bot commented on AIRFLOW-5071: - ururu-fy edited a comment on issue #10790: URL:

[GitHub] [airflow-client-python] msumit opened a new pull request #1: Add generated python client

2021-03-18 Thread GitBox
msumit opened a new pull request #1: URL: https://github.com/apache/airflow-client-python/pull/1 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] ashb merged pull request #13647: [AIRFLOW-6076] fix dag.cli() KeyError

2021-03-18 Thread GitBox
ashb merged pull request #13647: URL: https://github.com/apache/airflow/pull/13647 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] leonsmith commented on pull request #14861: Pass queue in BaseExecutor.execute_async like in airflow 1.10

2021-03-18 Thread GitBox
leonsmith commented on pull request #14861: URL: https://github.com/apache/airflow/pull/14861#issuecomment-801855381 Rebased & pushed  This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] JavierLopezT commented on a change in pull request #14853: Improvements on "DAGs and Tasks documentation"

2021-03-18 Thread GitBox
JavierLopezT commented on a change in pull request #14853: URL: https://github.com/apache/airflow/pull/14853#discussion_r596802290 ## File path: airflow/example_dags/tutorial.py ## @@ -89,18 +89,27 @@ # [END basic_task] # [START documentation] -dag.doc_md =

[GitHub] [airflow] JavierLopezT commented on a change in pull request #14853: Improvements on "DAGs and Tasks documentation"

2021-03-18 Thread GitBox
JavierLopezT commented on a change in pull request #14853: URL: https://github.com/apache/airflow/pull/14853#discussion_r596802290 ## File path: airflow/example_dags/tutorial.py ## @@ -89,18 +89,27 @@ # [END basic_task] # [START documentation] -dag.doc_md =

[GitHub] [airflow] uranusjr commented on a change in pull request #14863: Convert tests/www/test_views.py to use Pytest fixtures

2021-03-18 Thread GitBox
uranusjr commented on a change in pull request #14863: URL: https://github.com/apache/airflow/pull/14863#discussion_r596802445 ## File path: tests/www/test_views.py ## @@ -122,31 +122,39 @@ def local_context(self): return result -class TestBase(unittest.TestCase):

[GitHub] [airflow] mik-laj commented on a change in pull request #14846: Create a documentation package for Docker image

2021-03-18 Thread GitBox
mik-laj commented on a change in pull request #14846: URL: https://github.com/apache/airflow/pull/14846#discussion_r596813056 ## File path: docs/apache-airflow/production-deployment.rst ## @@ -118,852 +118,7 @@ To mitigate these issues, make sure you have a :doc:`health check

[jira] [Commented] (AIRFLOW-5071) Thousand os Executor reports task instance X finished (success) although the task says its queued. Was the task killed externally?

2021-03-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304028#comment-17304028 ] ASF GitHub Bot commented on AIRFLOW-5071: - ururu-fy commented on issue #10790: URL:

[GitHub] [airflow] github-actions[bot] commented on pull request #14861: Pass queue in BaseExecutor.execute_async like in airflow 1.10

2021-03-18 Thread GitBox
github-actions[bot] commented on pull request #14861: URL: https://github.com/apache/airflow/pull/14861#issuecomment-801814123 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] ururu-fy commented on issue #10790: Copy of [AIRFLOW-5071] JIRA: Thousands of Executor reports task instance X finished (success) although the task says its queued. Was the task kil

2021-03-18 Thread GitBox
ururu-fy commented on issue #10790: URL: https://github.com/apache/airflow/issues/10790#issuecomment-801813921 I am using airflow 2.0.1 and have the same error too. ERROR - Executor reports task instance finished (failed) although the task says its queued. (Info: Celery command failed

[GitHub] [airflow] ashb commented on pull request #13269: fix serialize_dag schema migration data column type

2021-03-18 Thread GitBox
ashb commented on pull request #13269: URL: https://github.com/apache/airflow/pull/13269#issuecomment-801813860 @houqp Should we close this PR then? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] mik-laj commented on pull request #14846: Create a documentation package for Docker image

2021-03-18 Thread GitBox
mik-laj commented on pull request #14846: URL: https://github.com/apache/airflow/pull/14846#issuecomment-801827463 New documentation package for Docker Image has been reverted https://github.com/apache/airflow/pull/14867. So I am adding it again in this change. CC: @kaxil @potiuk

[GitHub] [airflow] ephraimbuddy opened a new pull request #14873: Fix broken endpoints due to dagrun id being quoted in url path

2021-03-18 Thread GitBox
ephraimbuddy opened a new pull request #14873: URL: https://github.com/apache/airflow/pull/14873 The endpoints accepting dag_run_id are broken when you make a call against them using tools like postman. This is because the dagrun id is being quoted in the url. A dagrun id

[GitHub] [airflow] ryanahamilton merged pull request #14868: Update license check to include TypeScript file extensions

2021-03-18 Thread GitBox
ryanahamilton merged pull request #14868: URL: https://github.com/apache/airflow/pull/14868 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

[airflow] branch master updated (0521635 -> 04fd339)

2021-03-18 Thread ryanahamilton
This is an automated email from the ASF dual-hosted git repository. ryanahamilton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 0521635 Fix running child tasks in a subdag after clearing a successful subdag (#14776) add 04fd339

[GitHub] [airflow] ryanahamilton commented on a change in pull request #14862: Adds initial router, routes, and placeholder views

2021-03-18 Thread GitBox
ryanahamilton commented on a change in pull request #14862: URL: https://github.com/apache/airflow/pull/14862#discussion_r596759619 ## File path: airflow/ui/src/App.tsx ## @@ -1,11 +1,61 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [airflow] dstandish merged pull request #14662: chore: fix grammar

2021-03-18 Thread GitBox
dstandish merged pull request #14662: URL: https://github.com/apache/airflow/pull/14662 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] github-actions[bot] commented on pull request #14662: chore: fix grammar

2021-03-18 Thread GitBox
github-actions[bot] commented on pull request #14662: URL: https://github.com/apache/airflow/pull/14662#issuecomment-801718529 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] dstandish commented on pull request #14662: chore: fix grammar

2021-03-18 Thread GitBox
dstandish commented on pull request #14662: URL: https://github.com/apache/airflow/pull/14662#issuecomment-801718161 ok after taking a look at the history i guess we can just go with "Fix grammar" This is an automated

[GitHub] [airflow] patsevanton opened a new issue #14872: Can not change webserver.defaultUser.password when install by helm

2021-03-18 Thread GitBox
patsevanton opened a new issue #14872: URL: https://github.com/apache/airflow/issues/14872 **Apache Airflow version**: latest helm chart from master branch **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.18 **What happened**: ```

[GitHub] [airflow] boring-cyborg[bot] commented on issue #14872: Can not change webserver.defaultUser.password when install by helm

2021-03-18 Thread GitBox
boring-cyborg[bot] commented on issue #14872: URL: https://github.com/apache/airflow/issues/14872#issuecomment-801825655 Thanks for opening your first issue here! Be sure to follow the issue template! This is an

[GitHub] [airflow] madden1706 commented on pull request #14849: Update metadataConnection to be postgres container default.

2021-03-18 Thread GitBox
madden1706 commented on pull request #14849: URL: https://github.com/apache/airflow/pull/14849#issuecomment-801840637 Hi, I've deleted and recreated my minikube cluster. Seems to have solved - I'll close this. This is an

[GitHub] [airflow] madden1706 closed pull request #14849: Update metadataConnection to be postgres container default.

2021-03-18 Thread GitBox
madden1706 closed pull request #14849: URL: https://github.com/apache/airflow/pull/14849 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] kaxil commented on issue #14874: Airflow Web Server - Performance Issues with Password Based Authentication

2021-03-18 Thread GitBox
kaxil commented on issue #14874: URL: https://github.com/apache/airflow/issues/14874#issuecomment-801873617 Hi @harshit283 , the old UI is deprecated and removed in Airflow 2 and we won't be porting any fixing to that UI. Please consider using RBAC UI

[GitHub] [airflow] kaxil closed issue #14874: Airflow Web Server - Performance Issues with Password Based Authentication

2021-03-18 Thread GitBox
kaxil closed issue #14874: URL: https://github.com/apache/airflow/issues/14874 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] kaxil edited a comment on issue #14874: Airflow Web Server - Performance Issues with Password Based Authentication

2021-03-18 Thread GitBox
kaxil edited a comment on issue #14874: URL: https://github.com/apache/airflow/issues/14874#issuecomment-801873617 Hi @harshit283 , the old UI is deprecated and removed in Airflow 2 and we won't be porting any fixing to that UI. Please consider using RBAC UI

[GitHub] [airflow] mik-laj commented on a change in pull request #14846: Create a documentation package for Docker image

2021-03-18 Thread GitBox
mik-laj commented on a change in pull request #14846: URL: https://github.com/apache/airflow/pull/14846#discussion_r596813056 ## File path: docs/apache-airflow/production-deployment.rst ## @@ -118,852 +118,7 @@ To mitigate these issues, make sure you have a :doc:`health check

[GitHub] [airflow] uranusjr opened a new pull request #14875: Convert TestDagRunsEndpoint to use module fixture

2021-03-18 Thread GitBox
uranusjr opened a new pull request #14875: URL: https://github.com/apache/airflow/pull/14875 Quick gain similar to #14746. This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] ashb commented on a change in pull request #14862: Adds initial router, routes, and placeholder views

2021-03-18 Thread GitBox
ashb commented on a change in pull request #14862: URL: https://github.com/apache/airflow/pull/14862#discussion_r596712802 ## File path: airflow/ui/src/App.tsx ## @@ -1,11 +1,61 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [airflow] kaxil commented on a change in pull request #14861: Pass queue in BaseExecutor.execute_async like in airflow 1.10

2021-03-18 Thread GitBox
kaxil commented on a change in pull request #14861: URL: https://github.com/apache/airflow/pull/14861#discussion_r596743371 ## File path: airflow/executors/base_executor.py ## @@ -182,10 +182,10 @@ def trigger_tasks(self, open_slots: int) -> None: sorted_queue =

[GitHub] [airflow] ryanahamilton commented on a change in pull request #14862: Adds initial router, routes, and placeholder views

2021-03-18 Thread GitBox
ryanahamilton commented on a change in pull request #14862: URL: https://github.com/apache/airflow/pull/14862#discussion_r596758109 ## File path: airflow/ui/src/App.tsx ## @@ -1,11 +1,61 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [airflow] ashb commented on a change in pull request #14846: Create a documentation package for Docker image

2021-03-18 Thread GitBox
ashb commented on a change in pull request #14846: URL: https://github.com/apache/airflow/pull/14846#discussion_r596784404 ## File path: docs/apache-airflow/production-deployment.rst ## @@ -118,852 +118,7 @@ To mitigate these issues, make sure you have a :doc:`health check

[airflow] branch master updated: Replaces 1.10.14 with 1.10.15 where needed (#14866)

2021-03-18 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/master by this push: new 3f61df1 Replaces 1.10.14 with 1.10.15

[GitHub] [airflow] kaxil merged pull request #14866: Replaces 1.10.14 with 1.10.15 where needed

2021-03-18 Thread GitBox
kaxil merged pull request #14866: URL: https://github.com/apache/airflow/pull/14866 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] ashb commented on a change in pull request #14862: Adds initial router, routes, and placeholder views

2021-03-18 Thread GitBox
ashb commented on a change in pull request #14862: URL: https://github.com/apache/airflow/pull/14862#discussion_r596712059 ## File path: airflow/ui/src/App.tsx ## @@ -1,11 +1,61 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [airflow] kaxil opened a new pull request #14870: Add Changelog & Updating.md for 1.10.15

2021-03-18 Thread GitBox
kaxil opened a new pull request #14870: URL: https://github.com/apache/airflow/pull/14870 This commit adds Changelog & Updating.md for 1.10.15 --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] boring-cyborg[bot] commented on issue #14871: Parquet format doesn't seem to work for Google Cloud transfers (postgres to gcs)

2021-03-18 Thread GitBox
boring-cyborg[bot] commented on issue #14871: URL: https://github.com/apache/airflow/issues/14871#issuecomment-801803469 Thanks for opening your first issue here! Be sure to follow the issue template! This is an

[GitHub] [airflow] sodafountain opened a new issue #14871: Parquet format doesn't seem to work for Google Cloud transfers (postgres to gcs)

2021-03-18 Thread GitBox
sodafountain opened a new issue #14871: URL: https://github.com/apache/airflow/issues/14871 **Apache Airflow version**: 2.0.1 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.18.14 (but doesn't matter, when I run using docker-compose on my local

  1   2   >