[GitHub] [airflow] jbampton opened a new pull request #14525: chore: fix case of GitHub

2021-02-27 Thread GitBox
jbampton opened a new pull request #14525: URL: https://github.com/apache/airflow/pull/14525 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more informat

[GitHub] [airflow] gitzhuyongfu opened a new issue #14524: how to run airflow on k8s?

2021-02-27 Thread GitBox
gitzhuyongfu opened a new issue #14524: URL: https://github.com/apache/airflow/issues/14524 how to run airflow on k8s? Do you have any official documents for k8s? This is an automated message from the Apache Git Service. To r

[GitHub] [airflow] saeed2402 opened a new issue #14523: Error with new dags on airflow 1.10.12 on docker-compose

2021-02-27 Thread GitBox
saeed2402 opened a new issue #14523: URL: https://github.com/apache/airflow/issues/14523 Running Airflow on Docker Compose on Windows 10. Docker-compose file: `version: '3' x-airflow-common: &airflow-common image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:1.10.12} envi

[GitHub] [airflow] boring-cyborg[bot] commented on issue #14523: Error with new dags on airflow 1.10.12 on docker-compose

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

[GitHub] [airflow] aarshayj edited a comment on pull request #13478: Google Dataflow Flex Operator to handle no Job Type

2021-02-27 Thread GitBox
aarshayj edited a comment on pull request #13478: URL: https://github.com/apache/airflow/pull/13478#issuecomment-787398700 @TobKed After following the code flow, I think I see what the major source of the issue is: - `DataflowStartFlexTemplateOperator`'s init has `wait_until_finished

[GitHub] [airflow] aarshayj commented on pull request #13478: Google Dataflow Flex Operator to handle no Job Type

2021-02-27 Thread GitBox
aarshayj commented on pull request #13478: URL: https://github.com/apache/airflow/pull/13478#issuecomment-787398700 @TobKed After following the code flow, I think I see what the major source of the issue is: - `DataflowStartFlexTemplateOperator`'s init has `wait_until_finished: Opti

[GitHub] [airflow] casassg closed pull request #12569: Proposal for serialized pythonoperator

2021-02-27 Thread GitBox
casassg closed pull request #12569: URL: https://github.com/apache/airflow/pull/12569 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [airflow] Rishabhraghwendra18 commented on issue #14054: SambaHook using old unmaintained library

2021-02-27 Thread GitBox
Rishabhraghwendra18 commented on issue #14054: URL: https://github.com/apache/airflow/issues/14054#issuecomment-787378848 I am really sorry guys. I am not able to setup the development on my machine . And I am also having university exams within this month .So I am not able to contribute 😞

[GitHub] [airflow] mik-laj commented on issue #14520: docker-compose install error

2021-02-27 Thread GitBox
mik-laj commented on issue #14520: URL: https://github.com/apache/airflow/issues/14520#issuecomment-787332739 Can you show content of .env file and $UID and $GID? for now this docker compose is not working from root, but today I merged the patch. See. https://github.com/apache/airflow/pul

[GitHub] [airflow] gitzhuyongfu commented on issue #14520: docker-compose install error

2021-02-27 Thread GitBox
gitzhuyongfu commented on issue #14520: URL: https://github.com/apache/airflow/issues/14520#issuecomment-787326370 os:CentOS Linux release 7.8.2003 (Core) docker: 20.10.3 docker-compose: 1.28.5 This is an automated

[GitHub] [airflow] mik-laj commented on a change in pull request #14521: Add Asana Provider

2021-02-27 Thread GitBox
mik-laj commented on a change in pull request #14521: URL: https://github.com/apache/airflow/pull/14521#discussion_r584228777 ## File path: airflow/providers/asana/provider.yaml ## @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contrib

[GitHub] [airflow] mik-laj commented on issue #8605: Add Production-ready docker compose for the production image

2021-02-27 Thread GitBox
mik-laj commented on issue #8605: URL: https://github.com/apache/airflow/issues/8605#issuecomment-787320668 I added some improvements to the docker-compose file to make it more stable. https://github.com/apache/airflow/pull/14519 https://github.com/apache/airflow/pull/14522 Now we

[GitHub] [airflow] markhopson commented on a change in pull request #14263: Added retry to ECS Operator

2021-02-27 Thread GitBox
markhopson commented on a change in pull request #14263: URL: https://github.com/apache/airflow/pull/14263#discussion_r584228618 ## File path: airflow/providers/amazon/aws/hooks/base_aws.py ## @@ -40,8 +41,32 @@ from airflow.exceptions import AirflowException from airflow.hoo

[GitHub] [airflow] mik-laj commented on issue #14520: docker-compose install error

2021-02-27 Thread GitBox
mik-laj commented on issue #14520: URL: https://github.com/apache/airflow/issues/14520#issuecomment-787316448 What is your operating system? This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] mik-laj opened a new pull request #14522: Add health-check for celery worker

2021-02-27 Thread GitBox
mik-laj opened a new pull request #14522: URL: https://github.com/apache/airflow/pull/14522 To improve the stability of the docker-compose deployment, I propose adding a health-check for the worker. If there are problems with the worker, docker will restart it, so it will stay in a hang.

[GitHub] [airflow] markhopson commented on a change in pull request #14263: Added retry to ECS Operator

2021-02-27 Thread GitBox
markhopson commented on a change in pull request #14263: URL: https://github.com/apache/airflow/pull/14263#discussion_r584228234 ## File path: airflow/providers/amazon/aws/operators/ecs.py ## @@ -150,6 +151,7 @@ def __init__( awslogs_region: Optional[str] = None,

[GitHub] [airflow] jmelot opened a new pull request #14521: Add Asana Provider

2021-02-27 Thread GitBox
jmelot opened a new pull request #14521: URL: https://github.com/apache/airflow/pull/14521 closes: #14009 Please let me know if this looks on the right track and any changes I need to make! This is an automated me

[GitHub] [airflow] dstandish commented on a change in pull request #14492: Added new community provider Airbyte

2021-02-27 Thread GitBox
dstandish commented on a change in pull request #14492: URL: https://github.com/apache/airflow/pull/14492#discussion_r584225044 ## File path: airflow/providers/airbyte/hooks/airbyte.py ## @@ -0,0 +1,92 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or mo

[GitHub] [airflow] dstandish commented on a change in pull request #14492: Added new community provider Airbyte

2021-02-27 Thread GitBox
dstandish commented on a change in pull request #14492: URL: https://github.com/apache/airflow/pull/14492#discussion_r584225044 ## File path: airflow/providers/airbyte/hooks/airbyte.py ## @@ -0,0 +1,92 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or mo

[GitHub] [airflow] dstandish commented on a change in pull request #14492: Added new community provider Airbyte

2021-02-27 Thread GitBox
dstandish commented on a change in pull request #14492: URL: https://github.com/apache/airflow/pull/14492#discussion_r584225044 ## File path: airflow/providers/airbyte/hooks/airbyte.py ## @@ -0,0 +1,92 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or mo

[GitHub] [airflow] gitzhuyongfu opened a new issue #14520: docker-compose install error

2021-02-27 Thread GitBox
gitzhuyongfu opened a new issue #14520: URL: https://github.com/apache/airflow/issues/14520 use Official documents install airflow 2.0.1 docker-compose version is 1.28.5 docker-compose file : curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.0.1/docker-compose.yaml' erro

[GitHub] [airflow] boring-cyborg[bot] commented on issue #14520: docker-compose install error

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

[GitHub] [airflow] yuqian90 commented on pull request #14269: Make airflow dags show display TaskGroup.

2021-02-27 Thread GitBox
yuqian90 commented on pull request #14269: URL: https://github.com/apache/airflow/pull/14269#issuecomment-787245888 Hi @Kaxil, thanks for merging this PR. Can it go into 2.0.2? This is an automated message from the Apache Git

[GitHub] [airflow] markhopson commented on a change in pull request #14263: Added retry to ECS Operator

2021-02-27 Thread GitBox
markhopson commented on a change in pull request #14263: URL: https://github.com/apache/airflow/pull/14263#discussion_r584223674 ## File path: airflow/providers/amazon/aws/hooks/base_aws.py ## @@ -484,6 +509,34 @@ def expand_role(self, role: str) -> str: else:

[GitHub] [airflow] markhopson commented on a change in pull request #14263: Added retry to ECS Operator

2021-02-27 Thread GitBox
markhopson commented on a change in pull request #14263: URL: https://github.com/apache/airflow/pull/14263#discussion_r584223206 ## File path: airflow/providers/amazon/aws/models/exceptions.py ## @@ -0,0 +1,29 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [airflow] markhopson commented on a change in pull request #14263: Added retry to ECS Operator

2021-02-27 Thread GitBox
markhopson commented on a change in pull request #14263: URL: https://github.com/apache/airflow/pull/14263#discussion_r584223155 ## File path: airflow/providers/amazon/aws/hooks/base_aws.py ## @@ -484,6 +509,34 @@ def expand_role(self, role: str) -> str: else:

[GitHub] [airflow] markhopson commented on a change in pull request #14263: Added retry to ECS Operator

2021-02-27 Thread GitBox
markhopson commented on a change in pull request #14263: URL: https://github.com/apache/airflow/pull/14263#discussion_r584222761 ## File path: airflow/providers/amazon/aws/operators/ecs.py ## @@ -27,6 +27,7 @@ from airflow.models import BaseOperator from airflow.providers.ama

[GitHub] [airflow] mik-laj commented on a change in pull request #14519: Add CLI check for scheduler(s)

2021-02-27 Thread GitBox
mik-laj commented on a change in pull request #14519: URL: https://github.com/apache/airflow/pull/14519#discussion_r584218519 ## File path: airflow/cli/cli_parser.py ## @@ -120,15 +120,21 @@ def add_to_parser(self, parser: argparse.ArgumentParser): parser.add_argument(

[GitHub] [airflow] RNHTTR commented on a change in pull request #14321: Fix bug allowing task instances to survive when dagrun_timeout is exceeded

2021-02-27 Thread GitBox
RNHTTR commented on a change in pull request #14321: URL: https://github.com/apache/airflow/pull/14321#discussion_r584217795 ## File path: airflow/jobs/scheduler_job.py ## @@ -1696,10 +1696,18 @@ def _schedule_dag_run( and dag.dagrun_timeout and dag_ru

[GitHub] [airflow] RNHTTR commented on a change in pull request #14321: Fix bug allowing task instances to survive when dagrun_timeout is exceeded

2021-02-27 Thread GitBox
RNHTTR commented on a change in pull request #14321: URL: https://github.com/apache/airflow/pull/14321#discussion_r584217795 ## File path: airflow/jobs/scheduler_job.py ## @@ -1696,10 +1696,18 @@ def _schedule_dag_run( and dag.dagrun_timeout and dag_ru

[GitHub] [airflow] RNHTTR commented on a change in pull request #14321: Fix bug allowing task instances to survive when dagrun_timeout is exceeded

2021-02-27 Thread GitBox
RNHTTR commented on a change in pull request #14321: URL: https://github.com/apache/airflow/pull/14321#discussion_r584217159 ## File path: airflow/jobs/scheduler_job.py ## @@ -1696,10 +1696,18 @@ def _schedule_dag_run( and dag.dagrun_timeout and dag_ru

[GitHub] [airflow] RNHTTR commented on a change in pull request #14321: Fix bug allowing task instances to survive when dagrun_timeout is exceeded

2021-02-27 Thread GitBox
RNHTTR commented on a change in pull request #14321: URL: https://github.com/apache/airflow/pull/14321#discussion_r584217159 ## File path: airflow/jobs/scheduler_job.py ## @@ -1696,10 +1696,18 @@ def _schedule_dag_run( and dag.dagrun_timeout and dag_ru

[GitHub] [airflow] github-actions[bot] commented on pull request #14519: Add CLI check for scheduler

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #14519: URL: https://github.com/apache/airflow/pull/14519#issuecomment-787215433 [The Workflow run](https://github.com/apache/airflow/actions/runs/606703631) is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build

[GitHub] [airflow] ccage-simp commented on issue #14211: constraints-1.10.11/constraints-2.7.txt has pandas==0.25.3 but python 2.7 support ends at pandas==0.24.2

2021-02-27 Thread GitBox
ccage-simp commented on issue #14211: URL: https://github.com/apache/airflow/issues/14211#issuecomment-787212557 Hi jarek - I think I'm going to close this one. I noticed that the constraints-1-10 branch is already updated with the fixes I needed here (` pandas==0.24.2`, etc.). Only

[GitHub] [airflow] ccage-simp closed issue #14211: constraints-1.10.11/constraints-2.7.txt has pandas==0.25.3 but python 2.7 support ends at pandas==0.24.2

2021-02-27 Thread GitBox
ccage-simp closed issue #14211: URL: https://github.com/apache/airflow/issues/14211 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] turbaszek commented on a change in pull request #14519: Add CLI check for scheduler

2021-02-27 Thread GitBox
turbaszek commented on a change in pull request #14519: URL: https://github.com/apache/airflow/pull/14519#discussion_r584211522 ## File path: docs/apache-airflow/logging-monitoring/check-health.rst ## @@ -20,6 +20,11 @@ Checking Airflow Health Status =

[GitHub] [airflow] turbaszek commented on a change in pull request #14519: Add CLI check for scheduler

2021-02-27 Thread GitBox
turbaszek commented on a change in pull request #14519: URL: https://github.com/apache/airflow/pull/14519#discussion_r584211522 ## File path: docs/apache-airflow/logging-monitoring/check-health.rst ## @@ -20,6 +20,11 @@ Checking Airflow Health Status =

[GitHub] [airflow] turbaszek commented on a change in pull request #14519: Add CLI check for scheduler

2021-02-27 Thread GitBox
turbaszek commented on a change in pull request #14519: URL: https://github.com/apache/airflow/pull/14519#discussion_r584211180 ## File path: airflow/cli/cli_parser.py ## @@ -120,15 +120,21 @@ def add_to_parser(self, parser: argparse.ArgumentParser): parser.add_argumen

[jira] [Commented] (AIRFLOW-6920) AIRFLOW Feature Parity with LUIGI & CONTROLM

2021-02-27 Thread t oo (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17292260#comment-17292260 ] t oo commented on AIRFLOW-6920: --- I was using LocalExecutor > AIRFLOW Feature Parity with

[GitHub] [airflow] github-actions[bot] commented on pull request #12391: Don't tar.gz artifacts before uploading them to GitHub

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12391: URL: https://github.com/apache/airflow/pull/12391#issuecomment-787209802 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 y

[GitHub] [airflow] mik-laj opened a new pull request #14519: Add CLI check for scheduler

2021-02-27 Thread GitBox
mik-laj opened a new pull request #14519: URL: https://github.com/apache/airflow/pull/14519 Part of: https://github.com/apache/airflow/issues/11161 I miss a simple method to check if the scheduler is in good health, so I added a command that allows me to do it. Additionally, I update

[GitHub] [airflow] github-actions[bot] commented on pull request #12569: Proposal for serialized pythonoperator

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12569: URL: https://github.com/apache/airflow/pull/12569#issuecomment-787209791 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12441: Fix file permission issue when running git-sync in the KubernetesExecutor mode

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12441: URL: https://github.com/apache/airflow/pull/12441#issuecomment-787209800 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12599: Restrict "build images" workflow to certain branches

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12599: URL: https://github.com/apache/airflow/pull/12599#issuecomment-787209789 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12600: Check K8S event reason in executor after Pod run

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12600: URL: https://github.com/apache/airflow/pull/12600#issuecomment-787209785 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12376: Use new syntax for xcom pull in example dags

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12376: URL: https://github.com/apache/airflow/pull/12376#issuecomment-787209806 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12355: add ability to import dags in a subfolder with a zip file

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12355: URL: https://github.com/apache/airflow/pull/12355#issuecomment-787209809 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12521: [AIRFLOW-12520] feat(gcs_to_bq): support schema in different bucket

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12521: URL: https://github.com/apache/airflow/pull/12521#issuecomment-787209795 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12963: Remove unneeded words from the spelling wordlist

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12963: URL: https://github.com/apache/airflow/pull/12963#issuecomment-787209755 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12637: Remove unsupported arguments

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12637: URL: https://github.com/apache/airflow/pull/12637#issuecomment-787209784 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12712: AWS Hook - allow IDP HTTP retry (#12639)

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12712: URL: https://github.com/apache/airflow/pull/12712#issuecomment-787209766 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12822: Removing redundant calls to session.commit()

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12822: URL: https://github.com/apache/airflow/pull/12822#issuecomment-787209760 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12792: This table represents the list of all alembic revisions until 2.0.0

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12792: URL: https://github.com/apache/airflow/pull/12792#issuecomment-787209763 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12688: attempt to upgrade mysqlclient

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12688: URL: https://github.com/apache/airflow/pull/12688#issuecomment-787209779 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12710: Enable SparkSqlHook to use supplied connections

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12710: URL: https://github.com/apache/airflow/pull/12710#issuecomment-787209773 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12703: Widen importlib-* backport deps, add python_version limits.

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12703: URL: https://github.com/apache/airflow/pull/12703#issuecomment-787209778 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12755: Improve Kubernetes docs, add Helm section, closes #10523

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12755: URL: https://github.com/apache/airflow/pull/12755#issuecomment-787209765 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #12956: Fix case of JavaScript

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #12956: URL: https://github.com/apache/airflow/pull/12956#issuecomment-787209757 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #13058: Set timeout for child processes

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #13058: URL: https://github.com/apache/airflow/pull/13058#issuecomment-787209748 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #13517: Support Brotli compression for web views

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #13517: URL: https://github.com/apache/airflow/pull/13517#issuecomment-787209738 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #13394: Add rest API to query for providers

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #13394: URL: https://github.com/apache/airflow/pull/13394#issuecomment-787209739 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #13153: fix stout decoding issue and add option to run command as powershell script

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #13153: URL: https://github.com/apache/airflow/pull/13153#issuecomment-787209745 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #13170: Add pre-commit check to sort and remove duplicates from the spelling wordlist

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #13170: URL: https://github.com/apache/airflow/pull/13170#issuecomment-787209740 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #13083: Update app.py

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #13083: URL: https://github.com/apache/airflow/pull/13083#issuecomment-787209747 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 y

[GitHub] [airflow] github-actions[bot] commented on pull request #13552: Allow namespace in KubernetesPodOperator to be templated

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #13552: URL: https://github.com/apache/airflow/pull/13552#issuecomment-787209734 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 y

[airflow] branch revert-14516-docker-compose-yaml created (now 71dbb52)

2021-02-27 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch revert-14516-docker-compose-yaml in repository https://gitbox.apache.org/repos/asf/airflow.git. at 71dbb52 Revert "Enable LDAP auth in docker-compose.yaml (#14516)" This branch i

[airflow] 01/01: Revert "Enable LDAP auth in docker-compose.yaml (#14516)"

2021-02-27 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch revert-14516-docker-compose-yaml in repository https://gitbox.apache.org/repos/asf/airflow.git commit 71dbb5204ac2a9769a3c9f9575926b550ef8d1e0 Author: Ephraim Anierobi AuthorDate: Sun Fe

[airflow] branch master updated: Enable LDAP auth in docker-compose.yaml (#14516)

2021-02-27 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi 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 7d18150 Enable LDAP auth in docker-co

[GitHub] [airflow] ephraimbuddy closed issue #14423: Quick Start for Docker - REST API returns Unauthorized

2021-02-27 Thread GitBox
ephraimbuddy closed issue #14423: URL: https://github.com/apache/airflow/issues/14423 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [airflow] ephraimbuddy merged pull request #14516: Enable LDAP auth in docker-compose.yaml

2021-02-27 Thread GitBox
ephraimbuddy merged pull request #14516: URL: https://github.com/apache/airflow/pull/14516 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] ephraimbuddy commented on a change in pull request #14366: Add CollectionInfo in all Collections that have total_entries

2021-02-27 Thread GitBox
ephraimbuddy commented on a change in pull request #14366: URL: https://github.com/apache/airflow/pull/14366#discussion_r584202432 ## File path: airflow/api_connexion/openapi/v1.yaml ## @@ -1419,12 +1397,15 @@ components: ConnectionCollection: type: object -

[GitHub] [airflow] TobKed commented on pull request #13478: Google Dataflow Flex Operator to handle no Job Type

2021-02-27 Thread GitBox
TobKed commented on pull request #13478: URL: https://github.com/apache/airflow/pull/13478#issuecomment-787176418 @aarshayj I fhink problem may lay in in `DataflowHook.start_template_dataflow`. If I am not mistaken parameters passed to `_DataflowJobsController` should contian `wait_until_

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

2021-02-27 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 020b0f4 Updating

[GitHub] [airflow] vemikhaylov commented on pull request #14500: Clear tasks by task ids in REST API

2021-02-27 Thread GitBox
vemikhaylov commented on pull request #14500: URL: https://github.com/apache/airflow/pull/14500#issuecomment-787150128 I'm not sure whether we should check provided `task_ids` and raise the `400` or the `404` error if any of them doesn't exist for the given DAG or just apply the filter bli

[GitHub] [airflow] vemikhaylov commented on a change in pull request #14500: Clear tasks by task ids in REST API

2021-02-27 Thread GitBox
vemikhaylov commented on a change in pull request #14500: URL: https://github.com/apache/airflow/pull/14500#discussion_r584191749 ## File path: airflow/models/dag.py ## @@ -1227,6 +1230,8 @@ def clear( tis = tis.filter(or_(TI.state == State.FAILED, TI.state == Sta

[GitHub] [airflow] github-actions[bot] commented on pull request #13996: Add GCS timespan transform operator

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

[GitHub] [airflow] mik-laj opened a new issue #14518: Airflow info command doesn't works with pbcopy

2021-02-27 Thread GitBox
mik-laj opened a new issue #14518: URL: https://github.com/apache/airflow/issues/14518 Hello, Mac OS has a command for copying data to the clipboard - `pbcopy`. Unfortunately, with the [introduction of more fancy tables](https://github.com/apache/airflow/pull/12689) to this command

[GitHub] [airflow] mik-laj opened a new issue #14517: The tables are not parsable by standard linux utilities.

2021-02-27 Thread GitBox
mik-laj opened a new issue #14517: URL: https://github.com/apache/airflow/issues/14517 Hello, I once changed the format of the tables so that they could be parsed in standard Linux tools such as AWK. https://github.com/apache/airflow/pull/8409 For example, to list the files tha

[GitHub] [airflow] github-actions[bot] commented on pull request #14516: Enable LDAP auth in docker-compose.yaml

2021-02-27 Thread GitBox
github-actions[bot] commented on pull request #14516: URL: https://github.com/apache/airflow/pull/14516#issuecomment-787132600 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] mik-laj opened a new pull request #14516: Enable LDAP auth in docker-compose.yaml

2021-02-27 Thread GitBox
mik-laj opened a new pull request #14516: URL: https://github.com/apache/airflow/pull/14516 Close: https://github.com/apache/airflow/issues/14423 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/maste

[airflow] branch master updated: Production image can be run as root (#14226)

2021-02-27 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula 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 7979b75 Production image can be run as r

[GitHub] [airflow] potiuk commented on issue #14266: Azure Provider related WARNING in webserver (version 2.0.1)

2021-02-27 Thread GitBox
potiuk commented on issue #14266: URL: https://github.com/apache/airflow/issues/14266#issuecomment-787129055 @karakanb -> correct - that was a problem with dependencies in the image. But it will be fixed in the upcoming bugfix releases of the provider - first, and of the airflow version an

[GitHub] [airflow] mik-laj merged pull request #14226: Production image can be run as root

2021-02-27 Thread GitBox
mik-laj merged pull request #14226: URL: https://github.com/apache/airflow/pull/14226 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [airflow] bperson commented on pull request #14476: Scheduler: Remove TIs from starved pools from the critical path.

2021-02-27 Thread GitBox
bperson commented on pull request #14476: URL: https://github.com/apache/airflow/pull/14476#issuecomment-787121306 Well, no idea why CI failed this time, looks like something SIGKILL-ed the containers but why? This is an aut

[GitHub] [airflow] karakanb commented on issue #14266: Azure Provider related WARNING in webserver (version 2.0.1)

2021-02-27 Thread GitBox
karakanb commented on issue #14266: URL: https://github.com/apache/airflow/issues/14266#issuecomment-787119536 @potiuk The problem seems to be with the Docker image itself, meaning that there is no dependency installed from the user's perspective. What you are saying would be correct if th

[GitHub] [airflow] boring-cyborg[bot] commented on issue #14515: Tasks in an infinite pool are never scheduled

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

[GitHub] [airflow] bperson opened a new issue #14515: Tasks in an infinite pool are never scheduled

2021-02-27 Thread GitBox
bperson opened a new issue #14515: URL: https://github.com/apache/airflow/issues/14515 **Apache Airflow version**: v2.0.0 and up **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): not tested with K8 **Environment**: all **What happened**: Ex

[airflow] branch master updated: Update hadolint from v1.18.0 to v1.22.1 (#14509)

2021-02-27 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula 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 cc7260a Update hadolint from v1.18.0 to

[GitHub] [airflow] mik-laj merged pull request #14509: Update hadolint from v1.18.0 to v1.22.1

2021-02-27 Thread GitBox
mik-laj merged pull request #14509: URL: https://github.com/apache/airflow/pull/14509 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [airflow] potiuk opened a new pull request #14514: Updated provider's relase documentation after 27.02.2021 release

2021-02-27 Thread GitBox
potiuk opened a new pull request #14514: URL: https://github.com/apache/airflow/pull/14514 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more in

[GitHub] [airflow-site] potiuk opened a new pull request #388: Add documentation for packages - 2021-02-27

2021-02-27 Thread GitBox
potiuk opened a new pull request #388: URL: https://github.com/apache/airflow-site/pull/388 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 t

[airflow-site] branch add-documentation-2021-02-27 created (now 4ac4600)

2021-02-27 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch add-documentation-2021-02-27 in repository https://gitbox.apache.org/repos/asf/airflow-site.git. at 4ac4600 Add documentation for packages - 2021-02-27 This branch includes the following

[GitHub] [airflow] bperson commented on pull request #14476: Scheduler: Remove TIs from starved pools from the critical path.

2021-02-27 Thread GitBox
bperson commented on pull request #14476: URL: https://github.com/apache/airflow/pull/14476#issuecomment-787102163 A bit of renaming / shortening the test name to fix the mysql / postgres error from CI because `pool` is still `50` chars long in [the TI model](https://github.com/apache/airf

[airflow-site] branch asf-site updated: Deploying to asf-site from @ f72cf53756e66c8c6871073b2cf181a67c07d6c9 🚀

2021-02-27 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 c353c9c Deploying to asf-site fro

[GitHub] [airflow] eejbyfeldt opened a new pull request #14513: Bugfix: Fix TypeError in monitor_pod

2021-02-27 Thread GitBox
eejbyfeldt opened a new pull request #14513: URL: https://github.com/apache/airflow/pull/14513 We have seen several task failures because of this issue. If the log read is interrupted before any logs are produced then `last_log_time` will not be set and the line `delta = pendulu

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #14513: Bugfix: Fix TypeError in monitor_pod

2021-02-27 Thread GitBox
boring-cyborg[bot] commented on pull request #14513: URL: https://github.com/apache/airflow/pull/14513#issuecomment-787100898 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Con

[airflow] tag providers-telegram/1.0.2rc1 updated (a615aaa -> 589d6de)

2021-02-27 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to tag providers-telegram/1.0.2rc1 in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag providers-telegram/1.0.2rc1 was modified! *** from a615aaa (commit) to 589d6de

[airflow] tag providers-tableau/1.0.0rc1 created (now 589d6de)

2021-02-27 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to tag providers-tableau/1.0.0rc1 in repository https://gitbox.apache.org/repos/asf/airflow.git. at 589d6de (commit) No new revisions were added by this update.

[airflow-site] branch master updated: Add new committer announcement (#387)

2021-02-27 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-site.git The following commit(s) were added to refs/heads/master by this push: new f72cf53 Add new committer announcement

[airflow] tag providers-ssh/1.2.0rc1 created (now 589d6de)

2021-02-27 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to tag providers-ssh/1.2.0rc1 in repository https://gitbox.apache.org/repos/asf/airflow.git. at 589d6de (commit) No new revisions were added by this update.

  1   2   3   >