[GitHub] [airflow] thekiai opened a new issue #14752: Less confusable description about Cleaning the environment for new comers

2021-03-13 Thread GitBox
thekiai opened a new issue #14752: URL: https://github.com/apache/airflow/issues/14752 **Description** I think the section of Cleaning the environment in this document is confusable for new comers. https://github.com/apache/airflow/blob/master/BREEZE.rst#cleaning-the-environment

[GitHub] [airflow] thekiai opened a new pull request #14753: `./breeze stop` is not necessary for new comers #14752

2021-03-13 Thread GitBox
thekiai opened a new pull request #14753: URL: https://github.com/apache/airflow/pull/14753 This PR resolves the issue #14752 How about this change? This is an automated message from the Apache Git Service. To respond to t

[GitHub] [airflow] github-actions[bot] commented on pull request #14720: Update names and paths to be consistent with other Branch operators

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14720: URL: https://github.com/apache/airflow/pull/14720#issuecomment-797957357 The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and tak

[GitHub] [airflow] thekiai opened a new issue #14754: Breeze fails to run on macOS with the old version of bash

2021-03-13 Thread GitBox
thekiai opened a new issue #14754: URL: https://github.com/apache/airflow/issues/14754 **Apache Airflow version**: master/HEAD (commit 99c74968180ab7bc6d7152ec4233440b62a07969) **Environment**: - **Cloud provider or hardware configuration**: MacBook Air (13-i

[GitHub] [airflow] uranusjr commented on a change in pull request #14725: Update concepts.rst

2021-03-13 Thread GitBox
uranusjr commented on a change in pull request #14725: URL: https://github.com/apache/airflow/pull/14725#discussion_r593725061 ## File path: docs/apache-airflow/concepts.rst ## @@ -1618,7 +1618,7 @@ do the same, but then it is more suitable to use a virtualenv and pip. mk

[GitHub] [airflow] potiuk merged pull request #14751: Add confirming getopt and gstat #14750

2021-03-13 Thread GitBox
potiuk merged pull request #14751: URL: https://github.com/apache/airflow/pull/14751 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] boring-cyborg[bot] commented on pull request #14751: Add confirming getopt and gstat #14750

2021-03-13 Thread GitBox
boring-cyborg[bot] commented on pull request #14751: URL: https://github.com/apache/airflow/pull/14751#issuecomment-798032943 Awesome work, congrats on your first merged pull request! This is an automated message from the

[airflow] branch master updated: Add confirming getopt and gstat #14750 (#14751)

2021-03-13 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 b9e8ca4 Add confirming getopt and gstat #14750

[GitHub] [airflow] potiuk commented on pull request #14751: Add confirming getopt and gstat #14750

2021-03-13 Thread GitBox
potiuk commented on pull request #14751: URL: https://github.com/apache/airflow/pull/14751#issuecomment-798033434 Nice ! This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[airflow] branch master updated: `./breeze stop` is not necessary for new comers #14752 (#14753)

2021-03-13 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 3326bab `./breeze stop` is not necessary for n

[GitHub] [airflow] potiuk merged pull request #14753: `./breeze stop` is not necessary for new comers #14752

2021-03-13 Thread GitBox
potiuk merged pull request #14753: URL: https://github.com/apache/airflow/pull/14753 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 #14753: `./breeze stop` is not necessary for new comers #14752

2021-03-13 Thread GitBox
potiuk commented on pull request #14753: URL: https://github.com/apache/airflow/pull/14753#issuecomment-798036637 Thanks ! Even such small changes from the users that make the docs clearer at super useful ! Thanks for taking your time doing so.

[GitHub] [airflow] ephraimbuddy commented on pull request #14400: Add conf not importable from airflow rule

2021-03-13 Thread GitBox
ephraimbuddy commented on pull request #14400: URL: https://github.com/apache/airflow/pull/14400#issuecomment-798218239 You have static check errors, please install pre-commit and run it. `pre-commit run --all-files`. Commit the result and push

[GitHub] [airflow] turbaszek commented on pull request #14400: Add conf not importable from airflow rule

2021-03-13 Thread GitBox
turbaszek commented on pull request #14400: URL: https://github.com/apache/airflow/pull/14400#issuecomment-798219331 > > Looks good to me, only one comment about the message. > > Hi Turbaszek, > Do you still want me to remove the lines you mentioned or it's okay to go? Yes,

[GitHub] [airflow] potiuk opened a new issue #14755: [QUARANTINE] Backfill depends on past test is flaky

2021-03-13 Thread GitBox
potiuk opened a new issue #14755: URL: https://github.com/apache/airflow/issues/14755 Test backfill_depends_on_past is flaky. The whole Backfill class was in Heisentest but I believe this is the only one that is problematic now so I remove the class from heisentests and move the depends_on

[GitHub] [airflow] potiuk opened a new pull request #14756: Test backfill_depends_on_past is flaky.

2021-03-13 Thread GitBox
potiuk opened a new pull request #14756: URL: https://github.com/apache/airflow/pull/14756 The whole Backfill class was in Heisentest but I believe this is the only one that is problematic now so I remove the class from heisentests and move the depends_on_past to quarantine. Thi

[GitHub] [airflow] potiuk commented on pull request #14736: Fixes force-pulling base python images

2021-03-13 Thread GitBox
potiuk commented on pull request #14736: URL: https://github.com/apache/airflow/pull/14736#issuecomment-798345395 Hey @kaxil -> that should permanently fix the similar problems that we had with the python CVE fix recently Th

[GitHub] [airflow] turbaszek opened a new pull request #14757: Refactor info command to use AirflowConsole

2021-03-13 Thread GitBox
turbaszek opened a new pull request #14757: URL: https://github.com/apache/airflow/pull/14757 This change unifies way how we render info output. This solves few problems: - users can use output flag - because of that users can use plain output which can be useful when working wit

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

2021-03-13 Thread GitBox
ryw commented on pull request #2460: URL: https://github.com/apache/airflow/pull/2460#issuecomment-798472988 @ryanahamilton maybe you can have a look 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

2021-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17300880#comment-17300880 ] ASF GitHub Bot commented on AIRFLOW-1424: - ryw commented on pull request #2460:

[GitHub] [airflow] boring-cyborg[bot] commented on issue #14758: Example DAG for New Azure Data Factory Hooks

2021-03-13 Thread GitBox
boring-cyborg[bot] commented on issue #14758: URL: https://github.com/apache/airflow/issues/14758#issuecomment-798502314 Thanks for opening your first issue here! Be sure to follow the issue template! This is an automate

[GitHub] [airflow] ShawnMcGough opened a new issue #14758: Example DAG for New Azure Data Factory Hooks

2021-03-13 Thread GitBox
ShawnMcGough opened a new issue #14758: URL: https://github.com/apache/airflow/issues/14758 **Description** Add an example DAG to the [example_dags ](https://github.com/apache/airflow/tree/master/airflow/providers/microsoft/azure/example_dags) directory of the azure providers. **

[GitHub] [airflow] turbaszek commented on issue #14758: Example DAG for New Azure Data Factory Hooks

2021-03-13 Thread GitBox
turbaszek commented on issue #14758: URL: https://github.com/apache/airflow/issues/14758#issuecomment-798518067 Maybe @gmcrocetti or @flvndh can help? This is an automated message from the Apache Git Service. To respond to th

[GitHub] [airflow] github-actions[bot] commented on pull request #14756: Remove Heisentest category and quarantine test_backfill_depends_on_past

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14756: URL: https://github.com/apache/airflow/pull/14756#issuecomment-798526687 The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and tak

[GitHub] [airflow] potiuk opened a new pull request #14759: Excludes .git-modules from rat-check

2021-03-13 Thread GitBox
potiuk opened a new pull request #14759: URL: https://github.com/apache/airflow/pull/14759 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more in

[GitHub] [airflow] potiuk closed issue #14670: Test status of provider rc2s released 2021-03-08

2021-03-13 Thread GitBox
potiuk closed issue #14670: URL: https://github.com/apache/airflow/issues/14670 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 the

[GitHub] [airflow] potiuk commented on issue #14670: Test status of provider rc2s released 2021-03-08

2021-03-13 Thread GitBox
potiuk commented on issue #14670: URL: https://github.com/apache/airflow/issues/14670#issuecomment-798608966 Providers and backport providers have been released. This is an automated message from the Apache Git Service. To re

[GitHub] [airflow] dimberman opened a new pull request #14760: Add PythonVirtualenvDecorator and DockerDecorator to Taskflow API

2021-03-13 Thread GitBox
dimberman opened a new pull request #14760: URL: https://github.com/apache/airflow/pull/14760 To improve the usability of the TaskFlow API, we will add the ability to define virtualenv or docker environments so users can run tasks with environments that do not match that of the Airflow

[GitHub] [airflow] dimberman closed pull request #14760: Add PythonVirtualenvDecorator and DockerDecorator to Taskflow API

2021-03-13 Thread GitBox
dimberman closed pull request #14760: URL: https://github.com/apache/airflow/pull/14760 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 opened a new pull request #14761: Add PythonVirtualenvDecorator and DockerDecorator to Taskflow API

2021-03-13 Thread GitBox
dimberman opened a new pull request #14761: URL: https://github.com/apache/airflow/pull/14761 To improve the usability of the TaskFlow API, we will add the ability to define virtualenv or docker environments so users can run tasks with environments that do not match that of the Airflow

svn commit: r46610 - /release/airflow/backport-providers/

2021-03-13 Thread potiuk
Author: potiuk Date: Sat Mar 13 16:45:01 2021 New Revision: 46610 Log: Release Airflow Backport Providers 2021.3.13 from 2021.3.13rc1 Added: release/airflow/backport-providers/apache-airflow-backport-providers-2021.3.13-source.tar.gz - copied unchanged from r46609, dev/airflow/backpor

[GitHub] [airflow] github-actions[bot] commented on pull request #14761: Add PythonVirtualenvDecorator and DockerDecorator to Taskflow API

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14761: URL: https://github.com/apache/airflow/pull/14761#issuecomment-798613788 [The Workflow run](https://github.com/apache/airflow/actions/runs/649454376) is cancelling this PR. Building image for the PR has been cancelled -

[airflow] tag backport-providers-2021.3.13 created (now b753c7f)

2021-03-13 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to tag backport-providers-2021.3.13 in repository https://gitbox.apache.org/repos/asf/airflow.git. at b753c7f (commit) No new revisions were added by this update.

[airflow] branch master updated (3326bab -> 4ce952e)

2021-03-13 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 3326bab `./breeze stop` is not necessary for new comers #14752 (#14753) add 4ce952e Remove Heisentest catego

[GitHub] [airflow] potiuk merged pull request #14756: Remove Heisentest category and quarantine test_backfill_depends_on_past

2021-03-13 Thread GitBox
potiuk merged pull request #14756: URL: https://github.com/apache/airflow/pull/14756 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 issue #14670: Test status of provider rc2s released 2021-03-08

2021-03-13 Thread GitBox
potiuk commented on issue #14670: URL: https://github.com/apache/airflow/issues/14670#issuecomment-798634781 Thanks @xinbinhuang and @flvndh for help with testing ! Much appreciated! This is an automated message from the Apa

[GitHub] [airflow] potiuk commented on pull request #14734: Update documentation for broken package releases

2021-03-13 Thread GitBox
potiuk commented on pull request #14734: URL: https://github.com/apache/airflow/pull/14734#issuecomment-798636893 I'd love to merge that one to be able to re-release the broken backport packages. This should be the one-before-last release of backports ever. --

[GitHub] [airflow] flvndh commented on issue #14758: Example DAG for New Azure Data Factory Hooks

2021-03-13 Thread GitBox
flvndh commented on issue #14758: URL: https://github.com/apache/airflow/issues/14758#issuecomment-798662442 I'll see if I can make up one in the coming days 😉 This is an automated message from the Apache Git Service. To resp

[GitHub] [airflow] ephraimbuddy commented on issue #14758: Example DAG for New Azure Data Factory Hooks

2021-03-13 Thread GitBox
ephraimbuddy commented on issue #14758: URL: https://github.com/apache/airflow/issues/14758#issuecomment-798685497 @flvndh, I have assigned you to this ticket. 👍 This is an automated message from the Apache Git Service. To re

[GitHub] [airflow] ephraimbuddy commented on pull request #14254: Features/sftp to wasb: Transfer to scan files from sftp source path and upload them to Azure Blob Storage

2021-03-13 Thread GitBox
ephraimbuddy commented on pull request #14254: URL: https://github.com/apache/airflow/pull/14254#issuecomment-798689634 @ashb you can take a look once more This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] potiuk commented on pull request #14734: Update documentation for broken package releases

2021-03-13 Thread GitBox
potiuk commented on pull request #14734: URL: https://github.com/apache/airflow/pull/14734#issuecomment-798701521 I've just reviewed all the changes in all the 30 providers and none of the changes is "dangerous" - I made sure to list all such changes in the ADDITIONAAL_INFO section. I'd l

[GitHub] [airflow] potiuk edited a comment on pull request #14734: Update documentation for broken package releases

2021-03-13 Thread GitBox
potiuk edited a comment on pull request #14734: URL: https://github.com/apache/airflow/pull/14734#issuecomment-798701521 I've just reviewed all the changes in all the 30 providers and none of the changes is "dangerous" - I made sure to list all such changes in the ADDITIONAL_INFO section.

[airflow] branch constraints-master updated: Updating constraints. Build id:649477346

2021-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch constraints-master in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-master by this push: new 2beeefe Updating

[GitHub] [airflow] github-actions[bot] commented on pull request #14759: Excludes .git-modules from rat-check

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14759: URL: https://github.com/apache/airflow/pull/14759#issuecomment-798721672 The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide

[GitHub] [airflow] kaxil commented on a change in pull request #14748: Prepare for releasing Elasticsearch Provider 1.0.3

2021-03-13 Thread GitBox
kaxil commented on a change in pull request #14748: URL: https://github.com/apache/airflow/pull/14748#discussion_r593783268 ## File path: docs/apache-airflow-providers-elasticsearch/index.rst ## @@ -56,7 +56,7 @@ Package apache-airflow-providers-elasticsearch `Elasticsearch

[GitHub] [airflow] github-actions[bot] commented on pull request #14736: Fixes force-pulling base python images

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14736: URL: https://github.com/apache/airflow/pull/14736#issuecomment-798737903 The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and tak

[GitHub] [airflow] eladkal merged pull request #14720: Update names and paths to be consistent with other Branch operators

2021-03-13 Thread GitBox
eladkal merged pull request #14720: URL: https://github.com/apache/airflow/pull/14720 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 t

[airflow] branch master updated: Rename DateTimeBranchOperator to BranchDateTimeOperator (#14720)

2021-03-13 Thread eladkal
This is an automated email from the ASF dual-hosted git repository. eladkal 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 72d3708 Rename DateTimeBranchOperator to Bran

[GitHub] [airflow] potiuk merged pull request #14736: Fixes force-pulling base python images

2021-03-13 Thread GitBox
potiuk merged pull request #14736: URL: https://github.com/apache/airflow/pull/14736 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: Fixes force-pulling base python images (#14736)

2021-03-13 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 61b4482 Fixes force-pulling base python images

[GitHub] [airflow] potiuk merged pull request #14759: Excludes .git-modules from rat-check

2021-03-13 Thread GitBox
potiuk merged pull request #14759: URL: https://github.com/apache/airflow/pull/14759 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: Excludes .git-modules from rat-check (#14759)

2021-03-13 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 7b6b848 Excludes .git-modules from rat-check (

[airflow] branch constraints-master updated: Updating constraints. Build id:649648691

2021-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch constraints-master in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-master by this push: new 0a00c1a Updating

[GitHub] [airflow] github-actions[bot] commented on pull request #14748: Prepare for releasing Elasticsearch Provider 1.0.3

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14748: URL: https://github.com/apache/airflow/pull/14748#issuecomment-798779012 The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not m

[GitHub] [airflow] kaxil merged pull request #14748: Prepare for releasing Elasticsearch Provider 1.0.3

2021-03-13 Thread GitBox
kaxil merged pull request #14748: URL: https://github.com/apache/airflow/pull/14748 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: Prepare for releasing Elasticsearch Provider 1.0.3 (#14748)

2021-03-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik 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 662cb8c Prepare for releasing Elasticsearch

[GitHub] [airflow] github-actions[bot] commented on pull request #14734: Update documentation for broken package releases

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14734: URL: https://github.com/apache/airflow/pull/14734#issuecomment-798781342 The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not m

svn commit: r46611 - /dev/airflow/providers/

2021-03-13 Thread kaxilnaik
Author: kaxilnaik Date: Sat Mar 13 20:44:33 2021 New Revision: 46611 Log: Add artifacts for Airflow Elasticsearch Provider 2021-03-13 Added: dev/airflow/providers/apache-airflow-providers-elasticsearch-1.0.3rc1.tar.gz (with props) dev/airflow/providers/apache-airflow-providers-elasti

[GitHub] [airflow] potiuk merged pull request #14734: Update documentation for broken package releases

2021-03-13 Thread GitBox
potiuk merged pull request #14734: URL: https://github.com/apache/airflow/pull/14734 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 (662cb8c -> 6e6526a)

2021-03-13 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 662cb8c Prepare for releasing Elasticsearch Provider 1.0.3 (#14748) add 6e6526a Update documentation for brok

[GitHub] [airflow] github-actions[bot] commented on pull request #14699: Feature: Move celery.default_queue to operators.default_queue to allow re-use between executors

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14699: URL: https://github.com/apache/airflow/pull/14699#issuecomment-798786397 The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and tak

[airflow] tag providers-elasticsearch/1.0.3rc1 created (now 662cb8c)

2021-03-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to tag providers-elasticsearch/1.0.3rc1 in repository https://gitbox.apache.org/repos/asf/airflow.git. at 662cb8c (commit) No new revisions were added by this update.

[GitHub] [airflow] turbaszek commented on pull request #14699: Feature: Move celery.default_queue to operators.default_queue to allow re-use between executors

2021-03-13 Thread GitBox
turbaszek commented on pull request #14699: URL: https://github.com/apache/airflow/pull/14699#issuecomment-798786446 @leonsmith could you please take a look at the CI issues? This is an automated message from the Apache Git S

[GitHub] [airflow] mik-laj opened a new pull request #14762: Add Helm Chart logo to docs index

2021-03-13 Thread GitBox
mik-laj opened a new pull request #14762: URL: https://github.com/apache/airflow/pull/14762 Part of: https://github.com/apache/airflow/issues/14303 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/mas

[GitHub] [airflow] turbaszek commented on pull request #14607: Do not suppress error in airflow plugins cli

2021-03-13 Thread GitBox
turbaszek commented on pull request #14607: URL: https://github.com/apache/airflow/pull/14607#issuecomment-798787225 @ecerulm can you explain what's wrong with current solution? The users story I think is as follows: 1. They run `airflow plugins` - they don't see something they expected

[GitHub] [airflow] turbaszek commented on pull request #14603: Support jinja2 native Python types

2021-03-13 Thread GitBox
turbaszek commented on pull request #14603: URL: https://github.com/apache/airflow/pull/14603#issuecomment-798787715 I think that flag on DAG level will make things more consistent. The `nt` solution proposed by @ashb is interesting one but it's a bit of additional work - at least to me.

[airflow-site] branch add-es-documentation-2021-03-13 created (now bffcdbb)

2021-03-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch add-es-documentation-2021-03-13 in repository https://gitbox.apache.org/repos/asf/airflow-site.git. at bffcdbb Add documentation for ES provider package - 2021-03-13 This branch includ

[GitHub] [airflow-site] kaxil opened a new pull request #392: Add documentation for ES provider package - 2021-03-13

2021-03-13 Thread GitBox
kaxil opened a new pull request #392: URL: https://github.com/apache/airflow-site/pull/392 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

[GitHub] [airflow] github-actions[bot] commented on pull request #14762: Add Helm Chart logo to docs index

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14762: URL: https://github.com/apache/airflow/pull/14762#issuecomment-798789693 The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide

[GitHub] [airflow] leonsmith commented on pull request #14699: Feature: Move celery.default_queue to operators.default_queue to allow re-use between executors

2021-03-13 Thread GitBox
leonsmith commented on pull request #14699: URL: https://github.com/apache/airflow/pull/14699#issuecomment-798792371 Sure @turbaszek might need a little assistance as they look pretty unrelated at a surface glance? Is master always supposed to be green? I can re-base and see if any of th

[GitHub] [airflow] potiuk opened a new pull request #14763: Add elasticsearch to the fixes of backport providers

2021-03-13 Thread GitBox
potiuk opened a new pull request #14763: URL: https://github.com/apache/airflow/pull/14763 We have a new elasticsearch fix and it should be added to the release of backport providers. This change updates the documentation for the elasticserch release. --- **^ Add mean

[GitHub] [airflow] github-actions[bot] commented on pull request #14763: Add elasticsearch to the fixes of backport providers

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14763: URL: https://github.com/apache/airflow/pull/14763#issuecomment-798797824 The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not m

[GitHub] [airflow] potiuk merged pull request #14763: Add elasticsearch to the fixes of backport providers

2021-03-13 Thread GitBox
potiuk merged pull request #14763: URL: https://github.com/apache/airflow/pull/14763 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 (6e6526a -> eb884cd)

2021-03-13 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 6e6526a Update documentation for broken package releases (#14734) add eb884cd Add elasticsearch to the fixes

[airflow] tag backport-providers-2021.3.17rc1 created (now eb884cd)

2021-03-13 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to tag backport-providers-2021.3.17rc1 in repository https://gitbox.apache.org/repos/asf/airflow.git. at eb884cd (commit) No new revisions were added by this update.

svn commit: r46613 [2/2] - /dev/airflow/backport-providers/2021.3.17rc1/

2021-03-13 Thread potiuk
Added: dev/airflow/backport-providers/2021.3.17rc1/apache-airflow-backport-providers-yandex-2021.3.17rc1.tar.gz.sha512 == --- dev/airflow/backport-providers/2021.3.17rc1/apache-airflow-backport-providers-yandex-2021.3.17r

svn commit: r46613 [1/2] - /dev/airflow/backport-providers/2021.3.17rc1/

2021-03-13 Thread potiuk
Author: potiuk Date: Sat Mar 13 23:14:22 2021 New Revision: 46613 Log: Add artifacts for Airflow 2021.3.17rc1 Added: dev/airflow/backport-providers/2021.3.17rc1/ dev/airflow/backport-providers/2021.3.17rc1/apache-airflow-backport-providers-2021.3.17rc1-source.tar.gz (with props)

[GitHub] [airflow] mik-laj opened a new issue #14764: Navigation between multiple documentation packages

2021-03-13 Thread GitBox
mik-laj opened a new issue #14764: URL: https://github.com/apache/airflow/issues/14764 Hello, We have many packages with documentation, but the navigation between these packages is not very intuitive. Some people find documentation on Google and they don't know that they should try

[GitHub] [airflow] mik-laj opened a new pull request #14765: Docker image docs

2021-03-13 Thread GitBox
mik-laj opened a new pull request #14765: URL: https://github.com/apache/airflow/pull/14765 Depends on: https://github.com/apache/airflow/pull/14762 Close: https://github.com/apache/airflow/issues/14644#issuecomment-794613029 I am extracting documentation for Docker image as a new

[GitHub] [airflow] potiuk commented on issue #14764: Navigation between multiple documentation packages

2021-03-13 Thread GitBox
potiuk commented on issue #14764: URL: https://github.com/apache/airflow/issues/14764#issuecomment-798802710 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [airflow] mik-laj commented on a change in pull request #14765: Docker image docs

2021-03-13 Thread GitBox
mik-laj commented on a change in pull request #14765: URL: https://github.com/apache/airflow/pull/14765#discussion_r593816024 ## File path: docs/docker-stack/entrypoint.rst ## @@ -0,0 +1,201 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contrib

[GitHub] [airflow] mik-laj commented on a change in pull request #14765: Docker image docs

2021-03-13 Thread GitBox
mik-laj commented on a change in pull request #14765: URL: https://github.com/apache/airflow/pull/14765#discussion_r593816087 ## File path: docs/docker-stack/entrypoint.rst ## @@ -0,0 +1,201 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contrib

[GitHub] [airflow] mik-laj commented on a change in pull request #14765: Docker image docs

2021-03-13 Thread GitBox
mik-laj commented on a change in pull request #14765: URL: https://github.com/apache/airflow/pull/14765#discussion_r593816132 ## File path: docs/docker-stack/entrypoint.rst ## @@ -0,0 +1,201 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contrib

[GitHub] [airflow] mik-laj commented on a change in pull request #14765: Docker image docs

2021-03-13 Thread GitBox
mik-laj commented on a change in pull request #14765: URL: https://github.com/apache/airflow/pull/14765#discussion_r593816550 ## File path: docs/docker-stack/build.rst ## @@ -0,0 +1,380 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributor

[GitHub] [airflow] mik-laj commented on a change in pull request #14765: Docker image docs

2021-03-13 Thread GitBox
mik-laj commented on a change in pull request #14765: URL: https://github.com/apache/airflow/pull/14765#discussion_r593817226 ## File path: docs/docker-stack/entrypoint.rst ## @@ -0,0 +1,201 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contrib

[airflow] branch master updated: Add Helm Chart logo to docs index (#14762)

2021-03-13 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula 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 78cf414 Add Helm Chart logo to docs inde

[GitHub] [airflow] mik-laj merged pull request #14762: Add Helm Chart logo to docs index

2021-03-13 Thread GitBox
mik-laj merged pull request #14762: URL: https://github.com/apache/airflow/pull/14762 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 t

[GitHub] [airflow] github-actions[bot] closed pull request #13553: WIP: Standardize existing fab perms.

2021-03-13 Thread GitBox
github-actions[bot] closed pull request #13553: URL: https://github.com/apache/airflow/pull/13553 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [airflow] github-actions[bot] closed pull request #13574: fix template rendering for templated fields nested in other templated fields

2021-03-13 Thread GitBox
github-actions[bot] closed pull request #13574: URL: https://github.com/apache/airflow/pull/13574 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [airflow] github-actions[bot] closed pull request #13541: added support for device_requests in DockerOperator

2021-03-13 Thread GitBox
github-actions[bot] closed pull request #13541: URL: https://github.com/apache/airflow/pull/13541 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [airflow] github-actions[bot] closed pull request #13622: Switch logic for rule check

2021-03-13 Thread GitBox
github-actions[bot] closed pull request #13622: URL: https://github.com/apache/airflow/pull/13622 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [airflow] github-actions[bot] closed pull request #13193: Add Prerequisites that new provider package should fulfils

2021-03-13 Thread GitBox
github-actions[bot] closed pull request #13193: URL: https://github.com/apache/airflow/pull/13193 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [airflow] github-actions[bot] closed pull request #12741: Adds Docs to compare SubDAGs and TaskGroups

2021-03-13 Thread GitBox
github-actions[bot] closed pull request #12741: URL: https://github.com/apache/airflow/pull/12741 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [airflow] github-actions[bot] commented on pull request #14531: Running tests in parallel for self-hosted runners

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14531: URL: https://github.com/apache/airflow/pull/14531#issuecomment-798807906 [The Workflow run](https://github.com/apache/airflow/actions/runs/650160036) is cancelling this PR. Building images for the PR has failed. Follow the workflow link

[GitHub] [airflow] ShawnMcGough commented on issue #14758: Example DAG for New Azure Data Factory Hooks

2021-03-13 Thread GitBox
ShawnMcGough commented on issue #14758: URL: https://github.com/apache/airflow/issues/14758#issuecomment-798808580 I was able to cobble together an example below. What I struggled with was setting up the default connection. I wasn't able to find an `Azure Data Factory` connection type in t

[GitHub] [airflow] r-richmond commented on pull request #11950: Add Python 3.9 to supported versions

2021-03-13 Thread GitBox
r-richmond commented on pull request #11950: URL: https://github.com/apache/airflow/pull/11950#issuecomment-798811746 Not so subtle bump... Any updates here? Looks like snowflake has [released](https://github.com/snowflakedb/snowflake-connector-python/releases) a couple versions so that bl

svn commit: r46614 - /release/airflow/upgrade-check/1.3.0/

2021-03-13 Thread kaxilnaik
Author: kaxilnaik Date: Sun Mar 14 01:16:22 2021 New Revision: 46614 Log: Release Airflow Upgrade Check 1.3.0 from 1.3.0rc2 Added: release/airflow/upgrade-check/1.3.0/ release/airflow/upgrade-check/1.3.0/apache-airflow-upgrade-check-1.3.0-bin.tar.gz - copied unchanged from r46610,

svn commit: r46615 - /release/airflow/upgrade-check/1.2.0/

2021-03-13 Thread kaxilnaik
Author: kaxilnaik Date: Sun Mar 14 01:16:43 2021 New Revision: 46615 Log: Remove old Upgrade Check release: 1.2.0 Removed: release/airflow/upgrade-check/1.2.0/

[airflow] annotated tag upgrade-check/1.3.0 updated (f519065 -> 6ccf8f3)

2021-03-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to annotated tag upgrade-check/1.3.0 in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag upgrade-check/1.3.0 was modified! *** from f519065 (commit) to 6ccf8f3 (

[GitHub] [airflow] github-actions[bot] commented on pull request #14757: Refactor info command to use AirflowConsole

2021-03-13 Thread GitBox
github-actions[bot] commented on pull request #14757: URL: https://github.com/apache/airflow/pull/14757#issuecomment-798813556 The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not m

  1   2   >