[GitHub] [airflow] feluelle commented on issue #7347: [AIRFLOW-XXXX] Add pre-commit check for utf-8 file encoding

2020-02-03 Thread GitBox
feluelle commented on issue #7347: [AIRFLOW-] Add pre-commit check for utf-8 file encoding URL: https://github.com/apache/airflow/pull/7347#issuecomment-581786035 True. 臘‍♂ This is an automated message from the Apache

[GitHub] [airflow] michalslowikowski00 commented on issue #7307: [AIRFLOW-6676] added GCSDeleteBucketOperator

2020-02-03 Thread GitBox
michalslowikowski00 commented on issue #7307: [AIRFLOW-6676] added GCSDeleteBucketOperator URL: https://github.com/apache/airflow/pull/7307#issuecomment-581781667 Thank you @nuclearpinguin This is an automated message from

[jira] [Commented] (AIRFLOW-2906) DataDog Integration for Airflow

2020-02-03 Thread Chandu Kavar (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17029616#comment-17029616 ] Chandu Kavar commented on AIRFLOW-2906: --- Yes, I have made some changes to my local and stuck in

[GitHub] [airflow] codecov-io commented on issue #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process

2020-02-03 Thread GitBox
codecov-io commented on issue #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process URL: https://github.com/apache/airflow/pull/7232#issuecomment-581760360 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7232?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process

2020-02-03 Thread GitBox
codecov-io edited a comment on issue #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process URL: https://github.com/apache/airflow/pull/7232#issuecomment-581760360 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7232?src=pr=h1) Report > Merging

[GitHub] [airflow] mikeclarke commented on a change in pull request #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process

2020-02-03 Thread GitBox
mikeclarke commented on a change in pull request #7232: [AIRFLOW-6569] Flush pending Sentry exceptions before exiting forked process URL: https://github.com/apache/airflow/pull/7232#discussion_r374482129 ## File path: airflow/task/task_runner/standard_task_runner.py ## @@

[GitHub] [airflow] pbotros commented on issue #7038: [AIRFLOW-4495] Allow externally triggered dags to run for future exec dates

2020-02-03 Thread GitBox
pbotros commented on issue #7038: [AIRFLOW-4495] Allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#issuecomment-581749094 > You mentioned some DAGs that are usually scheduled daily at a specific time, but need to be triggered

[jira] [Commented] (AIRFLOW-6273) databricks_hook.py changed how host is pulled

2020-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17029573#comment-17029573 ] ASF GitHub Bot commented on AIRFLOW-6273: - maxirus commented on pull request #7357:

[GitHub] [airflow] maxirus opened a new pull request #7357: [AIRFLOW-6273] Fixes Databricks Connection when using Token

2020-02-03 Thread GitBox
maxirus opened a new pull request #7357: [AIRFLOW-6273] Fixes Databricks Connection when using Token URL: https://github.com/apache/airflow/pull/7357 Fixes the Databricks connection when using an Auth Token. Token can be stored in a password and follows the general connection schema.

[GitHub] [airflow] maxirus closed pull request #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error

2020-02-03 Thread GitBox
maxirus closed pull request #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error URL: https://github.com/apache/airflow/pull/6643 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] maxirus commented on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error

2020-02-03 Thread GitBox
maxirus commented on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error URL: https://github.com/apache/airflow/pull/6643#issuecomment-581732169 Sooo the test framework has a high barrier to entry and there doesn't seem to be any existing tests for the

[jira] [Commented] (AIRFLOW-6040) Airflow scheduler with kubernetes executor fails :- Unknown error in KubernetesJobWatcher

2020-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17029548#comment-17029548 ] ASF GitHub Bot commented on AIRFLOW-6040: - maxirus commented on pull request #6643:

[GitHub] [airflow] thealmightygrant commented on issue #5813: [AIRFLOW-4526] KubernetesPodOperator gets stuck in Running state when get_logs is set to True and there is a long gap without logs from po

2020-02-03 Thread GitBox
thealmightygrant commented on issue #5813: [AIRFLOW-4526] KubernetesPodOperator gets stuck in Running state when get_logs is set to True and there is a long gap without logs from pod URL: https://github.com/apache/airflow/pull/5813#issuecomment-581719105 It's unlikely that I'll get back

[GitHub] [airflow] yuqian90 commented on issue #7038: [AIRFLOW-4495] Allow externally triggered dags to run for future exec dates

2020-02-03 Thread GitBox
yuqian90 commented on issue #7038: [AIRFLOW-4495] Allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#issuecomment-581713200 > @yuqian90 I see your point - since our use case is a one-off, this extra communication of a failed

[GitHub] [airflow] pbotros commented on issue #7038: [AIRFLOW-4495] Allow externally triggered dags to run for future exec dates

2020-02-03 Thread GitBox
pbotros commented on issue #7038: [AIRFLOW-4495] Allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#issuecomment-581709034 @yuqian90 I see your point - since our use case is a one-off, this extra communication of a failed pipeline

[GitHub] [airflow] ryw commented on issue #7351: [AIRFLOW-XXXX] Add scheduler in production section to best practices doc

2020-02-03 Thread GitBox
ryw commented on issue #7351: [AIRFLOW-] Add scheduler in production section to best practices doc URL: https://github.com/apache/airflow/pull/7351#issuecomment-581704942 @kaxil hmm looks like random test fail? This is

[GitHub] [airflow] yuqian90 commented on issue #7038: [AIRFLOW-4495] Allow externally triggered dags to run for future exec dates

2020-02-03 Thread GitBox
yuqian90 commented on issue #7038: [AIRFLOW-4495] Allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#issuecomment-581703874 @pbotros if we turn on allow_trigger_in_future to all DAGs (i.e. make it the default), and we trigger the

[GitHub] [airflow] pbotros commented on issue #7038: [AIRFLOW-4495] Allow externally triggered dags to run for future exec dates

2020-02-03 Thread GitBox
pbotros commented on issue #7038: [AIRFLOW-4495] Allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#issuecomment-581698426 Sorry for the comment spam on a merged PR, but a quick follow-up to @kaxil's comment above: > DAG is

[GitHub] [airflow] codecov-io edited a comment on issue #6342: [AIRFLOW-5662] fix incorrect naming for scheduler used slot metric

2020-02-03 Thread GitBox
codecov-io edited a comment on issue #6342: [AIRFLOW-5662] fix incorrect naming for scheduler used slot metric URL: https://github.com/apache/airflow/pull/6342#issuecomment-547121627 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6342?src=pr=h1) Report > Merging

[GitHub] [airflow] youngyjd closed pull request #7356: Merge upstream 20 02 03

2020-02-03 Thread GitBox
youngyjd closed pull request #7356: Merge upstream 20 02 03 URL: https://github.com/apache/airflow/pull/7356 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [airflow] youngyjd opened a new pull request #7356: Merge upstream 20 02 03

2020-02-03 Thread GitBox
youngyjd opened a new pull request #7356: Merge upstream 20 02 03 URL: https://github.com/apache/airflow/pull/7356 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below before creating PR: [x] - [ ]

[jira] [Created] (AIRFLOW-6728) Recent Tasks not loading

2020-02-03 Thread Matthew (Jira)
Matthew created AIRFLOW-6728: Summary: Recent Tasks not loading Key: AIRFLOW-6728 URL: https://issues.apache.org/jira/browse/AIRFLOW-6728 Project: Apache Airflow Issue Type: Bug

[GitHub] [airflow] ryw commented on issue #7351: [AIRFLOW-XXXX] Add scheduler in production section to best practices doc

2020-02-03 Thread GitBox
ryw commented on issue #7351: [AIRFLOW-] Add scheduler in production section to best practices doc URL: https://github.com/apache/airflow/pull/7351#issuecomment-581684842 @kaxil thanks for suggestions - i accepted your changes, then merged back into one commit + forced pushed to my

[GitHub] [airflow] sarah-johnson commented on issue #5813: [AIRFLOW-4526] KubernetesPodOperator gets stuck in Running state when get_logs is set to True and there is a long gap without logs from pod

2020-02-03 Thread GitBox
sarah-johnson commented on issue #5813: [AIRFLOW-4526] KubernetesPodOperator gets stuck in Running state when get_logs is set to True and there is a long gap without logs from pod URL: https://github.com/apache/airflow/pull/5813#issuecomment-581670109 I am also running into this issue and

[GitHub] [airflow] codecov-io edited a comment on issue #7133: [AIRFLOW-6535] add exception to fail without retry

2020-02-03 Thread GitBox
codecov-io edited a comment on issue #7133: [AIRFLOW-6535] add exception to fail without retry URL: https://github.com/apache/airflow/pull/7133#issuecomment-573236471 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7133?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7355: [AIRFLOW-6727] Fix minor bugs in Release Management scripts

2020-02-03 Thread GitBox
codecov-io edited a comment on issue #7355: [AIRFLOW-6727] Fix minor bugs in Release Management scripts URL: https://github.com/apache/airflow/pull/7355#issuecomment-581662266 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7355?src=pr=h1) Report > :exclamation: No coverage

[GitHub] [airflow] codecov-io commented on issue #7355: [AIRFLOW-6727] Fix minor bugs in Release Management scripts

2020-02-03 Thread GitBox
codecov-io commented on issue #7355: [AIRFLOW-6727] Fix minor bugs in Release Management scripts URL: https://github.com/apache/airflow/pull/7355#issuecomment-581662266 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7355?src=pr=h1) Report > :exclamation: No coverage uploaded for

[GitHub] [airflow] kaxil commented on a change in pull request #7351: [AIRFLOW-XXXX] Add scheduler in production section to best practices doc

2020-02-03 Thread GitBox
kaxil commented on a change in pull request #7351: [AIRFLOW-] Add scheduler in production section to best practices doc URL: https://github.com/apache/airflow/pull/7351#discussion_r374380505 ## File path: docs/best-practices.rst ## @@ -315,3 +315,16 @@ Some

[GitHub] [airflow] kaxil commented on a change in pull request #7351: [AIRFLOW-XXXX] Add scheduler in production section to best practices doc

2020-02-03 Thread GitBox
kaxil commented on a change in pull request #7351: [AIRFLOW-] Add scheduler in production section to best practices doc URL: https://github.com/apache/airflow/pull/7351#discussion_r374380633 ## File path: docs/best-practices.rst ## @@ -315,3 +315,16 @@ Some

[jira] [Resolved] (AIRFLOW-6630) Resolve Handlebars advisory

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-6630. - Resolution: Fixed > Resolve Handlebars advisory > > >

[jira] [Commented] (AIRFLOW-6630) Resolve Handlebars advisory

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

[jira] [Commented] (AIRFLOW-6630) Resolve Handlebars advisory

2020-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17029347#comment-17029347 ] ASF GitHub Bot commented on AIRFLOW-6630: - kaxil commented on pull request #7284:

[GitHub] [airflow] kaxil merged pull request #7284: [AIRFLOW-6630] Bump handlebars to resolve handlebars advisory

2020-02-03 Thread GitBox
kaxil merged pull request #7284: [AIRFLOW-6630] Bump handlebars to resolve handlebars advisory URL: https://github.com/apache/airflow/pull/7284 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] mik-laj commented on a change in pull request #7353: [AIRFLOW-6685] Data Quality Check operators

2020-02-03 Thread GitBox
mik-laj commented on a change in pull request #7353: [AIRFLOW-6685] Data Quality Check operators URL: https://github.com/apache/airflow/pull/7353#discussion_r374378103 ## File path: airflow/operators/data_quality_check.py ## @@ -0,0 +1,207 @@ +# Licensed to the Apache

[jira] [Commented] (AIRFLOW-6727) Fix minor issues in Release Management scripts

2020-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17029338#comment-17029338 ] ASF GitHub Bot commented on AIRFLOW-6727: - kaxil commented on pull request #7355:

[jira] [Updated] (AIRFLOW-6727) Fix minor issues in Release Management scripts

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6727: Fix Version/s: 1.10.9 > Fix minor issues in Release Management scripts >

[GitHub] [airflow] kaxil opened a new pull request #7355: [AIRFLOW-6727] Fix minor bugs in Release Management scripts

2020-02-03 Thread GitBox
kaxil opened a new pull request #7355: [AIRFLOW-6727] Fix minor bugs in Release Management scripts URL: https://github.com/apache/airflow/pull/7355 There are some minor issues: Click needs to be >= 7.0 Path of CHANGELOG.txt Path of template files to send automated emails

[jira] [Created] (AIRFLOW-6727) Fix minor issues in Release Management scripts

2020-02-03 Thread Kaxil Naik (Jira)
Kaxil Naik created AIRFLOW-6727: --- Summary: Fix minor issues in Release Management scripts Key: AIRFLOW-6727 URL: https://issues.apache.org/jira/browse/AIRFLOW-6727 Project: Apache Airflow

[GitHub] [airflow] kaxil opened a new pull request #7354: [AIRFLOW-XXXX] Add versions_added field to configs

2020-02-03 Thread GitBox
kaxil opened a new pull request #7354: [AIRFLOW-] Add versions_added field to configs URL: https://github.com/apache/airflow/pull/7354 Add versions_added field to configs until 1.10.1 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg)

[GitHub] [airflow] stale[bot] commented on issue #2708: [AIRFLOW-1746] Add a Nomad operator to trigger job from Airflow

2020-02-03 Thread GitBox
stale[bot] commented on issue #2708: [AIRFLOW-1746] Add a Nomad operator to trigger job from Airflow URL: https://github.com/apache/airflow/pull/2708#issuecomment-581641177 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no

[jira] [Commented] (AIRFLOW-6685) Add Data Quality Operators

2020-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17029324#comment-17029324 ] ASF GitHub Bot commented on AIRFLOW-6685: - alexzlue commented on pull request #7353:

[GitHub] [airflow] boring-cyborg[bot] commented on issue #7353: [AIRFLOW-6685] Data Quality Check operators

2020-02-03 Thread GitBox
boring-cyborg[bot] commented on issue #7353: [AIRFLOW-6685] Data Quality Check operators URL: https://github.com/apache/airflow/pull/7353#issuecomment-581637170 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure

[GitHub] [airflow] alexzlue opened a new pull request #7353: [AIRFLOW-6685] Data Quality Check operators

2020-02-03 Thread GitBox
alexzlue opened a new pull request #7353: [AIRFLOW-6685] Data Quality Check operators URL: https://github.com/apache/airflow/pull/7353 This PR includes 3 operators: `BaseDataQualityOperator` - contains shared attributes and methods that data quality check operators utilize a base

[jira] [Commented] (AIRFLOW-4495) allow externally triggered dags to run for future 'Execution date'

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

[jira] [Commented] (AIRFLOW-6666) Resolve js-yaml advisories

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

[jira] [Commented] (AIRFLOW-6683) Make API respect serialized DAG feature

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

[jira] [Commented] (AIRFLOW-4026) Add DAG Labels to improve filtering of DAGs

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

[jira] [Commented] (AIRFLOW-6438) blocked end point returns all dags by default

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

[jira] [Commented] (AIRFLOW-6632) Resolve lodash advisory

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

[jira] [Commented] (AIRFLOW-6667) Resolve serialize-javascript advisory

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

[jira] [Commented] (AIRFLOW-6686) Syntax error constructing list of process ids

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

svn commit: r37855 - /dev/airflow/1.10.8rc1/

2020-02-03 Thread kaxilnaik
Author: kaxilnaik Date: Mon Feb 3 21:30:50 2020 New Revision: 37855 Log: Add artifacts for Airflow 1.10.8rc1 Added: dev/airflow/1.10.8rc1/ dev/airflow/1.10.8rc1/apache-airflow-1.10.8rc1-bin.tar.gz (with props) dev/airflow/1.10.8rc1/apache-airflow-1.10.8rc1-bin.tar.gz.asc

[GitHub] [airflow] dossett commented on issue #6371: [AIRFLOW-5691] Rewrite Dataproc operators to use python library

2020-02-03 Thread GitBox
dossett commented on issue #6371: [AIRFLOW-5691] Rewrite Dataproc operators to use python library URL: https://github.com/apache/airflow/pull/6371#issuecomment-581625951 That link may not expand well. It's to line 64 in the `airflow/gcp/hooks/dataproc.py` that was renamed as part of this

[GitHub] [airflow] dossett commented on issue #6371: [AIRFLOW-5691] Rewrite Dataproc operators to use python library

2020-02-03 Thread GitBox
dossett commented on issue #6371: [AIRFLOW-5691] Rewrite Dataproc operators to use python library URL: https://github.com/apache/airflow/pull/6371#issuecomment-581624265 This seems to have made some substantive changes to the behavior of the operators, was that intended? For example,

[jira] [Commented] (AIRFLOW-6686) Syntax error constructing list of process ids

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

[jira] [Commented] (AIRFLOW-6438) blocked end point returns all dags by default

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

[jira] [Commented] (AIRFLOW-6666) Resolve js-yaml advisories

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

[jira] [Commented] (AIRFLOW-4026) Add DAG Labels to improve filtering of DAGs

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

[jira] [Commented] (AIRFLOW-6683) Make API respect serialized DAG feature

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

[jira] [Commented] (AIRFLOW-6632) Resolve lodash advisory

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

[jira] [Commented] (AIRFLOW-6667) Resolve serialize-javascript advisory

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

[jira] [Commented] (AIRFLOW-4495) allow externally triggered dags to run for future 'Execution date'

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

[GitHub] [airflow] potiuk commented on issue #7347: [AIRFLOW-XXXX] Add pre-commit check for utf-8 file encoding

2020-02-03 Thread GitBox
potiuk commented on issue #7347: [AIRFLOW-] Add pre-commit check for utf-8 file encoding URL: https://github.com/apache/airflow/pull/7347#issuecomment-581619192 I think you need to apply the precommit in the next push @feluelle !

[jira] [Commented] (AIRFLOW-6678) KubernetesPodOperator logs pod events on failure

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

[jira] [Resolved] (AIRFLOW-6678) KubernetesPodOperator logs pod events on failure

2020-02-03 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-6678. --- Fix Version/s: (was: 2.0.0) 1.10.8 Resolution: Fixed >

[GitHub] [airflow] potiuk commented on issue #7292: [AIRFLOW-6678] Pull event logs from Kubernetes pod on failure

2020-02-03 Thread GitBox
potiuk commented on issue #7292: [AIRFLOW-6678] Pull event logs from Kubernetes pod on failure URL: https://github.com/apache/airflow/pull/7292#issuecomment-581616299 Thanks @MatthewRBruce ! This is an automated message from

[jira] [Commented] (AIRFLOW-6678) KubernetesPodOperator logs pod events on failure

2020-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17029267#comment-17029267 ] ASF GitHub Bot commented on AIRFLOW-6678: - potiuk commented on pull request #7292:

[GitHub] [airflow] potiuk merged pull request #7292: [AIRFLOW-6678] Pull event logs from Kubernetes pod on failure

2020-02-03 Thread GitBox
potiuk merged pull request #7292: [AIRFLOW-6678] Pull event logs from Kubernetes pod on failure URL: https://github.com/apache/airflow/pull/7292 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] boring-cyborg[bot] commented on issue #7292: [AIRFLOW-6678] Pull event logs from Kubernetes pod on failure

2020-02-03 Thread GitBox
boring-cyborg[bot] commented on issue #7292: [AIRFLOW-6678] Pull event logs from Kubernetes pod on failure URL: https://github.com/apache/airflow/pull/7292#issuecomment-581616386 Awesome work, congrats on your first merged pull request!

[GitHub] [airflow] codecov-io edited a comment on issue #7292: [AIRFLOW-6678] Pull event logs from Kubernetes pod on failure

2020-02-03 Thread GitBox
codecov-io edited a comment on issue #7292: [AIRFLOW-6678] Pull event logs from Kubernetes pod on failure URL: https://github.com/apache/airflow/pull/7292#issuecomment-581455946 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7292?src=pr=h1) Report > Merging

[GitHub] [airflow] mik-laj commented on a change in pull request #6855: [AIRFLOW-6307] Improve support for a special characters in DAG's name in stats view

2020-02-03 Thread GitBox
mik-laj commented on a change in pull request #6855: [AIRFLOW-6307] Improve support for a special characters in DAG's name in stats view URL: https://github.com/apache/airflow/pull/6855#discussion_r374328889 ## File path: airflow/www/views.py ## @@ -307,7 +307,7 @@ def

[GitHub] [airflow] mik-laj commented on issue #7352: [AIRFLOW-6683] Run REST API tests when DAGs are serialized

2020-02-03 Thread GitBox
mik-laj commented on issue #7352: [AIRFLOW-6683] Run REST API tests when DAGs are serialized URL: https://github.com/apache/airflow/pull/7352#issuecomment-581605444 Travis is sad. Can you take care of him? This is an

[jira] [Commented] (AIRFLOW-4026) Add DAG Labels to improve filtering of DAGs

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

[jira] [Commented] (AIRFLOW-4026) Add DAG Labels to improve filtering of DAGs

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

[GitHub] [airflow] mik-laj commented on issue #7328: [AIRFLOW-6707] Simplify Connection.get_hook method

2020-02-03 Thread GitBox
mik-laj commented on issue #7328: [AIRFLOW-6707] Simplify Connection.get_hook method URL: https://github.com/apache/airflow/pull/7328#issuecomment-581566727 I will gladly see your change. I would just like to point out that such a change should be backward compatible. Parameter `conn_id`

[jira] [Updated] (AIRFLOW-6685) Add Data Quality Operators

2020-02-03 Thread alex l (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] alex l updated AIRFLOW-6685: Description: Add Data Quality Operators to improve data quality testing on data workflows/pipelines. 

[jira] [Updated] (AIRFLOW-6685) Add Data Quality Operators

2020-02-03 Thread alex l (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] alex l updated AIRFLOW-6685: Summary: Add Data Quality Operators (was: Add operators to improve data quality testing on data

[GitHub] [airflow] ashb commented on issue #6376: [AIRFLOW-5705] Add creds backend and support for AWS SSM

2020-02-03 Thread GitBox
ashb commented on issue #6376: [AIRFLOW-5705] Add creds backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-581553006 Ignore me and listen to Kaxil This is an automated message from

[GitHub] [airflow] ashb commented on issue #6376: [AIRFLOW-5705] Add creds backend and support for AWS SSM

2020-02-03 Thread GitBox
ashb commented on issue #6376: [AIRFLOW-5705] Add creds backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-581550463 Don't think this needs an AIP - it's not that big an architectural change. (This comment just from memory, haven't reviewed it

[jira] [Updated] (AIRFLOW-6229) SparkSubmitOperator polls forever if status json can't find driverState tag

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6229: Issue Type: Bug (was: New Feature) > SparkSubmitOperator polls forever if status json can't

[jira] [Reopened] (AIRFLOW-5406) Allow spark_submit_hook to run without pip install kubernetes/airflow[kubernetes]

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik reopened AIRFLOW-5406: - > Allow spark_submit_hook to run without pip install > kubernetes/airflow[kubernetes] >

[jira] [Resolved] (AIRFLOW-5406) Allow spark_submit_hook to run without pip install kubernetes/airflow[kubernetes]

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-5406. - Resolution: Fixed > Allow spark_submit_hook to run without pip install >

[jira] [Updated] (AIRFLOW-6350) security - spark submit operator logging+exceptions should mask passwords

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6350: Issue Type: New Feature (was: Bug) > security - spark submit operator logging+exceptions should

[jira] [Updated] (AIRFLOW-6297) Add Airflow website link to UI docs

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6297: Fix Version/s: (was: 2.0.0) 1.10.8 > Add Airflow website link to UI docs

[GitHub] [airflow] xinbinhuang commented on issue #7328: [AIRFLOW-6707] Simplify Connection.get_hook method

2020-02-03 Thread GitBox
xinbinhuang commented on issue #7328: [AIRFLOW-6707] Simplify Connection.get_hook method URL: https://github.com/apache/airflow/pull/7328#issuecomment-581544804 I was actually thinking about doing this the other day. On top of this, should we also standardize the `***_conn_id` to

[GitHub] [airflow] xinbinhuang edited a comment on issue #7328: [AIRFLOW-6707] Simplify Connection.get_hook method

2020-02-03 Thread GitBox
xinbinhuang edited a comment on issue #7328: [AIRFLOW-6707] Simplify Connection.get_hook method URL: https://github.com/apache/airflow/pull/7328#issuecomment-581544804 I was actually thinking about doing this the other day. On top of this, would it be nice to also standardize the

[jira] [Updated] (AIRFLOW-6527) Error sending Celery task:Timeout in send_task_to_executor

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6527: Issue Type: Improvement (was: Bug) > Error sending Celery task:Timeout in send_task_to_executor

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2020-02-03 Thread GitBox
lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results URL: https://github.com/apache/airflow/pull/6075#discussion_r374251271 ## File path: tests/providers/amazon/aws/hooks/test_athena.py ## @@ -0,0 +1,120 @@

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2020-02-03 Thread GitBox
lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results URL: https://github.com/apache/airflow/pull/6075#discussion_r374250964 ## File path: airflow/providers/amazon/aws/hooks/athena.py ## @@ -133,7 +133,17 @@

[jira] [Updated] (AIRFLOW-4495) allow externally triggered dags to run for future 'Execution date'

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-4495: Issue Type: New Feature (was: Improvement) > allow externally triggered dags to run for future

[jira] [Updated] (AIRFLOW-6726) Add docs on "Using airflow_local_settings.py"

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6726: Summary: Add docs on "Using airflow_local_settings.py" (was: Document using

[GitHub] [airflow] kaxil merged pull request #7350: [AIRFLOW-XXXX] Move LatestOnlyOperator change to Master

2020-02-03 Thread GitBox
kaxil merged pull request #7350: [AIRFLOW-] Move LatestOnlyOperator change to Master URL: https://github.com/apache/airflow/pull/7350 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Updated] (AIRFLOW-6630) Resolve Handlebars advisory

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6630: Fix Version/s: (was: 1.10.8) 1.10.9 > Resolve Handlebars advisory >

[jira] [Updated] (AIRFLOW-6726) Document using airflow_local_settings.py

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6726: Fix Version/s: (was: 1.10.8) > Document using airflow_local_settings.py >

[jira] [Updated] (AIRFLOW-6576) Deleting a task with SLA crashes the scheduler

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6576: Fix Version/s: (was: 2.0.0) > Deleting a task with SLA crashes the scheduler >

[jira] [Updated] (AIRFLOW-6576) Deleting a task with SLA crashes the scheduler

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6576: Issue Type: Bug (was: New Feature) > Deleting a task with SLA crashes the scheduler >

[jira] [Updated] (AIRFLOW-5843) Add conf form when trigger DAG from the WEB.

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-5843: Fix Version/s: (was: 2.0.0) > Add conf form when trigger DAG from the WEB. >

[jira] [Updated] (AIRFLOW-5843) Add conf form when trigger DAG from the WEB.

2020-02-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-5843: Issue Type: New Feature (was: Wish) > Add conf form when trigger DAG from the WEB. >

[jira] [Commented] (AIRFLOW-4026) Add DAG Labels to improve filtering of DAGs

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

[jira] [Commented] (AIRFLOW-6438) blocked end point returns all dags by default

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

  1   2   3   >