[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9431: Move API page limit and offset parameters to views as kwargs Arguments

2020-06-22 Thread GitBox
ephraimbuddy commented on a change in pull request #9431: URL: https://github.com/apache/airflow/pull/9431#discussion_r443392444 ## File path: tests/api_connexion/test_parameters.py ## @@ -50,6 +50,21 @@ def test_raises_400_for_invalid_arg(self):

[airflow] branch master updated (2190e50 -> c9c0275)

2020-06-22 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 2190e50 Move modules in `airflow.contrib.utils.log` to `airflow.utils.log` (#9395) add c9c0275 Disable

[airflow] branch master updated: Add __init__ method to Variable class (#9470)

2020-06-22 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 2bb40ef Add __init__ method to Variable class

[GitHub] [airflow] potiuk merged pull request #9470: Add __init__ method to Variable class

2020-06-22 Thread GitBox
potiuk merged pull request #9470: URL: https://github.com/apache/airflow/pull/9470 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 commented on pull request #9358: Tests for AWS Athena

2020-06-22 Thread GitBox
potiuk commented on pull request #9358: URL: https://github.com/apache/airflow/pull/9358#issuecomment-647342626 Yep. It would be great to get it mocked :) This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] feluelle merged pull request #9388: Move out weekday from airflow.contrib

2020-06-22 Thread GitBox
feluelle merged pull request #9388: URL: https://github.com/apache/airflow/pull/9388 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

[airflow] branch master updated (3235670 -> d7de735)

2020-06-22 Thread feluelle
This is an automated email from the ASF dual-hosted git repository. feluelle pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 3235670 Add unit tests for OracleOperator (#9469) add d7de735 Move out weekday from airflow.contrib

[GitHub] [airflow] ad-m commented on pull request #8818: WIP: Add support for Microsoft Azure Blob Storage in Google Cloud Storage Transfer Service operators

2020-06-22 Thread GitBox
ad-m commented on pull request #8818: URL: https://github.com/apache/airflow/pull/8818#issuecomment-647478184 @khyurri , how do you attempt to build documentation and what errors are you getting? This is an automated

[GitHub] [airflow] turbaszek commented on issue #9351: Consider renaming master branch to something less offensive

2020-06-22 Thread GitBox
turbaszek commented on issue #9351: URL: https://github.com/apache/airflow/issues/9351#issuecomment-647495823 Oh I have missed it, thanks @mik-laj ! Btw. having github issues now, shouldn't we encourage discussion here instead of slack (especially if ticket exists) ?

[GitHub] [airflow] potiuk commented on issue #9351: Consider renaming master branch to something less offensive

2020-06-22 Thread GitBox
potiuk commented on issue #9351: URL: https://github.com/apache/airflow/issues/9351#issuecomment-647504692 Indeed we have a super-easy way to build documentation - simply run './breeze build-documentation' and all should happen automatically. I would love to hear what problems you

[GitHub] [airflow] kaxil commented on a change in pull request #8992: [AIRFLOW-5391] Do not re-run skipped tasks when they are cleared (#7276)

2020-06-22 Thread GitBox
kaxil commented on a change in pull request #8992: URL: https://github.com/apache/airflow/pull/8992#discussion_r443553008 ## File path: tests/ti_deps/deps/test_trigger_rule_dep.py ## @@ -19,13 +19,13 @@ import unittest from datetime import datetime +from unittest.mock

[GitHub] [airflow] kaxil commented on a change in pull request #8992: [AIRFLOW-5391] Do not re-run skipped tasks when they are cleared (#7276)

2020-06-22 Thread GitBox
kaxil commented on a change in pull request #8992: URL: https://github.com/apache/airflow/pull/8992#discussion_r443552728 ## File path: tests/ti_deps/deps/test_trigger_rule_dep.py ## @@ -19,13 +19,13 @@ import unittest from datetime import datetime +from unittest.mock

[jira] [Commented] (AIRFLOW-5391) Clearing a task skipped by BranchPythonOperator will cause the task to execute

2020-06-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142034#comment-17142034 ] ASF GitHub Bot commented on AIRFLOW-5391: - kaxil commented on a change in pull request #8992:

[GitHub] [airflow] benbenbang commented on pull request #9409: Add extra options for slack webhook operator and slack hook

2020-06-22 Thread GitBox
benbenbang commented on pull request #9409: URL: https://github.com/apache/airflow/pull/9409#issuecomment-647515817 Hi @kaxil, @mik-laj  CI Build / Core:Pg9.6,Py3.7 failed without any logs, is it bcs time out? Thanks

[GitHub] [airflow] kaxil commented on issue #9351: Consider renaming master branch to something less offensive

2020-06-22 Thread GitBox
kaxil commented on issue #9351: URL: https://github.com/apache/airflow/issues/9351#issuecomment-647521782 We need to be extra cautious and think this through and maybe first try any automation we think of on a dummy repo.

[GitHub] [airflow] khyurri commented on pull request #8818: WIP: Add support for Microsoft Azure Blob Storage in Google Cloud Storage Transfer Service operators

2020-06-22 Thread GitBox
khyurri commented on pull request #8818: URL: https://github.com/apache/airflow/pull/8818#issuecomment-647512961 @ad-m I build documentation using this command from repository root : ```shell python setup.py build_sphinx ``` Build completes without any errors with

[GitHub] [airflow] VinayGb665 edited a comment on issue #9417: YAML file format in LocalFilesystemBackend

2020-06-22 Thread GitBox
VinayGb665 edited a comment on issue #9417: URL: https://github.com/apache/airflow/issues/9417#issuecomment-647517652 I would like to pick this up. So the YAML structure would be similar to the current JSON right?.If I am not wrong the JSON structure from

[GitHub] [airflow] khyurri commented on pull request #8818: WIP: Add support for Microsoft Azure Blob Storage in Google Cloud Storage Transfer Service operators

2020-06-22 Thread GitBox
khyurri commented on pull request #8818: URL: https://github.com/apache/airflow/pull/8818#issuecomment-647471968 @mik-laj yes, I think I need help with previewing documentation. I cannot build documentation locally and cannot check it is correct

[GitHub] [airflow] mdediana commented on pull request #9354: Task logging handlers can provide custom log links

2020-06-22 Thread GitBox
mdediana commented on pull request #9354: URL: https://github.com/apache/airflow/pull/9354#issuecomment-647472206 We're good. This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] VinayGb665 commented on issue #9417: YAML file format in LocalFilesystemBackend

2020-06-22 Thread GitBox
VinayGb665 commented on issue #9417: URL: https://github.com/apache/airflow/issues/9417#issuecomment-647517652 I would like to pick this up This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] potiuk removed a comment on issue #9351: Consider renaming master branch to something less offensive

2020-06-22 Thread GitBox
potiuk removed a comment on issue #9351: URL: https://github.com/apache/airflow/issues/9351#issuecomment-647504692 Indeed we have a super-easy way to build documentation - simply run './breeze build-documentation' and all should happen automatically. I would love to hear what problems you

[GitHub] [airflow] potiuk commented on pull request #8818: WIP: Add support for Microsoft Azure Blob Storage in Google Cloud Storage Transfer Service operators

2020-06-22 Thread GitBox
potiuk commented on pull request #8818: URL: https://github.com/apache/airflow/pull/8818#issuecomment-647505137 Indeed we have a super-easy way to build documentation - simply run './breeze build-documentation' and all should happen automatically. I would love to hear what problems you

[GitHub] [airflow] OmairK commented on a change in pull request #9473: [WIP] Dag Runs CRUD endpoints

2020-06-22 Thread GitBox
OmairK commented on a change in pull request #9473: URL: https://github.com/apache/airflow/pull/9473#discussion_r443553805 ## File path: airflow/api_connexion/openapi/v1.yaml ## @@ -276,6 +276,34 @@ paths: - $ref: '#/components/schemas/CollectionInfo'

[GitHub] [airflow] kaxil commented on pull request #9409: Add extra options for slack webhook operator and slack hook

2020-06-22 Thread GitBox
kaxil commented on pull request #9409: URL: https://github.com/apache/airflow/pull/9409#issuecomment-647516635 I have restarted CI, let's see if it passes this time This is an automated message from the Apache Git Service.

[GitHub] [airflow] ad-m commented on issue #9351: Consider renaming master branch to something less offensive

2020-06-22 Thread GitBox
ad-m commented on issue #9351: URL: https://github.com/apache/airflow/issues/9351#issuecomment-647516608 @turbaszek , yes, according to Apache CoC: > Be open. We invite anyone to participate in our community. **We preferably use public methods of communication for project-related

[jira] [Commented] (AIRFLOW-5391) Clearing a task skipped by BranchPythonOperator will cause the task to execute

2020-06-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142035#comment-17142035 ] ASF GitHub Bot commented on AIRFLOW-5391: - kaxil commented on a change in pull request #8992:

[GitHub] [airflow] mik-laj commented on issue #9417: YAML file format in LocalFilesystemBackend

2020-06-22 Thread GitBox
mik-laj commented on issue #9417: URL: https://github.com/apache/airflow/issues/9417#issuecomment-647521249 @VinayGb665 I assigned you to this ticket. I look forward to your contributions.  This is an automated message

[GitHub] [airflow] mik-laj commented on issue #9417: YAML file format in LocalFilesystemBackend

2020-06-22 Thread GitBox
mik-laj commented on issue #9417: URL: https://github.com/apache/airflow/issues/9417#issuecomment-647539024 @ VinayGb665 Yes. It may be based on this, but if you have your idea then you can present it in your change. This

[GitHub] [airflow] potiuk commented on issue #9351: Consider renaming master branch to something less offensive

2020-06-22 Thread GitBox
potiuk commented on issue #9351: URL: https://github.com/apache/airflow/issues/9351#issuecomment-647542295 Agree. While I am all for changing - I think we can wreak havoc by haste changes here. An Idea: Why don't we continue working on 2.0 in master and once we start 2.1 work we

[GitHub] [airflow] mik-laj edited a comment on issue #9417: YAML file format in LocalFilesystemBackend

2020-06-22 Thread GitBox
mik-laj edited a comment on issue #9417: URL: https://github.com/apache/airflow/issues/9417#issuecomment-647539024 @VinayGb665 Yes. It may be based on this, but if you have your idea then you can present it in your change.

[GitHub] [airflow] ashb commented on issue #9351: Consider renaming master branch to something less offensive

2020-06-22 Thread GitBox
ashb commented on issue #9351: URL: https://github.com/apache/airflow/issues/9351#issuecomment-647555792 Oh ace - If you delete a branch after merging it, GitHub no longer closes PRs that were based on that branch. This helps with renaming 'master', but also helps generally with PRs that

[GitHub] [airflow] Siddharthk edited a comment on pull request #8777: Add Production Helm chart support

2020-06-22 Thread GitBox
Siddharthk edited a comment on pull request #8777: URL: https://github.com/apache/airflow/pull/8777#issuecomment-646732148 I have some questions: 1) I see that the recommended way to store dags is the docker image. But when we deploy new image, the webserver restarts thus causing UI

[GitHub] [airflow] khyurri commented on pull request #8818: WIP: Add support for Microsoft Azure Blob Storage in Google Cloud Storage Transfer Service operators

2020-06-22 Thread GitBox
khyurri commented on pull request #8818: URL: https://github.com/apache/airflow/pull/8818#issuecomment-647571911 @potiuk @ad-m I builded documentation locally, but now I can't find html for this file

[GitHub] [airflow] turbaszek commented on a change in pull request #9330: Add read-only Task endpoint

2020-06-22 Thread GitBox
turbaszek commented on a change in pull request #9330: URL: https://github.com/apache/airflow/pull/9330#discussion_r443627142 ## File path: airflow/api_connexion/schemas/dag_schema.py ## @@ -0,0 +1,93 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [airflow] dimon222 commented on issue #9474: Airflow support for S3 compatible storages

2020-06-22 Thread GitBox
dimon222 commented on issue #9474: URL: https://github.com/apache/airflow/issues/9474#issuecomment-647581742 Yes, it works as long as you specify endpoint url. However, it seems to be broken to serving logs in UI for some users on latest release 1.10.10 (works fine in 1.10.9)

[GitHub] [airflow] OmairK opened a new pull request #9476: Remove PATCH /dags/{dag_id}/dagRuns/{dag_run_id} endpoint

2020-06-22 Thread GitBox
OmairK opened a new pull request #9476: URL: https://github.com/apache/airflow/pull/9476 Dag Runs are immutable and clear_task_instances can be used to modify the Dag Runs table. --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides

[airflow] branch v1-10-test updated: [AIRFLOW-6231] Display DAG run conf in the list view (#6794)

2020-06-22 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 d84d36c [AIRFLOW-6231] Display DAG

[GitHub] [airflow] potiuk edited a comment on issue #9351: Consider renaming master branch to something less offensive

2020-06-22 Thread GitBox
potiuk edited a comment on issue #9351: URL: https://github.com/apache/airflow/issues/9351#issuecomment-647542295 Agree. While I am all for changing - I think we can wreak havoc by haste changes here. An Idea: Why don't we continue working on 2.0 in master and once we start 2.1

[GitHub] [airflow] potiuk edited a comment on issue #9351: Consider renaming master branch to something less offensive

2020-06-22 Thread GitBox
potiuk edited a comment on issue #9351: URL: https://github.com/apache/airflow/issues/9351#issuecomment-647542295 Agree. While I am all for changing - I think we can wreak havoc by haste changes here. An Idea: Why don't we continue working on 2.0 in master and once we start 2.1

[GitHub] [airflow] potiuk edited a comment on issue #9351: Consider renaming master branch to something less offensive

2020-06-22 Thread GitBox
potiuk edited a comment on issue #9351: URL: https://github.com/apache/airflow/issues/9351#issuecomment-647542295 Agree. While I am all for changing - I think we can wreak havoc by haste changes here. An Idea: Why don't we continue working on 2.0 in master and once we start 2.1

[GitHub] [airflow] potiuk edited a comment on pull request #8818: WIP: Add support for Microsoft Azure Blob Storage in Google Cloud Storage Transfer Service operators

2020-06-22 Thread GitBox
potiuk edited a comment on pull request #8818: URL: https://github.com/apache/airflow/pull/8818#issuecomment-647546305 @khyurri - here is the official way of building the documentation (described in our CONTRIBUTING document):

[GitHub] [airflow] potiuk commented on pull request #8818: WIP: Add support for Microsoft Azure Blob Storage in Google Cloud Storage Transfer Service operators

2020-06-22 Thread GitBox
potiuk commented on pull request #8818: URL: https://github.com/apache/airflow/pull/8818#issuecomment-647546305 @khyurri - here is official way of build documentation (described in our CONTRIBUTING document): https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#documentation

[GitHub] [airflow] potiuk edited a comment on pull request #8818: WIP: Add support for Microsoft Azure Blob Storage in Google Cloud Storage Transfer Service operators

2020-06-22 Thread GitBox
potiuk edited a comment on pull request #8818: URL: https://github.com/apache/airflow/pull/8818#issuecomment-647546305 @khyurri - here is the official way of building the documentation (described in our CONTRIBUTING document):

[GitHub] [airflow] mik-laj opened a new pull request #9475: Add extra links endpoint

2020-06-22 Thread GitBox
mik-laj opened a new pull request #9475: URL: https://github.com/apache/airflow/pull/9475 Close: https://github.com/apache/airflow/issues/8140 --- Make sure to mark the boxes below before creating PR: [x] - [X] Description above provides context of the change - [X] Unit

[GitHub] [airflow] zikun commented on a change in pull request #9473: [WIP] Dag Runs CRUD endpoints

2020-06-22 Thread GitBox
zikun commented on a change in pull request #9473: URL: https://github.com/apache/airflow/pull/9473#discussion_r443626814 ## File path: tests/api_connexion/endpoints/test_dag_run_endpoint.py ## @@ -76,10 +78,18 @@ def _create_test_dag_run(self, state='running',

[GitHub] [airflow] khyurri edited a comment on pull request #8818: WIP: Add support for Microsoft Azure Blob Storage in Google Cloud Storage Transfer Service operators

2020-06-22 Thread GitBox
khyurri edited a comment on pull request #8818: URL: https://github.com/apache/airflow/pull/8818#issuecomment-647512961 @ad-m I build documentation using this command from repository root : ```shell python setup.py build_sphinx ``` Build completes without any errors with

[airflow] branch v1-10-test updated: [AIRFLOW-5902] avoid unnecessary sleep to maintain local task job heart rate (#6553)

2020-06-22 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 87000c8 [AIRFLOW-5902] avoid

[jira] [Commented] (AIRFLOW-5902) local_task_job is sleeping more often than it needs and spamming task log

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

[jira] [Commented] (AIRFLOW-6231) Show DAG Run conf in graph view

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

[GitHub] [airflow] zachliu commented on pull request #8145: Drop redundant project id null checks.

2020-06-22 Thread GitBox
zachliu commented on pull request #8145: URL: https://github.com/apache/airflow/pull/8145#issuecomment-647544496 @jmcarp do you plan to work on `apply_defaults`? :grin: This is an automated message from the Apache Git

[airflow] branch v1-10-test updated: Update the version of cattrs from 0.9 to 1.0 to support Python 3.8 (#7100)

2020-06-22 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 d273284 Update the version of

[GitHub] [airflow] benbenbang commented on pull request #9409: Add extra options for slack webhook operator and slack hook

2020-06-22 Thread GitBox
benbenbang commented on pull request #9409: URL: https://github.com/apache/airflow/pull/9409#issuecomment-647551231 hmmm, it failed randomly... Do you have any thoughts on this @kaxil? This is an automated message from the

[GitHub] [airflow] Siddharthk edited a comment on pull request #8777: Add Production Helm chart support

2020-06-22 Thread GitBox
Siddharthk edited a comment on pull request #8777: URL: https://github.com/apache/airflow/pull/8777#issuecomment-646732148 I have some questions: 1) I see that the recommended way to store dags is the docker image. But when we deploy new image, the webserver restarts thus causing UI

[airflow] branch v1-10-test updated: [AIRFLOW-6535] Add AirflowFailException to fail without any retry (#7133)

2020-06-22 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 5e94fe9 [AIRFLOW-6535] Add

[jira] [Commented] (AIRFLOW-6535) add exception subclass to fail immediately without retrying

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

[airflow] branch v1-10-test updated: JSON escape text in test_list_dagrun_includes_conf (#9264)

2020-06-22 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 b795a7a JSON escape text in

[GitHub] [airflow] feluelle commented on a change in pull request #9375: Remove redundant code from breeze initialization

2020-06-22 Thread GitBox
feluelle commented on a change in pull request #9375: URL: https://github.com/apache/airflow/pull/9375#discussion_r443675952 ## File path: scripts/ci/libraries/_initialization.sh ## @@ -59,8 +59,6 @@ function initialize_common_environment { # Create useful directories if

[airflow] branch v1-10-test updated (b795a7a -> d3e3f50)

2020-06-22 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from b795a7a JSON escape text in test_list_dagrun_includes_conf (#9264) add 3368cc4 Flush pending Sentry

[jira] [Commented] (AIRFLOW-6569) Broken sentry integration

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

[GitHub] [airflow] mik-laj commented on pull request #9477: [WIP] YAML file format in LocalFilesystemBackend

2020-06-22 Thread GitBox
mik-laj commented on pull request #9477: URL: https://github.com/apache/airflow/pull/9477#issuecomment-647636650 Can you also update docs? This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] Siddharthk edited a comment on pull request #8777: Add Production Helm chart support

2020-06-22 Thread GitBox
Siddharthk edited a comment on pull request #8777: URL: https://github.com/apache/airflow/pull/8777#issuecomment-646732148 I have some questions: 1) I see that the recommended way to store dags is the docker image. But when we deploy new image, the webserver restarts thus causing UI

[airflow] branch v1-10-test updated: [AIRFLOW-7066] Use sphinx syntax in concepts.rst (#7729)

2020-06-22 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 5239b4c [AIRFLOW-7066] Use sphinx

[jira] [Commented] (AIRFLOW-7066) Use sphinx including syntax in concepts.rst

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

[airflow] branch v1-10-test updated: [AIRFLOW-4357] Fix SVG tooltip positioning with custom scripting (#8269)

2020-06-22 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 d65053c [AIRFLOW-4357] Fix SVG

[jira] [Commented] (AIRFLOW-4357) Tool tip offset when using RBAC

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

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #9477: [WIP] YAML file format in LocalFilesystemBackend

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

[GitHub] [airflow] VinayGb665 opened a new pull request #9477: [WIP] YAML file format in LocalFilesystemBackend

2020-06-22 Thread GitBox
VinayGb665 opened a new pull request #9477: URL: https://github.com/apache/airflow/pull/9477 --- Adding a yaml file parser to LocalFilesystemBackend, structure would be similar to that of earlier JSON found

<    1   2