[GitHub] [airflow-on-k8s-operator] feng-tao commented on issue #8: Setup CI for the repo

2020-02-28 Thread GitBox
feng-tao commented on issue #8: Setup CI for the repo URL: https://github.com/apache/airflow-on-k8s-operator/issues/8#issuecomment-592913722 cc @kaxil , is it something we need to ask apache infra to help ? This is an automat

[jira] [Commented] (AIRFLOW-1230) Upstream_failed tasks are not executed when the DAG is restarted after failure

2020-02-28 Thread Qian Yu (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048223#comment-17048223 ] Qian Yu commented on AIRFLOW-1230: -- The problem is seems to be caused by what you are

[GitHub] [airflow] stale[bot] commented on issue #7150: [AIRFLOW-6547] remove unnecessary bunch of codes on pinot hook

2020-02-28 Thread GitBox
stale[bot] commented on issue #7150: [AIRFLOW-6547] remove unnecessary bunch of codes on pinot hook URL: https://github.com/apache/airflow/pull/7150#issuecomment-592881027 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no furt

[jira] [Updated] (AIRFLOW-6508) Update the version of cattrs from 0.9 to 1.0

2020-02-28 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6508: Fix Version/s: (was: 2.0.0) 1.10.10 > Update the version of cattrs from 0.

[jira] [Commented] (AIRFLOW-6918) don't use 'is' in if conditions comparing STATE

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048027#comment-17048027 ] ASF GitHub Bot commented on AIRFLOW-6918: - tooptoop4 commented on pull request

[GitHub] [airflow] tooptoop4 closed pull request #7589: [AIRFLOW-6918] don't use 'is' in if conditions comparing STATE

2020-02-28 Thread GitBox
tooptoop4 closed pull request #7589: [AIRFLOW-6918] don't use 'is' in if conditions comparing STATE URL: https://github.com/apache/airflow/pull/7589 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] saguziel commented on issue #7269: [AIRFLOW-6651] Add Redis Heartbeat option

2020-02-28 Thread GitBox
saguziel commented on issue #7269: [AIRFLOW-6651] Add Redis Heartbeat option URL: https://github.com/apache/airflow/pull/7269#issuecomment-592768775 BTW, this code is complex, but the complexity is stuck inside a single family of classes, which means it should not pollute the rest of the co

[GitHub] [airflow] saguziel commented on a change in pull request #7269: [AIRFLOW-6651] Add Redis Heartbeat option

2020-02-28 Thread GitBox
saguziel commented on a change in pull request #7269: [AIRFLOW-6651] Add Redis Heartbeat option URL: https://github.com/apache/airflow/pull/7269#discussion_r385961367 ## File path: airflow/jobs/base_job.py ## @@ -308,3 +316,24 @@ def query(result, items): len(

[jira] [Commented] (AIRFLOW-6871) Tree view unusable for large DAGs

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

[GitHub] [airflow] ashb merged pull request #7492: [AIRFLOW-6871] optimize tree view for large DAGs

2020-02-28 Thread GitBox
ashb merged pull request #7492: [AIRFLOW-6871] optimize tree view for large DAGs URL: https://github.com/apache/airflow/pull/7492 This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (AIRFLOW-6871) Tree view unusable for large DAGs

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048009#comment-17048009 ] ASF GitHub Bot commented on AIRFLOW-6871: - ashb commented on pull request #7492

[jira] [Commented] (AIRFLOW-6933) Pass in env vars for all operators

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

[jira] [Commented] (AIRFLOW-6933) Pass in env vars for all operators

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048002#comment-17048002 ] ASF GitHub Bot commented on AIRFLOW-6933: - saguziel commented on pull request #

[GitHub] [airflow] saguziel merged pull request #7576: [AIRFLOW-6933] Pass in env vars for all operators

2020-02-28 Thread GitBox
saguziel merged pull request #7576: [AIRFLOW-6933] Pass in env vars for all operators URL: https://github.com/apache/airflow/pull/7576 This is an automated message from the Apache Git Service. To respond to the message, plea

[jira] [Commented] (AIRFLOW-6918) don't use 'is' in if conditions comparing STATE

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047982#comment-17047982 ] ASF GitHub Bot commented on AIRFLOW-6918: - tooptoop4 commented on pull request

[GitHub] [airflow] tooptoop4 commented on issue #7589: [AIRFLOW-6918] don't use 'is' in if conditions comparing STATE

2020-02-28 Thread GitBox
tooptoop4 commented on issue #7589: [AIRFLOW-6918] don't use 'is' in if conditions comparing STATE URL: https://github.com/apache/airflow/pull/7589#issuecomment-592748850 https://github.com/apache/airflow/pull/7536/files was failing travis --

[GitHub] [airflow] tooptoop4 opened a new pull request #7589: [AIRFLOW-6918] don't use 'is' in if conditions comparing STATE

2020-02-28 Thread GitBox
tooptoop4 opened a new pull request #7589: [AIRFLOW-6918] don't use 'is' in if conditions comparing STATE URL: https://github.com/apache/airflow/pull/7589 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below

[GitHub] [airflow] codecov-io commented on issue #7576: [AIRFLOW-6933] Pass in env vars for all operators

2020-02-28 Thread GitBox
codecov-io commented on issue #7576: [AIRFLOW-6933] Pass in env vars for all operators URL: https://github.com/apache/airflow/pull/7576#issuecomment-592736786 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7576?src=pr&el=h1) Report > Merging [#7576](https://codecov.io/gh/apache/

[GitHub] [airflow] ashb commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli

2020-02-28 Thread GitBox
ashb commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli URL: https://github.com/apache/airflow/pull/7148#discussion_r385848185 ## File path: UPDATING.md ## @@ -316,13 +241,90 @@ The following configurations have been moved from

[GitHub] [airflow] feluelle commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli

2020-02-28 Thread GitBox
feluelle commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli URL: https://github.com/apache/airflow/pull/7148#discussion_r385840222 ## File path: airflow/models/taskinstance.py ## @@ -335,30 +335,46 @@ def generate_command(dag_i

[GitHub] [airflow] feluelle commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli

2020-02-28 Thread GitBox
feluelle commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli URL: https://github.com/apache/airflow/pull/7148#discussion_r385840014 ## File path: airflow/models/taskinstance.py ## @@ -335,30 +335,46 @@ def generate_command(dag_i

[GitHub] [airflow] zhongjiajie commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli

2020-02-28 Thread GitBox
zhongjiajie commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli URL: https://github.com/apache/airflow/pull/7148#discussion_r385821820 ## File path: UPDATING.md ## @@ -316,13 +241,90 @@ The following configurations have been mov

[GitHub] [airflow] zhongjiajie commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli

2020-02-28 Thread GitBox
zhongjiajie commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli URL: https://github.com/apache/airflow/pull/7148#discussion_r385817326 ## File path: airflow/models/taskinstance.py ## @@ -335,30 +335,46 @@ def generate_command(da

[GitHub] [airflow] houqp commented on issue #7492: [AIRFLOW-6871] optimize tree view for large DAGs

2020-02-28 Thread GitBox
houqp commented on issue #7492: [AIRFLOW-6871] optimize tree view for large DAGs URL: https://github.com/apache/airflow/pull/7492#issuecomment-592602336 @ashb updated if statement and CI is passing now :) This is an automated

[GitHub] [airflow] stale[bot] closed pull request #7023: Remove {table} line 94

2020-02-28 Thread GitBox
stale[bot] closed pull request #7023: Remove {table} line 94 URL: https://github.com/apache/airflow/pull/7023 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [airflow] roitvt removed a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-02-28 Thread GitBox
roitvt removed a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#issuecomment-592021693 @kaxil and @ashb I added test and fixed the things from your last review and you check again? Thanks --

[GitHub] [airflow] zhongjiajie commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli

2020-02-28 Thread GitBox
zhongjiajie commented on a change in pull request #7148: [AIRFLOW-6472] Correct short and long option in cli URL: https://github.com/apache/airflow/pull/7148#discussion_r385760633 ## File path: airflow/models/taskinstance.py ## @@ -347,18 +347,18 @@ def generate_command(da

[GitHub] [airflow] kaxil merged pull request #7588: [AIRFLOW-XXXX] Fix typo in bigquery_dts.rst

2020-02-28 Thread GitBox
kaxil merged pull request #7588: [AIRFLOW-] Fix typo in bigquery_dts.rst URL: https://github.com/apache/airflow/pull/7588 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Updated] (AIRFLOW-4431) Gantt chart tab do not showing

2020-02-28 Thread Ash Berlin-Taylor (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4431: --- Docs Text: (was: root@uat01:/home/airflow# pip list Package Version -

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id

2020-02-28 Thread GitBox
nuclearpinguin commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id URL: https://github.com/apache/airflow/pull/7583#discussion_r385732623 ## File path: airflow/api/common/experimental/mark_tasks.py ## @@ -187,7 +188,7 @

[GitHub] [airflow] kaxil opened a new pull request #7588: [AIRFLOW-XXXX] Fix typo in bigquery_dts.rst

2020-02-28 Thread GitBox
kaxil opened a new pull request #7588: [AIRFLOW-] Fix typo in bigquery_dts.rst URL: https://github.com/apache/airflow/pull/7588 Fix typo in bigquery_dts.rst --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark th

[jira] [Closed] (AIRFLOW-6952) Use property for dag default_view

2020-02-28 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula closed AIRFLOW-6952. -- Resolution: Fixed > Use property for dag default_view > - > >

[jira] [Commented] (AIRFLOW-6952) Use property for dag default_view

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

[jira] [Reopened] (AIRFLOW-6952) Use property for dag default_view

2020-02-28 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula reopened AIRFLOW-6952: > Use property for dag default_view > - > > K

[jira] [Resolved] (AIRFLOW-6952) Use property for dag default_view

2020-02-28 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula resolved AIRFLOW-6952. Fix Version/s: 2.0.0 Resolution: Fixed > Use property for dag default_view > -

[jira] [Commented] (AIRFLOW-6952) Use property for dag default_view

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047696#comment-17047696 ] ASF GitHub Bot commented on AIRFLOW-6952: - mik-laj commented on pull request #7

[GitHub] [airflow] mik-laj merged pull request #7579: [AIRFLOW-6952] Use property for dag default_view

2020-02-28 Thread GitBox
mik-laj merged pull request #7579: [AIRFLOW-6952] Use property for dag default_view URL: https://github.com/apache/airflow/pull/7579 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Resolved] (AIRFLOW-6957) Make retrieving Paused Dag ids a separate method

2020-02-28 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-6957. - Fix Version/s: 2.0.0 Resolution: Fixed > Make retrieving Paused Dag ids a separate metho

[jira] [Commented] (AIRFLOW-6957) Make retrieving Paused Dag ids a separate method

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047680#comment-17047680 ] ASF GitHub Bot commented on AIRFLOW-6957: - kaxil commented on pull request #758

[jira] [Commented] (AIRFLOW-6957) Make retrieving Paused Dag ids a separate method

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

[GitHub] [airflow] kaxil merged pull request #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method

2020-02-28 Thread GitBox
kaxil merged pull request #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method URL: https://github.com/apache/airflow/pull/7587 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [airflow] codecov-io commented on issue #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method

2020-02-28 Thread GitBox
codecov-io commented on issue #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method URL: https://github.com/apache/airflow/pull/7587#issuecomment-592534068 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7587?src=pr&el=h1) Report > :exclamation: No coverage upload

[GitHub] [airflow] ashb commented on a change in pull request #6788: WIP: [AIRFLOW-5944] Rendering templated_fields without accessing DAG files

2020-02-28 Thread GitBox
ashb commented on a change in pull request #6788: WIP: [AIRFLOW-5944] Rendering templated_fields without accessing DAG files URL: https://github.com/apache/airflow/pull/6788#discussion_r385721030 ## File path: airflow/utils/operator_helpers.py ## @@ -84,3 +85,24 @@ def con

[GitHub] [airflow] ashb commented on a change in pull request #6788: WIP: [AIRFLOW-5944] Rendering templated_fields without accessing DAG files

2020-02-28 Thread GitBox
ashb commented on a change in pull request #6788: WIP: [AIRFLOW-5944] Rendering templated_fields without accessing DAG files URL: https://github.com/apache/airflow/pull/6788#discussion_r385717231 ## File path: airflow/serialization/serialized_objects.py ## @@ -319,6 +320,9

[GitHub] [airflow] kaxil edited a comment on issue #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method

2020-02-28 Thread GitBox
kaxil edited a comment on issue #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method URL: https://github.com/apache/airflow/pull/7587#issuecomment-592527753 > Can you also add a test that checks if the DagFileProcessor ignores these DAGs? This is the core, and it's worth

[GitHub] [airflow] kaxil commented on issue #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method

2020-02-28 Thread GitBox
kaxil commented on issue #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method URL: https://github.com/apache/airflow/pull/7587#issuecomment-592527753 > Can you also add a test that checks if the DagFileProcessor ignores these DAGs? This is the core, and it's worth one mor

[GitHub] [airflow] kaxil edited a comment on issue #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method

2020-02-28 Thread GitBox
kaxil edited a comment on issue #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method URL: https://github.com/apache/airflow/pull/7587#issuecomment-592527753 > Can you also add a test that checks if the DagFileProcessor ignores these DAGs? This is the core, and it's worth

[jira] [Commented] (AIRFLOW-6838) Introduce real subcommands for Breeze

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047656#comment-17047656 ] ASF GitHub Bot commented on AIRFLOW-6838: - mik-laj commented on pull request #7

[GitHub] [airflow] mik-laj closed pull request #7458: [AIRFLOW-6838][WIP] Introduce real subcommands for Breeze

2020-02-28 Thread GitBox
mik-laj closed pull request #7458: [AIRFLOW-6838][WIP] Introduce real subcommands for Breeze URL: https://github.com/apache/airflow/pull/7458 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [airflow] mik-laj commented on issue #7458: [AIRFLOW-6838][WIP] Introduce real subcommands for Breeze

2020-02-28 Thread GitBox
mik-laj commented on issue #7458: [AIRFLOW-6838][WIP] Introduce real subcommands for Breeze URL: https://github.com/apache/airflow/pull/7458#issuecomment-592525441 Done: https://github.com/apache/airflow/pull/7515 This is an

[jira] [Commented] (AIRFLOW-6941) Add queries ccount test for create_dagrun

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

[jira] [Commented] (AIRFLOW-6941) Add queries ccount test for create_dagrun

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047653#comment-17047653 ] ASF GitHub Bot commented on AIRFLOW-6941: - mik-laj commented on pull request #7

[jira] [Resolved] (AIRFLOW-6941) Add queries ccount test for create_dagrun

2020-02-28 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula resolved AIRFLOW-6941. Resolution: Fixed > Add queries ccount test for create_dagrun > -

[jira] [Resolved] (AIRFLOW-6955) Only register signal handlers when DagFileProcessorManager is started

2020-02-28 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula resolved AIRFLOW-6955. Fix Version/s: 2.0.0 Resolution: Fixed > Only register signal handlers when DagFil

[jira] [Commented] (AIRFLOW-6955) Only register signal handlers when DagFileProcessorManager is started

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047651#comment-17047651 ] ASF GitHub Bot commented on AIRFLOW-6955: - mik-laj commented on pull request #7

[GitHub] [airflow] mik-laj merged pull request #7565: [AIRFLOW-6941] Add queries count test for create_dagrun

2020-02-28 Thread GitBox
mik-laj merged pull request #7565: [AIRFLOW-6941] Add queries count test for create_dagrun URL: https://github.com/apache/airflow/pull/7565 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (AIRFLOW-6955) Only register signal handlers when DagFileProcessorManager is started

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

[GitHub] [airflow] mik-laj merged pull request #7582: [AIRFLOW-6955] Only register signal handlers when DagFileProcessorManager is started

2020-02-28 Thread GitBox
mik-laj merged pull request #7582: [AIRFLOW-6955] Only register signal handlers when DagFileProcessorManager is started URL: https://github.com/apache/airflow/pull/7582 This is an automated message from the Apache Git Servic

[GitHub] [airflow] mik-laj commented on issue #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method

2020-02-28 Thread GitBox
mik-laj commented on issue #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method URL: https://github.com/apache/airflow/pull/7587#issuecomment-592522402 Can you also add a test that checks if the DagFileProcessor ignores these DAGs? This is the core, and it's worth one mor

[GitHub] [airflow] codecov-io edited a comment on issue #7585: [AIRFLOW-6944] Allow AWS DataSync to "catch up" when Task is already …

2020-02-28 Thread GitBox
codecov-io edited a comment on issue #7585: [AIRFLOW-6944] Allow AWS DataSync to "catch up" when Task is already … URL: https://github.com/apache/airflow/pull/7585#issuecomment-592522118 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7585?src=pr&el=h1) Report > Merging [#7585](h

[GitHub] [airflow] codecov-io commented on issue #7585: [AIRFLOW-6944] Allow AWS DataSync to "catch up" when Task is already …

2020-02-28 Thread GitBox
codecov-io commented on issue #7585: [AIRFLOW-6944] Allow AWS DataSync to "catch up" when Task is already … URL: https://github.com/apache/airflow/pull/7585#issuecomment-592522118 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7585?src=pr&el=h1) Report > Merging [#7585](https://

[GitHub] [airflow] codecov-io commented on issue #7584: [AIRFLOW-6956] Extract kill_child_processes_by_pids from DagFileProcessorManager

2020-02-28 Thread GitBox
codecov-io commented on issue #7584: [AIRFLOW-6956] Extract kill_child_processes_by_pids from DagFileProcessorManager URL: https://github.com/apache/airflow/pull/7584#issuecomment-592517938 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7584?src=pr&el=h1) Report > Merging [#7584

[jira] [Commented] (AIRFLOW-6948) Remove ASCII Airflow from version command

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

[jira] [Commented] (AIRFLOW-6948) Remove ASCII Airflow from version command

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047600#comment-17047600 ] ASF GitHub Bot commented on AIRFLOW-6948: - kaxil commented on pull request #757

[jira] [Resolved] (AIRFLOW-6948) Remove ASCII Airflow from version command

2020-02-28 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-6948. - Fix Version/s: 1.10.10 Resolution: Fixed > Remove ASCII Airflow from version command > -

[GitHub] [airflow] kaxil merged pull request #7572: [AIRFLOW-6948] Remove ASCII Airflow from version command

2020-02-28 Thread GitBox
kaxil merged pull request #7572: [AIRFLOW-6948] Remove ASCII Airflow from version command URL: https://github.com/apache/airflow/pull/7572 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] stale[bot] commented on issue #4245: [AIRFLOW-3404] Add Amazon SES support

2020-02-28 Thread GitBox
stale[bot] commented on issue #4245: [AIRFLOW-3404] Add Amazon SES support URL: https://github.com/apache/airflow/pull/4245#issuecomment-592507542 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank

[GitHub] [airflow] kaxil commented on issue #7578: [AIRFLOW-6856] BugFix: Paused Dags still Scheduled

2020-02-28 Thread GitBox
kaxil commented on issue #7578: [AIRFLOW-6856] BugFix: Paused Dags still Scheduled URL: https://github.com/apache/airflow/pull/7578#issuecomment-592507379 > Should we add tests to avoid regression? Created a new PR: https://github.com/apache/airflow/pull/7587 for it

[jira] [Resolved] (AIRFLOW-6950) Remove refresh_executor_config from refresh_from_db

2020-02-28 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-6950. - Resolution: Fixed > Remove refresh_executor_config from refresh_from_db > -

[jira] [Commented] (AIRFLOW-6950) Remove refresh_executor_config from refresh_from_db

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

[jira] [Commented] (AIRFLOW-6950) Remove refresh_executor_config from refresh_from_db

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047590#comment-17047590 ] ASF GitHub Bot commented on AIRFLOW-6950: - kaxil commented on pull request #757

[GitHub] [airflow] kaxil merged pull request #7577: [AIRFLOW-6950] Remove refresh_executor_config from ti.refresh_from_db

2020-02-28 Thread GitBox
kaxil merged pull request #7577: [AIRFLOW-6950] Remove refresh_executor_config from ti.refresh_from_db URL: https://github.com/apache/airflow/pull/7577 This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (AIRFLOW-6957) Make retrieving Paused Dag ids a separate method

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047589#comment-17047589 ] ASF GitHub Bot commented on AIRFLOW-6957: - kaxil commented on pull request #758

[GitHub] [airflow] kaxil merged pull request #7586: [AIRFLOW-XXXX] Add airflow/utils/dag_processing.py to boring-cyborg.yml

2020-02-28 Thread GitBox
kaxil merged pull request #7586: [AIRFLOW-] Add airflow/utils/dag_processing.py to boring-cyborg.yml URL: https://github.com/apache/airflow/pull/7586 This is an automated message from the Apache Git Service. To respond t

[GitHub] [airflow] codecov-io commented on issue #7572: [AIRFLOW-6948] Remove ASCII Airflow from version command

2020-02-28 Thread GitBox
codecov-io commented on issue #7572: [AIRFLOW-6948] Remove ASCII Airflow from version command URL: https://github.com/apache/airflow/pull/7572#issuecomment-592504957 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7572?src=pr&el=h1) Report > Merging [#7572](https://codecov.io/gh/

[GitHub] [airflow] kaxil opened a new pull request #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method

2020-02-28 Thread GitBox
kaxil opened a new pull request #7587: [AIRFLOW-6957] Make retrieving Paused Dag ids a separate method URL: https://github.com/apache/airflow/pull/7587 Separating it out to a method makes it easy to test "just that" functionality. --- Issue link: WILL BE INSERTED BY [bor

[jira] [Created] (AIRFLOW-6957) Make retrieving Paused Dag ids a separate method

2020-02-28 Thread Kaxil Naik (Jira)
Kaxil Naik created AIRFLOW-6957: --- Summary: Make retrieving Paused Dag ids a separate method Key: AIRFLOW-6957 URL: https://issues.apache.org/jira/browse/AIRFLOW-6957 Project: Apache Airflow Iss

[GitHub] [airflow] mik-laj opened a new pull request #7586: [AIRFLOW-XXXX] Add airflow/utils/dag_processing.py to boring-cyborg.yml

2020-02-28 Thread GitBox
mik-laj opened a new pull request #7586: [AIRFLOW-] Add airflow/utils/dag_processing.py to boring-cyborg.yml URL: https://github.com/apache/airflow/pull/7586 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxe

[GitHub] [airflow] baolsen commented on issue #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client

2020-02-28 Thread GitBox
baolsen commented on issue #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client URL: https://github.com/apache/airflow/pull/7541#issuecomment-592492686 Hi @feluelle Thanks for all the feedback. I had some nasty issues with Git and am busy getting things back to the right st

[jira] [Commented] (AIRFLOW-6944) Allow AWS DataSync to "catch up" when Task is already running

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047540#comment-17047540 ] ASF GitHub Bot commented on AIRFLOW-6944: - baolsen commented on pull request #7

[GitHub] [airflow] baolsen opened a new pull request #7585: [AIRFLOW-6944] Allow AWS DataSync to "catch up" when Task is already …

2020-02-28 Thread GitBox
baolsen opened a new pull request #7585: [AIRFLOW-6944] Allow AWS DataSync to "catch up" when Task is already … URL: https://github.com/apache/airflow/pull/7585 …running --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure t

[GitHub] [airflow] mik-laj commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id

2020-02-28 Thread GitBox
mik-laj commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id URL: https://github.com/apache/airflow/pull/7583#discussion_r385666195 ## File path: airflow/models/dagrun.py ## @@ -97,12 +94,11 @@ def set_state(self, state)

[GitHub] [airflow] codecov-io commented on issue #7582: [AIRFLOW-6955] Only register signal handlers when DagFileProcessorManager is started

2020-02-28 Thread GitBox
codecov-io commented on issue #7582: [AIRFLOW-6955] Only register signal handlers when DagFileProcessorManager is started URL: https://github.com/apache/airflow/pull/7582#issuecomment-592487832 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7582?src=pr&el=h1) Report > Merging [#

[GitHub] [airflow] mik-laj commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id

2020-02-28 Thread GitBox
mik-laj commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id URL: https://github.com/apache/airflow/pull/7583#discussion_r385657973 ## File path: airflow/api/common/experimental/mark_tasks.py ## @@ -187,7 +188,7 @@ def g

[GitHub] [airflow] mik-laj commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id

2020-02-28 Thread GitBox
mik-laj commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id URL: https://github.com/apache/airflow/pull/7583#discussion_r385657072 ## File path: airflow/models/dagrun.py ## @@ -97,12 +94,11 @@ def set_state(self, state)

[GitHub] [airflow] mik-laj commented on a change in pull request #7535: [AIRFLOW-6915] Adds AI Platform Console link for MLEngineStartTrainingOperator

2020-02-28 Thread GitBox
mik-laj commented on a change in pull request #7535: [AIRFLOW-6915] Adds AI Platform Console link for MLEngineStartTrainingOperator URL: https://github.com/apache/airflow/pull/7535#discussion_r385655996 ## File path: airflow/providers/google/cloud/operators/mlengine.py ##

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-02-28 Thread GitBox
nuclearpinguin commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r385650903 ## File path: airflow/providers/mysql/hooks/mysql.py ## @@ -11

[jira] [Commented] (AIRFLOW-6956) Extract kill_child_processes_by_pids from DagFileProcessorManager

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047512#comment-17047512 ] ASF GitHub Bot commented on AIRFLOW-6956: - mik-laj commented on pull request #7

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id

2020-02-28 Thread GitBox
nuclearpinguin commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id URL: https://github.com/apache/airflow/pull/7583#discussion_r385650371 ## File path: airflow/models/dagrun.py ## @@ -97,12 +94,11 @@ def set_state(self,

[GitHub] [airflow] ashb commented on issue #7343: [AIRFLOW-6719] Introduce pyupgrade to enforce latest syntax

2020-02-28 Thread GitBox
ashb commented on issue #7343: [AIRFLOW-6719] Introduce pyupgrade to enforce latest syntax URL: https://github.com/apache/airflow/pull/7343#issuecomment-592476524 Closed in favour of #7573 This is an automated message from t

[GitHub] [airflow] ashb closed pull request #7343: [AIRFLOW-6719] Introduce pyupgrade to enforce latest syntax

2020-02-28 Thread GitBox
ashb closed pull request #7343: [AIRFLOW-6719] Introduce pyupgrade to enforce latest syntax URL: https://github.com/apache/airflow/pull/7343 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [airflow] mik-laj opened a new pull request #7584: [AIRFLOW-6956] Extract kill_child_processes_by_pids from DagFileProcessorManager

2020-02-28 Thread GitBox
mik-laj opened a new pull request #7584: [AIRFLOW-6956] Extract kill_child_processes_by_pids from DagFileProcessorManager URL: https://github.com/apache/airflow/pull/7584 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to

[jira] [Commented] (AIRFLOW-6719) Introduce pyupgrade to enforce latest syntax

2020-02-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047511#comment-17047511 ] ASF GitHub Bot commented on AIRFLOW-6719: - ashb commented on pull request #7343

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6670: [AIRFLOW-4816]MySqlToS3Operator

2020-02-28 Thread GitBox
nuclearpinguin commented on a change in pull request #6670: [AIRFLOW-4816]MySqlToS3Operator URL: https://github.com/apache/airflow/pull/6670#discussion_r385649342 ## File path: tests/providers/amazon/aws/operators/test_mysql_to_s3_operator.py ## @@ -0,0 +1,61 @@ +# +# Lice

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6670: [AIRFLOW-4816]MySqlToS3Operator

2020-02-28 Thread GitBox
nuclearpinguin commented on a change in pull request #6670: [AIRFLOW-4816]MySqlToS3Operator URL: https://github.com/apache/airflow/pull/6670#discussion_r385649342 ## File path: tests/providers/amazon/aws/operators/test_mysql_to_s3_operator.py ## @@ -0,0 +1,61 @@ +# +# Lice

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6670: [AIRFLOW-4816]MySqlToS3Operator

2020-02-28 Thread GitBox
nuclearpinguin commented on a change in pull request #6670: [AIRFLOW-4816]MySqlToS3Operator URL: https://github.com/apache/airflow/pull/6670#discussion_r385649183 ## File path: tests/providers/amazon/aws/operators/test_mysql_to_s3_operator.py ## @@ -0,0 +1,61 @@ +# +# Lice

[GitHub] [airflow] nuclearpinguin commented on issue #6565: [AIRFLOW-5909] Enable mapping to BYTEs type to sql_to_gcs operator

2020-02-28 Thread GitBox
nuclearpinguin commented on issue #6565: [AIRFLOW-5909] Enable mapping to BYTEs type to sql_to_gcs operator URL: https://github.com/apache/airflow/pull/6565#issuecomment-592475430 > Hi @nuclearpinguin Thanks for reviewing. It looks like we have some test cases for mysql_to_gcs operator in

[GitHub] [airflow] mik-laj commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id

2020-02-28 Thread GitBox
mik-laj commented on a change in pull request #7583: [AIRFLOW-6954] Use DagRunType instead of ID_PREFIX in run_id URL: https://github.com/apache/airflow/pull/7583#discussion_r385648477 ## File path: airflow/models/dagrun.py ## @@ -97,12 +94,11 @@ def set_state(self, state)

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7535: [AIRFLOW-6915] Adds AI Platform Console link for MLEngineStartTrainingOperator

2020-02-28 Thread GitBox
nuclearpinguin commented on a change in pull request #7535: [AIRFLOW-6915] Adds AI Platform Console link for MLEngineStartTrainingOperator URL: https://github.com/apache/airflow/pull/7535#discussion_r385647879 ## File path: airflow/providers/google/cloud/operators/mlengine.py #

[jira] [Created] (AIRFLOW-6956) Extract kill_child_processes_by_pids from DagFileProcessorManager

2020-02-28 Thread Kamil Bregula (Jira)
Kamil Bregula created AIRFLOW-6956: -- Summary: Extract kill_child_processes_by_pids from DagFileProcessorManager Key: AIRFLOW-6956 URL: https://issues.apache.org/jira/browse/AIRFLOW-6956 Project: Apac

  1   2   >