[GitHub] [airflow] jhtimmins commented on a change in pull request #10594: WIP: Add permissions for stable API

2020-08-31 Thread GitBox
jhtimmins commented on a change in pull request #10594: URL: https://github.com/apache/airflow/pull/10594#discussion_r480819521 ## File path: airflow/www/security.py ## @@ -505,6 +507,7 @@ def sync_roles(self): :return: None. """ +# breakpoint()

[GitHub] [airflow] jhtimmins commented on a change in pull request #10594: WIP: Add permissions for stable API

2020-08-31 Thread GitBox
jhtimmins commented on a change in pull request #10594: URL: https://github.com/apache/airflow/pull/10594#discussion_r480818779 ## File path: airflow/www/security.py ## @@ -521,6 +524,18 @@ def sync_roles(self): self.update_admin_perm_view()

[GitHub] [airflow] coopergillan opened a new pull request #10671: Add more type annotations to AWS hooks

2020-08-31 Thread GitBox
coopergillan opened a new pull request #10671: URL: https://github.com/apache/airflow/pull/10671 Add type annotations to several more AWS hooks. Fill in the last annotation for a few others as well. related: #9708 --- **^ Add meaningful description above** Read the

[GitHub] [airflow] houqp commented on a change in pull request #10652: add securitySchemes in openapi spec

2020-08-31 Thread GitBox
houqp commented on a change in pull request #10652: URL: https://github.com/apache/airflow/pull/10652#discussion_r480680965 ## File path: airflow/api_connexion/openapi/v1.yaml ## @@ -2716,6 +2716,15 @@ components: # Reusable callbacks callbacks: {} + securitySchemes:

[airflow] tag nightly-master updated (4476a09 -> f40ac9b)

2020-08-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag nightly-master in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag nightly-master was modified! *** from 4476a09 (commit) to f40ac9b (commit) from

[GitHub] [airflow] scottrigby edited a comment on issue #10523: Host Airflow-managed Helm repo

2020-08-31 Thread GitBox
scottrigby edited a comment on issue #10523: URL: https://github.com/apache/airflow/issues/10523#issuecomment-684078575 @potiuk I'm happy to help ask chart users and maintainers to contribute to a migration guide. The current stable/airflow maintainers are here:

[GitHub] [airflow] potiuk merged pull request #9444: Add placement_strategy option

2020-08-31 Thread GitBox
potiuk merged pull request #9444: URL: https://github.com/apache/airflow/pull/9444 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[airflow] branch master updated: Add placement_strategy option (#9444)

2020-08-31 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk 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 f40ac9b Add placement_strategy option (#9444)

[GitHub] [airflow] potiuk commented on pull request #9444: Add placement_strategy option

2020-08-31 Thread GitBox
potiuk commented on pull request #9444: URL: https://github.com/apache/airflow/pull/9444#issuecomment-684106979 Cool! What's next :)? This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] mik-laj commented on pull request #10638: Simplify load connection in LocalFilesystemBackend

2020-08-31 Thread GitBox
mik-laj commented on pull request #10638: URL: https://github.com/apache/airflow/pull/10638#issuecomment-684105624 @potiuk. I added backward compatibility. We have two similar functions: load_connection and load_connections_dict, but I would like all the functions responsible for loading

[GitHub] [airflow] kanga333 commented on pull request #9444: Add placement_strategy option

2020-08-31 Thread GitBox
kanga333 commented on pull request #9444: URL: https://github.com/apache/airflow/pull/9444#issuecomment-684105173 @potiuk Thanks for your review. I've rebased to the latest master and confirmed that the CI will pass. This

[GitHub] [airflow] potiuk commented on pull request #10670: Add packages to function names in bash

2020-08-31 Thread GitBox
potiuk commented on pull request #10670: URL: https://github.com/apache/airflow/pull/10670#issuecomment-684104998 cc: @OmairK This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [airflow] mik-laj commented on a change in pull request #10664: Validate values.yaml

2020-08-31 Thread GitBox
mik-laj commented on a change in pull request #10664: URL: https://github.com/apache/airflow/pull/10664#discussion_r480472704 ## File path: chart/values.schema.json ## @@ -0,0 +1,1250 @@ +{ +"$schema": "http://json-schema.org/draft-07/schema;, +"description": "Default

[GitHub] [airflow] mik-laj commented on a change in pull request #10664: Validate values.yaml

2020-08-31 Thread GitBox
mik-laj commented on a change in pull request #10664: URL: https://github.com/apache/airflow/pull/10664#discussion_r480472378 ## File path: chart/values.schema.json ## @@ -0,0 +1,1250 @@ +{ +"$schema": "http://json-schema.org/draft-07/schema;, +"description": "Default

[GitHub] [airflow] potiuk opened a new pull request #10670: Add packages to function names in bash

2020-08-31 Thread GitBox
potiuk opened a new pull request #10670: URL: https://github.com/apache/airflow/pull/10670 Inspired by the Google Shell Guide where they mentioned separating package names with :: I realized that this was one of the missing pieces in the bash scripts of ours. While we already

[GitHub] [airflow] alexbegg commented on pull request #2460: [AIRFLOW-1424] make the next execution date of DAGs visible

2020-08-31 Thread GitBox
alexbegg commented on pull request #2460: URL: https://github.com/apache/airflow/pull/2460#issuecomment-684083145 Another snag I ran into is I tried to replicate this functionality on top of the latest master branch changes: I can't figure out how to access the `schedulable_at` and

[jira] [Commented] (AIRFLOW-1424) Make the next execution date of DAGs visible

2020-08-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17188038#comment-17188038 ] ASF GitHub Bot commented on AIRFLOW-1424: - alexbegg edited a comment on pull request #2460:

[GitHub] [airflow] alexbegg edited a comment on pull request #2460: [AIRFLOW-1424] make the next execution date of DAGs visible

2020-08-31 Thread GitBox
alexbegg edited a comment on pull request #2460: URL: https://github.com/apache/airflow/pull/2460#issuecomment-684010238 @ultrabug Going over this whole thread, I want some clarification before I dive deeper into development this: 1. Will this show the next execution date for a DAG

[jira] [Commented] (AIRFLOW-1424) Make the next execution date of DAGs visible

2020-08-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17188037#comment-17188037 ] ASF GitHub Bot commented on AIRFLOW-1424: - alexbegg commented on pull request #2460: URL:

[GitHub] [airflow] scottrigby commented on issue #10523: Host Airflow-managed Helm repo

2020-08-31 Thread GitBox
scottrigby commented on issue #10523: URL: https://github.com/apache/airflow/issues/10523#issuecomment-684078575 @potiuk I'm happy to help ask chart users and maintainers to contribute to a migration guide. The current stable/airflow maintainers are here:

[GitHub] [airflow] potiuk commented on issue #10667: Licensing risks

2020-08-31 Thread GitBox
potiuk commented on issue #10667: URL: https://github.com/apache/airflow/issues/10667#issuecomment-684063437 Sure - I am perfectly ok with that - and documenting is a good thing. I just think we are spinning in circles a bit - I thought we reached conclusions and explained all

[GitHub] [airflow-client-go] houqp commented on pull request #5: add test & doc for authentication

2020-08-31 Thread GitBox
houqp commented on pull request #5: URL: https://github.com/apache/airflow-client-go/pull/5#issuecomment-684057510 @feluelle it would be 1.13, that's when go has the module feature fully backed into the official tooling.

[GitHub] [airflow] ryw commented on issue #10667: Licensing risks

2020-08-31 Thread GitBox
ryw commented on issue #10667: URL: https://github.com/apache/airflow/issues/10667#issuecomment-684030568 We should seek to eliminate category-x dependencies/references, if possible, as the cleanest resolution. For those that we cannot get rid of, or don't think we must get rid of

[GitHub] [airflow] mik-laj opened a new pull request #10669: Unify command names in CLI

2020-08-31 Thread GitBox
mik-laj opened a new pull request #10669: URL: https://github.com/apache/airflow/pull/10669 Diff: https://www.diffchecker.com/IrrA57LV --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] potiuk edited a comment on pull request #10668: Remove requirements from the project.

2020-08-31 Thread GitBox
potiuk edited a comment on pull request #10668: URL: https://github.com/apache/airflow/pull/10668#issuecomment-684026184 Looing forward to result of Snyk with those removed :) This is an automated message from the Apache Git

[GitHub] [airflow] potiuk commented on pull request #10668: Remove requirements from the project.

2020-08-31 Thread GitBox
potiuk commented on pull request #10668: URL: https://github.com/apache/airflow/pull/10668#issuecomment-684026184 Looing forward to result of Snyke with those removed :) This is an automated message from the Apache Git

[airflow] branch master updated (aff8c76 -> 901ecf7)

2020-08-31 Thread ryw
This is an automated email from the ASF dual-hosted git repository. ryw pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from aff8c76 Add example on airflow users create --help (#10662) add 901ecf7 Remove requirements from the project.

[GitHub] [airflow] potiuk edited a comment on issue #10667: Licensing risks

2020-08-31 Thread GitBox
potiuk edited a comment on issue #10667: URL: https://github.com/apache/airflow/issues/10667#issuecomment-684025212 Duplicate of #9898 Just to give a bit of context here: As an ASF project we are bound by the https://www.apache.org/legal/resolved.html We've discussed most

[GitHub] [airflow] potiuk commented on issue #10667: Licensing risks

2020-08-31 Thread GitBox
potiuk commented on issue #10667: URL: https://github.com/apache/airflow/issues/10667#issuecomment-684025212 Duplicate of #9898 Just to give a bit of context here: As an ASF project we are bound by the https://www.apache.org/legal/resolved.html We've discussed most (if not

[GitHub] [airflow] ryw commented on pull request #10668: Remove requirements from the project.

2020-08-31 Thread GitBox
ryw commented on pull request #10668: URL: https://github.com/apache/airflow/pull/10668#issuecomment-684025015 Yes scanners have been no fun for me either - but cleaning this up as much as possible helps us to avoid probably hundreds of frustrating conversations :)

[airflow] branch master updated (aff8c76 -> 901ecf7)

2020-08-31 Thread ryw
This is an automated email from the ASF dual-hosted git repository. ryw pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from aff8c76 Add example on airflow users create --help (#10662) add 901ecf7 Remove requirements from the project.

[GitHub] [airflow] ryw merged pull request #10668: Remove requirements from the project.

2020-08-31 Thread GitBox
ryw merged pull request #10668: URL: https://github.com/apache/airflow/pull/10668 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] potiuk edited a comment on pull request #10668: Remove requirements from the project.

2020-08-31 Thread GitBox
potiuk edited a comment on pull request #10668: URL: https://github.com/apache/airflow/pull/10668#issuecomment-684016811 Fun fact: I lost the trust in Black Duck when we saw a number of games (?) detected in the source code of Android (where there was obviously none of them present) and

[GitHub] [airflow] potiuk commented on pull request #10668: Remove requirements from the project.

2020-08-31 Thread GitBox
potiuk commented on pull request #10668: URL: https://github.com/apache/airflow/pull/10668#issuecomment-684016811 Fun fact: I lost the trust in Black Duck when we saw a number of games (?) detected in the source code of Android (where there was obviously none of them present) and when we

[GitHub] [airflow] potiuk commented on pull request #10668: Remove requirements from the project.

2020-08-31 Thread GitBox
potiuk commented on pull request #10668: URL: https://github.com/apache/airflow/pull/10668#issuecomment-684014007 > Looks good to me - will report back what Snyk thinks of Airflow w/ these files removed, once this PR is merged :) Yep. I am always interested in those scanners. I used

[GitHub] [airflow] ryw closed pull request #10665: DRAFT: Experimentally remove unidecode

2020-08-31 Thread GitBox
ryw closed pull request #10665: URL: https://github.com/apache/airflow/pull/10665 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] ryw commented on pull request #10665: DRAFT: Experimentally remove unidecode

2020-08-31 Thread GitBox
ryw commented on pull request #10665: URL: https://github.com/apache/airflow/pull/10665#issuecomment-684011576 Closing this in favor of #10668 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (AIRFLOW-1424) Make the next execution date of DAGs visible

2020-08-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187985#comment-17187985 ] ASF GitHub Bot commented on AIRFLOW-1424: - alexbegg commented on pull request #2460: URL:

[GitHub] [airflow] alexbegg commented on pull request #2460: [AIRFLOW-1424] make the next execution date of DAGs visible

2020-08-31 Thread GitBox
alexbegg commented on pull request #2460: URL: https://github.com/apache/airflow/pull/2460#issuecomment-684010238 @ultrabug Going over this whole thread, I want some clarification before I step in to development for this: 1. Will this show the next execution date for a DAG which has

[GitHub] [airflow] potiuk commented on pull request #10665: DRAFT: Experimentally remove unidecode

2020-08-31 Thread GitBox
potiuk commented on pull request #10665: URL: https://github.com/apache/airflow/pull/10665#issuecomment-684010452 PR here: https://github.com/apache/airflow/pull/10668 This is an automated message from the Apache Git

[GitHub] [airflow] potiuk commented on pull request #10668: Remove requirements from the project.

2020-08-31 Thread GitBox
potiuk commented on pull request #10668: URL: https://github.com/apache/airflow/pull/10668#issuecomment-684009873 Since we already released 1.10.12 - we can now safely remove the requirement files. The image building process for both 1.10 and master branch is not using them any more.

[GitHub] [airflow] potiuk opened a new pull request #10668: Remove requirements from the project.

2020-08-31 Thread GitBox
potiuk opened a new pull request #10668: URL: https://github.com/apache/airflow/pull/10668 The requirements are not needed any more. We replaced them with a new, better "constraints" mechanism where constraints are stored in a separate, orphaned branches in the repository and they

[GitHub] [airflow] potiuk edited a comment on pull request #10665: DRAFT: Experimentally remove unidecode

2020-08-31 Thread GitBox
potiuk edited a comment on pull request #10665: URL: https://github.com/apache/airflow/pull/10665#issuecomment-684008648 BTW. The vulnerability scanner will likely still show those dependencies, if it is actually working (I would love to hear if it does). As explained, the

[GitHub] [airflow] potiuk commented on pull request #10665: DRAFT: Experimentally remove unidecode

2020-08-31 Thread GitBox
potiuk commented on pull request #10665: URL: https://github.com/apache/airflow/pull/10665#issuecomment-684008648 BTW. The vulnerability scanner will likely still show those dependencies, if it is actually working (I would love to hear if it does). As explained, the dependencies in

[GitHub] [airflow] pgagnon commented on pull request #9935: Fix bug in executor_config when defining resources

2020-08-31 Thread GitBox
pgagnon commented on pull request #9935: URL: https://github.com/apache/airflow/pull/9935#issuecomment-684006824 @dimberman ``` executor_config={ "KubernetesExecutor": { "annotations": { "iam.amazonaws.com/role":

[GitHub] [airflow] dimberman commented on pull request #9935: Fix bug in executor_config when defining resources

2020-08-31 Thread GitBox
dimberman commented on pull request #9935: URL: https://github.com/apache/airflow/pull/9935#issuecomment-684005713 @pgagnon can you please post the executor_config that worked before but is now broken? This is an automated

[GitHub] [airflow] potiuk commented on pull request #10665: DRAFT: Experimentally remove unidecode

2020-08-31 Thread GitBox
potiuk commented on pull request #10665: URL: https://github.com/apache/airflow/pull/10665#issuecomment-684004562 The PR is coming as you speak. BTW. See the https://github.com/apache/airflow/blob/master/requirements/REMOVE.md note that I left before.

[GitHub] [airflow] pgagnon commented on pull request #9935: Fix bug in executor_config when defining resources

2020-08-31 Thread GitBox
pgagnon commented on pull request #9935: URL: https://github.com/apache/airflow/pull/9935#issuecomment-684003991 Yeah, I got: ``` [2020-08-31 18:05:26,015] {{scheduler_job.py:1401}} ERROR - Exception when executing execute_helper Traceback (most recent call last): File

[GitHub] [airflow] ryw commented on pull request #10665: DRAFT: Experimentally remove unidecode

2020-08-31 Thread GitBox
ryw commented on pull request #10665: URL: https://github.com/apache/airflow/pull/10665#issuecomment-684003525 Thanks @potiuk who will remove these unused files + when? I'm responding to the output of our vulnerability scanner.

[GitHub] [airflow] potiuk commented on pull request #10665: DRAFT: Experimentally remove unidecode

2020-08-31 Thread GitBox
potiuk commented on pull request #10665: URL: https://github.com/apache/airflow/pull/10665#issuecomment-684001008 FYI. @ryw - those files are not used anymore (we were waiting for 1.10.12 to be released to remove them). And the name is indeed misleading so no wonder you thought those are

[GitHub] [airflow] ryw opened a new issue #10667: Licensing risks

2020-08-31 Thread GitBox
ryw opened a new issue #10667: URL: https://github.com/apache/airflow/issues/10667 I've pulled together a list of questionable licenses that license scanners will pick up for Airflow. Ideally we should look to remove the dependencies from the project. | Component | Project |

[GitHub] [airflow] ryw commented on pull request #10665: DRAFT: Experimentally remove unidecode

2020-08-31 Thread GitBox
ryw commented on pull request #10665: URL: https://github.com/apache/airflow/pull/10665#issuecomment-683999560 i'm trying to understand the licensing risks we have in the project - and realized that perhaps we can just remove Unidecode from codebase - tests don't fail on this branch - can

[GitHub] [airflow] dimberman commented on pull request #9935: Fix bug in executor_config when defining resources

2020-08-31 Thread GitBox
dimberman commented on pull request #9935: URL: https://github.com/apache/airflow/pull/9935#issuecomment-683997363 @pgagnon has this broken the API for you? These lines should allow that https://github.com/apache/airflow/pull/9935/files#diff-868ed785b2a336f20cb6a577dde2502aR362-R363

[GitHub] [airflow] pgagnon commented on pull request #9935: Fix bug in executor_config when defining resources

2020-08-31 Thread GitBox
pgagnon commented on pull request #9935: URL: https://github.com/apache/airflow/pull/9935#issuecomment-683990760 FYI, this is a breaking API change. Old syntax was: `"resources": {"request_memory": "2Gi", "limit_memory": "2Gi"},` But now requests and limits need

[GitHub] [airflow] dimberman commented on pull request #10666: Add on_kill support for the KubernetesPodOperator

2020-08-31 Thread GitBox
dimberman commented on pull request #10666: URL: https://github.com/apache/airflow/pull/10666#issuecomment-683986627 cc: @jhtimmins This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [airflow] dimberman opened a new pull request #10666: Add on_kill support for the KubernetesPodOperator

2020-08-31 Thread GitBox
dimberman opened a new pull request #10666: URL: https://github.com/apache/airflow/pull/10666 This PR ensures that when a user kills a KubernetesPodOperator task in the airflow UI, that the associated pod is also killed using the on_kill method. --- **^ Add

[GitHub] [airflow] gardnerdev commented on pull request #10600: updating redis to bitnami distribution due to security limitation

2020-08-31 Thread GitBox
gardnerdev commented on pull request #10600: URL: https://github.com/apache/airflow/pull/10600#issuecomment-683978963 @potiuk thank you! "create_user_job" is here by mistake. I made pull request here: #10291 . I'll try to do separate PR. Thank you

[GitHub] [airflow] ryw opened a new pull request #10665: DRAFT: Experimentally remove unidecode

2020-08-31 Thread GitBox
ryw opened a new pull request #10665: URL: https://github.com/apache/airflow/pull/10665 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more

[GitHub] [airflow] potiuk commented on pull request #10598: Updating postgresql distribution

2020-08-31 Thread GitBox
potiuk commented on pull request #10598: URL: https://github.com/apache/airflow/pull/10598#issuecomment-683965427 I am closing this one in favour of #10600. This is an automated message from the Apache Git Service. To

[GitHub] [airflow] potiuk closed pull request #10598: Updating postgresql distribution

2020-08-31 Thread GitBox
potiuk closed pull request #10598: URL: https://github.com/apache/airflow/pull/10598 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [airflow] potiuk commented on a change in pull request #10600: updating redis to bitnami distribution due to security limitation

2020-08-31 Thread GitBox
potiuk commented on a change in pull request #10600: URL: https://github.com/apache/airflow/pull/10600#discussion_r480323012 ## File path: chart/values.yaml ## @@ -79,8 +79,8 @@ images: tag: 0.11.0 pullPolicy: IfNotPresent redis: -repository: redis -tag:

[airflow] branch master updated (4fd81f5 -> aff8c76)

2020-08-31 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 4fd81f5 Add howto doc for Salesforce connection (#10482) add aff8c76 Add example on airflow users create

[airflow] branch master updated (4fd81f5 -> aff8c76)

2020-08-31 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 4fd81f5 Add howto doc for Salesforce connection (#10482) add aff8c76 Add example on airflow users create

[GitHub] [airflow] potiuk commented on pull request #10662: Add example on airflow users create --help

2020-08-31 Thread GitBox
potiuk commented on pull request #10662: URL: https://github.com/apache/airflow/pull/10662#issuecomment-683960785  . Always had to recreate it from memory. This is an automated message from the Apache Git Service. To

[GitHub] [airflow] potiuk merged pull request #10662: Add example on airflow users create --help

2020-08-31 Thread GitBox
potiuk merged pull request #10662: URL: https://github.com/apache/airflow/pull/10662 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [airflow] dimberman commented on issue #10586: KubernetesPodOperator truncates logs

2020-08-31 Thread GitBox
dimberman commented on issue #10586: URL: https://github.com/apache/airflow/issues/10586#issuecomment-683959236 @SamWheating I'd say retrieve all logs in all cases. The fact that these are truncated is a bug. Glad to help whenever you have a PR ready!

[GitHub] [airflow] potiuk edited a comment on issue #10523: Host Airflow-managed Helm repo

2020-08-31 Thread GitBox
potiuk edited a comment on issue #10523: URL: https://github.com/apache/airflow/issues/10523#issuecomment-683956090 > * donation: the entire `helm/charts` project - this includes each chart there - is already licensed under an Apache License 2.0:

[GitHub] [airflow] potiuk edited a comment on issue #10523: Host Airflow-managed Helm repo

2020-08-31 Thread GitBox
potiuk edited a comment on issue #10523: URL: https://github.com/apache/airflow/issues/10523#issuecomment-683956090 > * donation: the entire `helm/charts` project - this includes each chart there - is already licensed under an Apache License 2.0:

[GitHub] [airflow] potiuk commented on issue #10523: Host Airflow-managed Helm repo

2020-08-31 Thread GitBox
potiuk commented on issue #10523: URL: https://github.com/apache/airflow/issues/10523#issuecomment-683956090 > * donation: the entire `helm/charts` project - this includes each chart there - is already licensed under an Apache License 2.0:

[GitHub] [airflow] SamWheating commented on issue #10586: KubernetesPodOperator truncates logs

2020-08-31 Thread GitBox
SamWheating commented on issue #10586: URL: https://github.com/apache/airflow/issues/10586#issuecomment-683955857 Sounds good. From the kubernetes python client source: ``` :param int tail_lines: If set, the number of lines from the end of the logs to show. If not specified, logs are

[GitHub] [airflow] michalmisiewicz commented on issue #10586: KubernetesPodOperator truncates logs

2020-08-31 Thread GitBox
michalmisiewicz commented on issue #10586: URL: https://github.com/apache/airflow/issues/10586#issuecomment-683947340 > I'd be interested in making a PR to expose the tail_lines property to the user in the k8sPodOperator since this would allow us to get back onto the official version of

[GitHub] [airflow] SamWheating commented on issue #10586: KubernetesPodOperator truncates logs

2020-08-31 Thread GitBox
SamWheating commented on issue #10586: URL: https://github.com/apache/airflow/issues/10586#issuecomment-683942214 Replicated the issue in Airflow 1.10.12 like so: Created a DAG to really quickly log a bunch of stuff in a k8s pod: ```python from datetime import timedelta

[GitHub] [airflow] MahsaSeifikar commented on issue #10656: Error in SSHOperator " 'NoneType' object has no attribute 'startswith' "

2020-08-31 Thread GitBox
MahsaSeifikar commented on issue #10656: URL: https://github.com/apache/airflow/issues/10656#issuecomment-683939649 > This looks like real issue. Do I have to assign you to this ticket? Would you like to contribute a fix for this problem? I happy to help with review. Yup, I know

[airflow] branch master updated (aa2db70 -> 4fd81f5)

2020-08-31 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from aa2db70 Unify error messages and complete type field in response (#10333) add 4fd81f5 Add howto doc

[GitHub] [airflow] mik-laj closed issue #10029: Add Salesforce docs for setting up a connection

2020-08-31 Thread GitBox
mik-laj closed issue #10029: URL: https://github.com/apache/airflow/issues/10029 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] mik-laj merged pull request #10482: Add howto doc for salesforce connection

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

[GitHub] [airflow] potiuk commented on pull request #10393: Simplify the K8sExecutor and K8sPodOperator

2020-08-31 Thread GitBox
potiuk commented on pull request #10393: URL: https://github.com/apache/airflow/pull/10393#issuecomment-683929756 On vacations now. But yes. I will be on a lookout :). This is an automated message from the Apache Git

[GitHub] [airflow] potiuk commented on a change in pull request #10413: Add documentation for preparing database for Airflow

2020-08-31 Thread GitBox
potiuk commented on a change in pull request #10413: URL: https://github.com/apache/airflow/pull/10413#discussion_r480287828 ## File path: docs/howto/initialize-database.rst ## @@ -48,11 +48,46 @@ SqlAlchemy backend. We recommend using **MySQL** or **Postgres**. want to

[GitHub] [airflow] potiuk commented on a change in pull request #10413: Add documentation for preparing database for Airflow

2020-08-31 Thread GitBox
potiuk commented on a change in pull request #10413: URL: https://github.com/apache/airflow/pull/10413#discussion_r480287444 ## File path: docs/howto/initialize-database.rst ## @@ -48,11 +48,49 @@ SqlAlchemy backend. We recommend using **MySQL** or **Postgres**. want to

[GitHub] [airflow] dimberman commented on pull request #10393: Simplify the K8sExecutor and K8sPodOperator

2020-08-31 Thread GitBox
dimberman commented on pull request #10393: URL: https://github.com/apache/airflow/pull/10393#issuecomment-683928708 @potiuk yes This is breaking for the KubernetesPodOperator so we should hold off. I'm hoping to have this merged in the next day or two. Can I please get a lookover? :)

[GitHub] [airflow] potiuk commented on pull request #10393: Simplify the K8sExecutor and K8sPodOperator

2020-08-31 Thread GitBox
potiuk commented on pull request #10393: URL: https://github.com/apache/airflow/pull/10393#issuecomment-683927786 Hey @dimberman - > should we wait with releasing backports before this one is merged ? This is an automated

[GitHub] [airflow] eladkal commented on pull request #10482: Add howto doc for salesforce connection

2020-08-31 Thread GitBox
eladkal commented on pull request #10482: URL: https://github.com/apache/airflow/pull/10482#issuecomment-683926536 @mik-laj @feluelle rebased This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] SamWheating commented on issue #10586: KubernetesPodOperator truncates logs

2020-08-31 Thread GitBox
SamWheating commented on issue #10586: URL: https://github.com/apache/airflow/issues/10586#issuecomment-683926160 Yup, I'm just updating our clusters to 1.10.12 and then I'll try to replicate the error case (a pod producing a lot of logs quickly and then shutting down).

[GitHub] [airflow] dstandish edited a comment on pull request #10621: Fix slow task instance modal with extra link

2020-08-31 Thread GitBox
dstandish edited a comment on pull request #10621: URL: https://github.com/apache/airflow/pull/10621#issuecomment-683912244 Thanks @ArgentFalcon for looking it over . One more bit of info here... When trying to understand tooltip a little better I found [this SO

[GitHub] [airflow] eladkal commented on issue #10648: dbapi_hook target_fields not working

2020-08-31 Thread GitBox
eladkal commented on issue #10648: URL: https://github.com/apache/airflow/issues/10648#issuecomment-683921278 Commented about it on Slack. Your implementation seems to be a private case of

[GitHub] [airflow] dstandish edited a comment on pull request #10621: Fix slow task instance modal with extra link

2020-08-31 Thread GitBox
dstandish edited a comment on pull request #10621: URL: https://github.com/apache/airflow/pull/10621#issuecomment-683912244 Thanks @ArgentFalcon for looking it over . One more bit of info here... When trying to understand tooltip a little better I found [this SO

[GitHub] [airflow] mik-laj commented on pull request #10664: Validate values.yaml

2020-08-31 Thread GitBox
mik-laj commented on pull request #10664: URL: https://github.com/apache/airflow/pull/10664#issuecomment-683918932 We have some errors Can you look at it? ``` 2020-08-31T16:29:32.9918043Z helm install airflow . --namespace airflow --set defaultAirflowRepository=apache/airflow --set

[GitHub] [airflow] mik-laj commented on a change in pull request #10662: Add example on airflow users create --help

2020-08-31 Thread GitBox
mik-laj commented on a change in pull request #10662: URL: https://github.com/apache/airflow/pull/10662#discussion_r480273552 ## File path: docs/spelling_wordlist.txt ## @@ -76,12 +76,12 @@ DagRun Dagbag Review comment: I added firstname and lastname and sort the file

[GitHub] [airflow] dstandish commented on pull request #10621: Fix slow task instance modal with extra link

2020-08-31 Thread GitBox
dstandish commented on pull request #10621: URL: https://github.com/apache/airflow/pull/10621#issuecomment-683912244 Thanks @ArgentFalcon for looking it over . One more bit of info here... When trying to understand tooltip a little better I found [this SO

[GitHub] [airflow] dimberman commented on a change in pull request #10393: Simplify the K8sExecutor and K8sPodOperator

2020-08-31 Thread GitBox
dimberman commented on a change in pull request #10393: URL: https://github.com/apache/airflow/pull/10393#discussion_r480264064 ## File path: UPDATING.md ## @@ -153,6 +152,175 @@ The Old and New provider configuration keys that have changed are as follows For more

[GitHub] [airflow] mik-laj commented on a change in pull request #10652: add securitySchemes in openapi spec

2020-08-31 Thread GitBox
mik-laj commented on a change in pull request #10652: URL: https://github.com/apache/airflow/pull/10652#discussion_r480262934 ## File path: airflow/api_connexion/openapi/v1.yaml ## @@ -2716,6 +2716,15 @@ components: # Reusable callbacks callbacks: {} +

[GitHub] [airflow] mik-laj commented on pull request #10652: add securitySchemes in openapi spec

2020-08-31 Thread GitBox
mik-laj commented on pull request #10652: URL: https://github.com/apache/airflow/pull/10652#issuecomment-683897169 New sections have appeared in the reference documentation. I think it's worth hiding them because we have other documentation that is more precise. ![Screenshot 2020-08-31

[GitHub] [airflow] dimberman commented on a change in pull request #10393: Simplify the K8sExecutor and K8sPodOperator

2020-08-31 Thread GitBox
dimberman commented on a change in pull request #10393: URL: https://github.com/apache/airflow/pull/10393#discussion_r480253840 ## File path: UPDATING.md ## @@ -153,6 +152,175 @@ The Old and New provider configuration keys that have changed are as follows For more

[GitHub] [airflow] dimberman commented on a change in pull request #10393: Simplify the K8sExecutor and K8sPodOperator

2020-08-31 Thread GitBox
dimberman commented on a change in pull request #10393: URL: https://github.com/apache/airflow/pull/10393#discussion_r480253840 ## File path: UPDATING.md ## @@ -153,6 +152,175 @@ The Old and New provider configuration keys that have changed are as follows For more

[airflow] branch v1-10-stable updated: Remove deprecation warning from contrib/kubernetes/pod.py

2020-08-31 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-stable in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v1-10-stable by this push: new 827a717 Remove deprecation

[GitHub] [airflow] kaxil commented on pull request #10067: Add pre 1.10.11 Kubernetes Paths back with Deprecation Warning

2020-08-31 Thread GitBox
kaxil commented on pull request #10067: URL: https://github.com/apache/airflow/pull/10067#issuecomment-683893840 > @kaxil I see warnings from this PR after installing 1.10.12. Why for example this file https://github.com/apache/airflow/blob/1.10.12/airflow/kubernetes/pod_generator.py has

[airflow] branch v1-10-test updated: Remove deprecation warning from contrib/kubernetes/pod.py

2020-08-31 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v1-10-test by this push: new 7203ca7 Remove deprecation warning

[GitHub] [airflow] mik-laj commented on a change in pull request #10652: add securitySchemes in openapi spec

2020-08-31 Thread GitBox
mik-laj commented on a change in pull request #10652: URL: https://github.com/apache/airflow/pull/10652#discussion_r480250133 ## File path: airflow/api_connexion/openapi/v1.yaml ## @@ -2716,6 +2716,15 @@ components: # Reusable callbacks callbacks: {} +

[GitHub] [airflow] casassg commented on a change in pull request #10153: [AIP-34] Alternative proposal: Add TaskGroup as a DAG construction helper and UI concept with example

2020-08-31 Thread GitBox
casassg commented on a change in pull request #10153: URL: https://github.com/apache/airflow/pull/10153#discussion_r480247681 ## File path: airflow/models/baseoperator.py ## @@ -382,7 +389,16 @@ def __init__( stacklevel=3 )

[GitHub] [airflow] flvndh opened a new pull request #10664: Validate values.yaml

2020-08-31 Thread GitBox
flvndh opened a new pull request #10664: URL: https://github.com/apache/airflow/pull/10664 Tackle #10634 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

  1   2   3   >