[GitHub] ron819 commented on issue #2748: Fixing temp path

2018-12-09 Thread GitBox
ron819 commented on issue #2748: Fixing temp path URL: https://github.com/apache/incubator-airflow/pull/2748#issuecomment-445722311 @dmvieira please rebase and open a Jira ticket. All code changes PR require a Jira ticket. https://issues.apache.org/jira/projects/AIRFLOW/issues

[GitHub] ron819 commented on issue #2550: [AIRFLOW-1465] Fix serialization error of chart data when X is Date

2018-12-09 Thread GitBox
ron819 commented on issue #2550: [AIRFLOW-1465] Fix serialization error of chart data when X is Date URL: https://github.com/apache/incubator-airflow/pull/2550#issuecomment-445721822 @mrkm4ntr are you still working on this PR?

[GitHub] ron819 commented on issue #2690: [AIRFLOW-914] Disable test_backfill_examples on Travis

2018-12-09 Thread GitBox
ron819 commented on issue #2690: [AIRFLOW-914] Disable test_backfill_examples on Travis URL: https://github.com/apache/incubator-airflow/pull/2690#issuecomment-445721591 Is this still needed? This is an automated message

[jira] [Updated] (AIRFLOW-3488) PostgresToGoogleCloudStorageOperator doesn't handle PostgreSQL ARRAYs properly

2018-12-09 Thread Duan Shiqiang (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duan Shiqiang updated AIRFLOW-3488: --- Description: PostgresToGoogleCloudStorageOperator generates bigquery schema wrongly for

[jira] [Created] (AIRFLOW-3488) PostgresToGoogleCloudStorageOperator doesn't handle PostgreSQL ARRAYs properly

2018-12-09 Thread Duan Shiqiang (JIRA)
Duan Shiqiang created AIRFLOW-3488: -- Summary: PostgresToGoogleCloudStorageOperator doesn't handle PostgreSQL ARRAYs properly Key: AIRFLOW-3488 URL: https://issues.apache.org/jira/browse/AIRFLOW-3488

[GitHub] xnuinside commented on issue #4174: [AIRFLOW-571] Airflow CLI: add gunicorn_config param and refactor webserver cli function

2018-12-09 Thread GitBox
xnuinside commented on issue #4174: [AIRFLOW-571] Airflow CLI: add gunicorn_config param and refactor webserver cli function URL: https://github.com/apache/incubator-airflow/pull/4174#issuecomment-445644567 @ashb, ? :) This

[jira] [Commented] (AIRFLOW-1951) kerberos keytab , principal command line argument not getting passed to run function

2018-12-09 Thread Iuliia Volkova (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16714206#comment-16714206 ] Iuliia Volkova commented on AIRFLOW-1951: - @ashb, will we close the duplicate? > kerberos

[jira] [Comment Edited] (AIRFLOW-1951) kerberos keytab , principal command line argument not getting passed to run function

2018-12-09 Thread Iuliia Volkova (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16714206#comment-16714206 ] Iuliia Volkova edited comment on AIRFLOW-1951 at 12/10/18 1:46 AM: ---

[GitHub] codecov-io edited a comment on issue #4298: [AIRFLOW-3478] Make sure that the session is closed

2018-12-09 Thread GitBox
codecov-io edited a comment on issue #4298: [AIRFLOW-3478] Make sure that the session is closed URL: https://github.com/apache/incubator-airflow/pull/4298#issuecomment-445580870 # [Codecov](https://codecov.io/gh/apache/incubator-airflow/pull/4298?src=pr=h1) Report > Merging

[GitHub] codecov-io commented on issue #4298: [AIRFLOW-3478] Make sure that the session is closed

2018-12-09 Thread GitBox
codecov-io commented on issue #4298: [AIRFLOW-3478] Make sure that the session is closed URL: https://github.com/apache/incubator-airflow/pull/4298#issuecomment-445580870 # [Codecov](https://codecov.io/gh/apache/incubator-airflow/pull/4298?src=pr=h1) Report > Merging

[jira] [Resolved] (AIRFLOW-987) `airflow kerberos` ignores --keytab and --principal arguments

2018-12-09 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor resolved AIRFLOW-987. --- Resolution: Fixed Fix Version/s: 2.0.0 > `airflow kerberos` ignores --keytab

[GitHub] ashb commented on issue #4225: [AIRFLOW-3383] Rotate fernet keys.

2018-12-09 Thread GitBox
ashb commented on issue #4225: [AIRFLOW-3383] Rotate fernet keys. URL: https://github.com/apache/incubator-airflow/pull/4225#issuecomment-445579506 > but as long as we're supporting credential storage in the airflow database with fernet encryption, I think we should support fernet key

[jira] [Commented] (AIRFLOW-987) `airflow kerberos` ignores --keytab and --principal arguments

2018-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16714144#comment-16714144 ] ASF GitHub Bot commented on AIRFLOW-987: ashb closed pull request #4238: [AIRFLOW-987] pass

[GitHub] ashb closed pull request #4238: [AIRFLOW-987] pass kerberos cli args keytab and principal to kerberos…

2018-12-09 Thread GitBox
ashb closed pull request #4238: [AIRFLOW-987] pass kerberos cli args keytab and principal to kerberos… URL: https://github.com/apache/incubator-airflow/pull/4238 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake

[jira] [Updated] (AIRFLOW-2785) Improve context management of mongo hook

2018-12-09 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-2785: Fix Version/s: (was: 2.0.0) 1.10.2 > Improve context management of mongo

[GitHub] kaxil commented on issue #3628: [AIRFLOW-2785] Add context manager entry points to mongoHook

2018-12-09 Thread GitBox
kaxil commented on issue #3628: [AIRFLOW-2785] Add context manager entry points to mongoHook URL: https://github.com/apache/incubator-airflow/pull/3628#issuecomment-445578581 @ron819 Done This is an automated message from

[jira] [Updated] (AIRFLOW-3484) The KubernetesExecutor is overly verbose and this can kill schedulers.

2018-12-09 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-3484: Fix Version/s: (was: 2.0.0) 1.10.2 > The KubernetesExecutor is overly

[GitHub] ashb commented on a change in pull request #4298: [AIRFLOW-3478] Make sure that the session is closed

2018-12-09 Thread GitBox
ashb commented on a change in pull request #4298: [AIRFLOW-3478] Make sure that the session is closed URL: https://github.com/apache/incubator-airflow/pull/4298#discussion_r240056679 ## File path: airflow/bin/cli.py ## @@ -423,14 +418,11 @@ def unpause(args, dag=None):

[jira] [Commented] (AIRFLOW-3438) BigQueryOperator should default udf_config to None instead of false.

2018-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16714136#comment-16714136 ] ASF GitHub Bot commented on AIRFLOW-3438: - kaxil closed pull request #4274: [AIRFLOW-3438] Fix

[jira] [Resolved] (AIRFLOW-3438) BigQueryOperator should default udf_config to None instead of false.

2018-12-09 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-3438. - Resolution: Fixed Resolved by https://github.com/apache/incubator-airflow/pull/4274 >

[GitHub] ashb commented on a change in pull request #4298: [AIRFLOW-3478] Make sure that the session is closed

2018-12-09 Thread GitBox
ashb commented on a change in pull request #4298: [AIRFLOW-3478] Make sure that the session is closed URL: https://github.com/apache/incubator-airflow/pull/4298#discussion_r240056611 ## File path: airflow/api/common/experimental/mark_tasks.py ## @@ -180,18 +180,15 @@ def

[GitHub] kaxil closed pull request #4274: [AIRFLOW-3438] Fix default values in BigQuery Hook & BigQueryOperator

2018-12-09 Thread GitBox
kaxil closed pull request #4274: [AIRFLOW-3438] Fix default values in BigQuery Hook & BigQueryOperator URL: https://github.com/apache/incubator-airflow/pull/4274 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake

[jira] [Commented] (AIRFLOW-3478) Make sure that database connections are closed

2018-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16714107#comment-16714107 ] ASF GitHub Bot commented on AIRFLOW-3478: - Fokko opened a new pull request #4298:

[GitHub] Fokko opened a new pull request #4298: [AIRFLOW-3478] Make sure that the session is closed

2018-12-09 Thread GitBox
Fokko opened a new pull request #4298: [AIRFLOW-3478] Make sure that the session is closed URL: https://github.com/apache/incubator-airflow/pull/4298 Calling .close() will make sure that the connection is being given back to the pool. When using settings.Session() directly, it is easy to

[jira] [Created] (AIRFLOW-3486) cannot load lineage backend atlas following the instructions in lineage.rst

2018-12-09 Thread Nik Bates-Haus (JIRA)
Nik Bates-Haus created AIRFLOW-3486: --- Summary: cannot load lineage backend atlas following the instructions in lineage.rst Key: AIRFLOW-3486 URL: https://issues.apache.org/jira/browse/AIRFLOW-3486

[jira] [Commented] (AIRFLOW-3486) cannot load lineage backend atlas following the instructions in lineage.rst

2018-12-09 Thread Nik Bates-Haus (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16714042#comment-16714042 ] Nik Bates-Haus commented on AIRFLOW-3486: - I can create a PR for this if desired. > cannot

[GitHub] amir656 commented on issue #3739: [AIRFLOW-2868] Extend mesos_executor

2018-12-09 Thread GitBox
amir656 commented on issue #3739: [AIRFLOW-2868] Extend mesos_executor URL: https://github.com/apache/incubator-airflow/pull/3739#issuecomment-445550681 @ron819 I haven't worked on it in a while because school started up again. But I'm done with finals on Wednesday, so I will try and

[GitHub] ron819 commented on issue #3628: [AIRFLOW-2785] Add context manager entry points to mongoHook

2018-12-09 Thread GitBox
ron819 commented on issue #3628: [AIRFLOW-2785] Add context manager entry points to mongoHook URL: https://github.com/apache/incubator-airflow/pull/3628#issuecomment-445547983 @kaxil can this be cherry picked for 1.10.2?

[GitHub] ron819 commented on issue #3742: [AIRFLOW-2892] Add CC, BCC for SLA/Retry/Failure Emailing

2018-12-09 Thread GitBox
ron819 commented on issue #3742: [AIRFLOW-2892] Add CC,BCC for SLA/Retry/Failure Emailing URL: https://github.com/apache/incubator-airflow/pull/3742#issuecomment-445537885 @anne-chu are you still working on this PR? This is

[GitHub] ron819 commented on issue #3739: [AIRFLOW-2868] Extend mesos_executor

2018-12-09 Thread GitBox
ron819 commented on issue #3739: [AIRFLOW-2868] Extend mesos_executor URL: https://github.com/apache/incubator-airflow/pull/3739#issuecomment-445537842 @amir656 are yiy still working on this PR? This is an automated message

[GitHub] xnuinside commented on issue #4238: [AIRFLOW-987] pass kerberos cli args keytab and principal to kerberos…

2018-12-09 Thread GitBox
xnuinside commented on issue #4238: [AIRFLOW-987] pass kerberos cli args keytab and principal to kerberos… URL: https://github.com/apache/incubator-airflow/pull/4238#issuecomment-445523300 @ashb ?) This is an automated

[GitHub] ron819 commented on issue #3533: [AIRFLOW-161] New redirect route and extra links

2018-12-09 Thread GitBox
ron819 commented on issue #3533: [AIRFLOW-161] New redirect route and extra links URL: https://github.com/apache/incubator-airflow/pull/3533#issuecomment-445523045 @ArgentFalcon are you still working on this PR? This is an