[jira] [Commented] (AIRFLOW-6761) Wrong "Workgroup" param in aws_athena_hook.py

2020-05-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119504#comment-17119504 ] ASF GitHub Bot commented on AIRFLOW-6761: - kittylon edited a comment on pull request #7386:

[GitHub] [airflow] kittylon edited a comment on pull request #7386: [AIRFLOW-6761] Fix WorkGroup param in AWSAthenaHook

2020-05-29 Thread GitBox
kittylon edited a comment on pull request #7386: URL: https://github.com/apache/airflow/pull/7386#issuecomment-635880467 I'm experiencing the same issue on airflow 1.10.9, in which release was this MR included? This is an

[GitHub] [airflow] ashb opened a new pull request #9062: Allow testing any executor with scheduler_dag_execution_timing.py

2020-05-29 Thread GitBox
ashb opened a new pull request #9062: URL: https://github.com/apache/airflow/pull/9062 --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x] Unit tests coverage for changes (not needed for documentation

[GitHub] [airflow] turbaszek commented on pull request #8227: Add run_type to DagRun

2020-05-29 Thread GitBox
turbaszek commented on pull request #8227: URL: https://github.com/apache/airflow/pull/8227#issuecomment-635886652 Ok, I did a quick test on 30k DagRun records. ```python def make(): with create_session() as s: for j, t in enumerate(DagRunType):

[GitHub] [airflow] simond commented on a change in pull request #9023: Add snowflake to slack operator

2020-05-29 Thread GitBox
simond commented on a change in pull request #9023: URL: https://github.com/apache/airflow/pull/9023#discussion_r432387358 ## File path: tests/providers/snowflake/operators/test_snowflake_to_slack.py ## @@ -0,0 +1,100 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [airflow] simond commented on a change in pull request #9023: Add snowflake to slack operator

2020-05-29 Thread GitBox
simond commented on a change in pull request #9023: URL: https://github.com/apache/airflow/pull/9023#discussion_r432392613 ## File path: airflow/providers/snowflake/operators/snowflake_to_slack.py ## @@ -0,0 +1,152 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [airflow] kittylon edited a comment on pull request #7386: [AIRFLOW-6761] Fix WorkGroup param in AWSAthenaHook

2020-05-29 Thread GitBox
kittylon edited a comment on pull request #7386: URL: https://github.com/apache/airflow/pull/7386#issuecomment-635880467 This wors for version 1.10.10, not for 1.10.9 This is an automated message from the Apache Git Service.

[GitHub] [airflow] JavierLTPromofarma commented on pull request #9061: New company in companies using airflow list

2020-05-29 Thread GitBox
JavierLTPromofarma commented on pull request #9061: URL: https://github.com/apache/airflow/pull/9061#issuecomment-635929331 Thanks! Just usual ELT stuff, nothing fancy haha This is an automated message from the Apache Git

[GitHub] [airflow] JavierLTPromofarma edited a comment on pull request #9061: New company in companies using airflow list

2020-05-29 Thread GitBox
JavierLTPromofarma edited a comment on pull request #9061: URL: https://github.com/apache/airflow/pull/9061#issuecomment-635929331 > Awesome, I am just curious to know what do you use Airflow for with Promofarma :) Thanks! Just usual ELT stuff, nothing fancy haha

[airflow] branch master updated: Add Company to Airflow Users list (#9061)

2020-05-29 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 da83ef8 Add Company to Airflow Users list

[GitHub] [airflow] kaxil merged pull request #9061: New company in companies using airflow list

2020-05-29 Thread GitBox
kaxil merged pull request #9061: URL: https://github.com/apache/airflow/pull/9061 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] simond commented on a change in pull request #9023: Add snowflake to slack operator

2020-05-29 Thread GitBox
simond commented on a change in pull request #9023: URL: https://github.com/apache/airflow/pull/9023#discussion_r432436786 ## File path: tests/providers/snowflake/operators/test_snowflake_to_slack.py ## @@ -0,0 +1,100 @@ +# Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (AIRFLOW-6761) Wrong "Workgroup" param in aws_athena_hook.py

2020-05-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119444#comment-17119444 ] ASF GitHub Bot commented on AIRFLOW-6761: - kittylon commented on pull request #7386: URL:

[GitHub] [airflow] kittylon commented on pull request #7386: [AIRFLOW-6761] Fix WorkGroup param in AWSAthenaHook

2020-05-29 Thread GitBox
kittylon commented on pull request #7386: URL: https://github.com/apache/airflow/pull/7386#issuecomment-635880467 I'm experiencing the same issue on airflow 1.10.9 This is an automated message from the Apache Git Service. To

[GitHub] [airflow] turbaszek edited a comment on pull request #8227: Add run_type to DagRun

2020-05-29 Thread GitBox
turbaszek edited a comment on pull request #8227: URL: https://github.com/apache/airflow/pull/8227#issuecomment-635886652 Ok, I did a quick test on 30k DagRun records. ```python def make(): with create_session() as s: for j, t in enumerate(DagRunType):

svn commit: r39822 - /dev/airflow/backport-providers/2020.5.20rc3/

2020-05-29 Thread potiuk
Author: potiuk Date: Fri May 29 10:33:46 2020 New Revision: 39822 Log: Removed erroneously added extra sha512/asc Removed: dev/airflow/backport-providers/2020.5.20rc3/apache-airflow-backport-providers-2020.5.20rc3-source.tar.gz.asc.sha512.asc

[jira] [Commented] (AIRFLOW-6761) Wrong "Workgroup" param in aws_athena_hook.py

2020-05-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119506#comment-17119506 ] ASF GitHub Bot commented on AIRFLOW-6761: - kittylon edited a comment on pull request #7386:

[GitHub] [airflow] turbaszek edited a comment on pull request #8227: Add run_type to DagRun

2020-05-29 Thread GitBox
turbaszek edited a comment on pull request #8227: URL: https://github.com/apache/airflow/pull/8227#issuecomment-635886652 Ok, I did a quick test on 30k DagRun records. Setup: breeze + postgres ```python def make(): with create_session() as s: for j, t in

[GitHub] [airflow] turbaszek commented on a change in pull request #8962: [AIRFLOW-8057] [AIP-31] Add @task decorator

2020-05-29 Thread GitBox
turbaszek commented on a change in pull request #8962: URL: https://github.com/apache/airflow/pull/8962#discussion_r432401785 ## File path: airflow/operators/python.py ## @@ -145,6 +149,131 @@ def execute_callable(self): return self.python_callable(*self.op_args,

[GitHub] [airflow] turbaszek commented on a change in pull request #9037: Create guide for Dataproc Operators

2020-05-29 Thread GitBox
turbaszek commented on a change in pull request #9037: URL: https://github.com/apache/airflow/pull/9037#discussion_r432439593 ## File path: docs/operators-and-hooks-ref.rst ## @@ -696,7 +696,7 @@ These integrations allow you to perform various operations within the Google Clo

[GitHub] [airflow] JavierLTPromofarma commented on pull request #9008: Get connections uri with AWS Secrets Manager backend

2020-05-29 Thread GitBox
JavierLTPromofarma commented on pull request #9008: URL: https://github.com/apache/airflow/pull/9008#issuecomment-635939220 I get the error `Too many nested blocks`, any suggestions to refactor the code @kaxil or @someonelese? Thank you very much

[GitHub] [airflow] ywan2017 commented on issue #8963: SparkSubmitOperator could not get Exit Code after log stream interrupted by k8s old resource version exception

2020-05-29 Thread GitBox
ywan2017 commented on issue #8963: URL: https://github.com/apache/airflow/issues/8963#issuecomment-635782223 > @ywan2017 I also have a PR open on airflow to work with spark 3.0 #8730 I saw you trying to fix spark watcher on k8s which is awesome! And that influence airflow schedule

[GitHub] [airflow] feluelle commented on a change in pull request #9023: Add snowflake to slack operator

2020-05-29 Thread GitBox
feluelle commented on a change in pull request #9023: URL: https://github.com/apache/airflow/pull/9023#discussion_r432354501 ## File path: airflow/providers/snowflake/operators/snowflake_to_slack.py ## @@ -0,0 +1,152 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [airflow] JavierLopezT opened a new pull request #9061: New company in companies using airflow list

2020-05-29 Thread GitBox
JavierLopezT opened a new pull request #9061: URL: https://github.com/apache/airflow/pull/9061 --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x] Unit tests coverage for changes (not needed for

[airflow] branch master updated (decf7e8 -> 81b2761)

2020-05-29 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 decf7e8 Profile hostname for celery executor (#8624) add 81b2761 add example dag and system test for

[GitHub] [airflow] potiuk merged pull request #9056: add example dag and system test for GoogleSheetsToGCSOperator

2020-05-29 Thread GitBox
potiuk merged pull request #9056: URL: https://github.com/apache/airflow/pull/9056 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] JavierLopezT opened a new pull request #9059: Change name and add template fields to Redshift to s3 operator

2020-05-29 Thread GitBox
JavierLopezT opened a new pull request #9059: URL: https://github.com/apache/airflow/pull/9059 Changing this name will maintain the coherence among the transfer operators. Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of

[GitHub] [airflow] fuyi commented on pull request #8675: show correct duration on graph view for running task (#8311)

2020-05-29 Thread GitBox
fuyi commented on pull request #8675: URL: https://github.com/apache/airflow/pull/8675#issuecomment-635840286 Hi @ashb , Do you have any comment for this PR? : ) This is an automated message from the Apache Git Service. To

[GitHub] [airflow] boring-cyborg[bot] commented on issue #9060: Connection support for repeated extra fields

2020-05-29 Thread GitBox
boring-cyborg[bot] commented on issue #9060: URL: https://github.com/apache/airflow/issues/9060#issuecomment-635843013 Thanks for opening your first issue here! Be sure to follow the issue template! This is an automated

[GitHub] [airflow] frnidito opened a new issue #9060: Connection support for repeated extra fields

2020-05-29 Thread GitBox
frnidito opened a new issue #9060: URL: https://github.com/apache/airflow/issues/9060 **Description** The `Connection` object should be able to support repeated keys in the extra fields. **Use case / motivation** Some connections strings, for instance the one used by

[GitHub] [airflow] potiuk commented on a change in pull request #9057: Update Breeze Documentation to have WSL 2 Instructions instead of WSL 1

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #9057: URL: https://github.com/apache/airflow/pull/9057#discussion_r432296515 ## File path: BREEZE.rst ## @@ -78,36 +78,46 @@ Docker Compose - **Permissions**: Configure to run the ``docker-compose`` command. -Docker in WSL

[GitHub] [airflow] potiuk commented on a change in pull request #9057: Update Breeze Documentation to have WSL 2 Instructions instead of WSL 1

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #9057: URL: https://github.com/apache/airflow/pull/9057#discussion_r432296696 ## File path: BREEZE.rst ## @@ -78,36 +78,46 @@ Docker Compose - **Permissions**: Configure to run the ``docker-compose`` command. -Docker in WSL

[GitHub] [airflow] potiuk commented on a change in pull request #9057: Update Breeze Documentation to have WSL 2 Instructions instead of WSL 1

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #9057: URL: https://github.com/apache/airflow/pull/9057#discussion_r432296823 ## File path: BREEZE.rst ## @@ -78,36 +78,46 @@ Docker Compose - **Permissions**: Configure to run the ``docker-compose`` command. -Docker in WSL

[GitHub] [airflow] feluelle commented on a change in pull request #9023: Add snowflake to slack operator

2020-05-29 Thread GitBox
feluelle commented on a change in pull request #9023: URL: https://github.com/apache/airflow/pull/9023#discussion_r432351393 ## File path: tests/providers/snowflake/operators/test_snowflake_to_slack.py ## @@ -0,0 +1,100 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [airflow] JavierLopezT closed pull request #9059: Change name and add template fields to Redshift to s3 operator

2020-05-29 Thread GitBox
JavierLopezT closed pull request #9059: URL: https://github.com/apache/airflow/pull/9059 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] stijndehaes commented on issue #8963: SparkSubmitOperator could not get Exit Code after log stream interrupted by k8s old resource version exception

2020-05-29 Thread GitBox
stijndehaes commented on issue #8963: URL: https://github.com/apache/airflow/issues/8963#issuecomment-635786827 @ywan2017 Yeah once this is merged I want to try to backport it to 2.4.x. But the code has been refactored a lot in 3.x so this will take a while.

[GitHub] [airflow] potiuk commented on pull request #9057: Update Breeze Documentation to have WSL 2 Instructions instead of WSL 1

2020-05-29 Thread GitBox
potiuk commented on pull request #9057: URL: https://github.com/apache/airflow/pull/9057#issuecomment-635805488 Nice! Thanks! Few nits and style pre-commit check which is I think about extra spaces. FYI if you install pre-commit (see

[GitHub] [airflow] feluelle commented on a change in pull request #9057: Update Breeze Documentation to have WSL 2 Instructions instead of WSL 1

2020-05-29 Thread GitBox
feluelle commented on a change in pull request #9057: URL: https://github.com/apache/airflow/pull/9057#discussion_r432337561 ## File path: BREEZE.rst ## @@ -78,36 +78,46 @@ Docker Compose - **Permissions**: Configure to run the ``docker-compose`` command. -Docker in WSL

[GitHub] [airflow] kaxil commented on pull request #9061: New company in companies using airflow list

2020-05-29 Thread GitBox
kaxil commented on pull request #9061: URL: https://github.com/apache/airflow/pull/9061#issuecomment-635856885 Awesome, I am just curious to know what do you use Airflow for with Promofarma :) This is an automated message

[airflow] 01/01: Use production image for k8s tests (#9038)

2020-05-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 2518ffb8fa2aa64c116c8bd69652e80e478a4da0 Author: Daniel Imberman AuthorDate: Thu May 28 09:53:03 2020 -0700

[airflow] branch v1-10-test updated (3a4e73c -> 2518ffb)

2020-05-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. omit 3a4e73c Use production image for k8s tests (#9038) new 2518ffb Use production image for k8s tests

[GitHub] [airflow] dimberman commented on pull request #8545: [AIRFLOW-249] Refactor the SLA mechanism (Continuation from #3584 )

2020-05-29 Thread GitBox
dimberman commented on pull request #8545: URL: https://github.com/apache/airflow/pull/8545#issuecomment-635997051 Hi @seanxwzhang we've fixed the k8s tests can you rebase? @BasPH does this look good to you? This is

[airflow] branch master updated (86909de -> ada26be)

2020-05-29 Thread turbaszek
This is an automated email from the ASF dual-hosted git repository. turbaszek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 86909de Allow testing any executor with scheduler_dag_execution_timing.py (#9062) add ada26be Add

[GitHub] [airflow] turbaszek commented on pull request #9043: Add example dag and system test for LocalFilesystemToGCSOperator

2020-05-29 Thread GitBox
turbaszek commented on pull request #9043: URL: https://github.com/apache/airflow/pull/9043#issuecomment-636021628 @ephraimbuddy can you please rebase? This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] turbaszek commented on a change in pull request #9058: Improve test for the next_execution cli command

2020-05-29 Thread GitBox
turbaszek commented on a change in pull request #9058: URL: https://github.com/apache/airflow/pull/9058#discussion_r432549412 ## File path: tests/cli/commands/test_dag_command.py ## @@ -240,21 +239,30 @@ def test_cli_backfill_depends_on_past_backwards(self, mock_run):

[GitHub] [airflow] kaxil commented on a change in pull request #9062: Allow testing any executor with scheduler_dag_execution_timing.py

2020-05-29 Thread GitBox
kaxil commented on a change in pull request #9062: URL: https://github.com/apache/airflow/pull/9062#discussion_r432450661 ## File path: scripts/perf/scheduler_dag_execution_timing.py ## @@ -175,8 +180,13 @@ def create_dag_runs(dag, num_runs, session): Warning: this

[GitHub] [airflow] potiuk commented on a change in pull request #9057: Update Breeze Documentation to have WSL 2 Instructions instead of WSL 1

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #9057: URL: https://github.com/apache/airflow/pull/9057#discussion_r432466494 ## File path: BREEZE.rst ## @@ -78,36 +78,46 @@ Docker Compose - **Permissions**: Configure to run the ``docker-compose`` command. -Docker in WSL

[GitHub] [airflow] notatallshaw commented on pull request #9057: Update Breeze Documentation to have WSL 2 Instructions instead of WSL 1

2020-05-29 Thread GitBox
notatallshaw commented on pull request #9057: URL: https://github.com/apache/airflow/pull/9057#issuecomment-635984001 Thanks for your time, I'll take a look over all of these and fix them. This is an automated message from

[airflow] 01/01: Use production image for k8s tests (#9038)

2020-05-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 62e5696f5bdfdd01745c4d6d13c09d833f8c79af Author: Daniel Imberman AuthorDate: Fri May 29 07:14:16 2020 -0700

[airflow] branch v1-10-test updated (2518ffb -> 62e5696)

2020-05-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. omit 2518ffb Use production image for k8s tests (#9038) new 62e5696 Use production image for k8s tests

[GitHub] [airflow] mik-laj commented on a change in pull request #9008: Get connections uri with AWS Secrets Manager backend

2020-05-29 Thread GitBox
mik-laj commented on a change in pull request #9008: URL: https://github.com/apache/airflow/pull/9008#discussion_r432514532 ## File path: airflow/providers/amazon/aws/secrets/secrets_manager.py ## @@ -83,43 +86,87 @@ def client(self): ) return

[jira] [Commented] (AIRFLOW-249) Refactor the SLA mechanism

2020-05-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119649#comment-17119649 ] ASF GitHub Bot commented on AIRFLOW-249: dimberman commented on pull request #8545: URL:

[GitHub] [airflow] Moress commented on pull request #8911: Support extra config options for Sentry

2020-05-29 Thread GitBox
Moress commented on pull request #8911: URL: https://github.com/apache/airflow/pull/8911#issuecomment-635998075 @mik-laj, Need i do something else for approving? This is an automated message from the Apache Git Service.

[GitHub] [airflow] kaxil merged pull request #9062: Allow testing any executor with scheduler_dag_execution_timing.py

2020-05-29 Thread GitBox
kaxil merged pull request #9062: URL: https://github.com/apache/airflow/pull/9062 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 a change in pull request #8895: Add Delete/Create S3 bucket operators

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #8895: URL: https://github.com/apache/airflow/pull/8895#discussion_r432547998 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_bucket.py ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under

[airflow] branch master updated: Added test for bigquery sensor (#8986)

2020-05-29 Thread turbaszek
This is an automated email from the ASF dual-hosted git repository. turbaszek 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 3d3c042 Added test for bigquery sensor

[GitHub] [airflow] turbaszek merged pull request #8986: Added test for bigquery sensor

2020-05-29 Thread GitBox
turbaszek merged pull request #8986: URL: https://github.com/apache/airflow/pull/8986 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] turbaszek commented on a change in pull request #9043: Add example dag and system test for LocalFilesystemToGCSOperator

2020-05-29 Thread GitBox
turbaszek commented on a change in pull request #9043: URL: https://github.com/apache/airflow/pull/9043#discussion_r432544706 ## File path: tests/providers/google/cloud/operators/test_local_to_gcs_system.py ## @@ -0,0 +1,46 @@ +# +# Licensed to the Apache Software Foundation

[GitHub] [airflow] kaxil commented on a change in pull request #9008: Get connections uri with AWS Secrets Manager backend

2020-05-29 Thread GitBox
kaxil commented on a change in pull request #9008: URL: https://github.com/apache/airflow/pull/9008#discussion_r432544185 ## File path: airflow/providers/amazon/aws/secrets/secrets_manager.py ## @@ -83,43 +86,87 @@ def client(self): ) return

[GitHub] [airflow] turbaszek closed issue #9040: Correctly describe the dst parameter in LocalFilesystemToGCS operator

2020-05-29 Thread GitBox
turbaszek closed issue #9040: URL: https://github.com/apache/airflow/issues/9040 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] turbaszek merged pull request #9055: add correct description for dst parameter in LocalFilesystemToGCSOperator

2020-05-29 Thread GitBox
turbaszek merged pull request #9055: URL: https://github.com/apache/airflow/pull/9055 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 #8895: Add Delete/Create S3 bucket operators

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #8895: URL: https://github.com/apache/airflow/pull/8895#discussion_r432549906 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_bucket.py ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [airflow] NBardelot opened a new issue #9063: LDAPS forces ssl.CERT_REQUIRED preventing the use of self-signed certificates

2020-05-29 Thread GitBox
NBardelot opened a new issue #9063: URL: https://github.com/apache/airflow/issues/9063 In `contrib/auth/backends/ldap_auth.py` in the stable version of Airflow maintained under the branch `v1-10-stable`: ``` tls_configuration = Tls(validate=ssl.CERT_REQUIRED,

[GitHub] [airflow] dimberman commented on pull request #8680: Add metric for start/end task run

2020-05-29 Thread GitBox
dimberman commented on pull request #8680: URL: https://github.com/apache/airflow/pull/8680#issuecomment-635994117 Hi @Acehaidrey. The tests are working now. Can you please rebase? This is an automated message from the

[airflow] branch master updated (da83ef8 -> 86909de)

2020-05-29 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from da83ef8 Add Company to Airflow Users list (#9061) add 86909de Allow testing any executor with

[GitHub] [airflow] potiuk commented on a change in pull request #8895: Add Delete/Create S3 bucket operators

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #8895: URL: https://github.com/apache/airflow/pull/8895#discussion_r432551482 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_bucket.py ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [airflow] turbaszek commented on a change in pull request #9054: Add MySqlToS3Operator

2020-05-29 Thread GitBox
turbaszek commented on a change in pull request #9054: URL: https://github.com/apache/airflow/pull/9054#discussion_r432555050 ## File path: airflow/providers/amazon/aws/operators/mysql_to_s3.py ## @@ -0,0 +1,126 @@ +# +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [airflow] dimberman closed pull request #8932: K8s tests on GitHub actions

2020-05-29 Thread GitBox
dimberman closed pull request #8932: URL: https://github.com/apache/airflow/pull/8932 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 #8895: Add Delete/Create S3 bucket operators

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #8895: URL: https://github.com/apache/airflow/pull/8895#discussion_r432558828 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_bucket.py ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [airflow] potiuk commented on a change in pull request #8895: Add Delete/Create S3 bucket operators

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #8895: URL: https://github.com/apache/airflow/pull/8895#discussion_r432559278 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_bucket.py ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [airflow] potiuk commented on a change in pull request #8895: Add Delete/Create S3 bucket operators

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #8895: URL: https://github.com/apache/airflow/pull/8895#discussion_r432564478 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_bucket.py ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [airflow] potiuk opened a new pull request #9064: Provide_context coma is added only when there is not one already

2020-05-29 Thread GitBox
potiuk opened a new pull request #9064: URL: https://github.com/apache/airflow/pull/9064 --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x] Unit tests coverage for changes (not needed for documentation

[GitHub] [airflow] mdediana commented on a change in pull request #9058: Improve test for the next_execution cli command

2020-05-29 Thread GitBox
mdediana commented on a change in pull request #9058: URL: https://github.com/apache/airflow/pull/9058#discussion_r432604604 ## File path: tests/cli/commands/test_dag_command.py ## @@ -240,21 +240,29 @@ def test_cli_backfill_depends_on_past_backwards(self, mock_run):

[airflow] branch master updated (3d3c042 -> 5cf46fa)

2020-05-29 Thread turbaszek
This is an automated email from the ASF dual-hosted git repository. turbaszek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 3d3c042 Added test for bigquery sensor (#8986) add 5cf46fa Add SlackAPIFileOperator impementing

[GitHub] [airflow] turbaszek commented on pull request #9054: Add MySqlToS3Operator

2020-05-29 Thread GitBox
turbaszek commented on pull request #9054: URL: https://github.com/apache/airflow/pull/9054#issuecomment-636027958 Hi @JavierLopezT happy to help deliver this finally. Can you take a look at the static checks? This is an

[GitHub] [airflow] potiuk commented on a change in pull request #8895: Add Delete/Create S3 bucket operators

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #8895: URL: https://github.com/apache/airflow/pull/8895#discussion_r432552968 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_bucket.py ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [airflow] simond commented on pull request #9023: Add snowflake to slack operator

2020-05-29 Thread GitBox
simond commented on pull request #9023: URL: https://github.com/apache/airflow/pull/9023#issuecomment-636035977 @feluelle Thanks for the review. I've made your suggested changes and ready for another look when you get a chance!

[GitHub] [airflow] randr97 commented on a change in pull request #8895: Add Delete/Create S3 bucket operators

2020-05-29 Thread GitBox
randr97 commented on a change in pull request #8895: URL: https://github.com/apache/airflow/pull/8895#discussion_r432572423 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_bucket.py ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [airflow] NBardelot opened a new pull request #9065: ADD ldap and self-signed certificate

2020-05-29 Thread GitBox
NBardelot opened a new pull request #9065: URL: https://github.com/apache/airflow/pull/9065 Fixes issue #9063 : LDAPS forces ssl.CERT_REQUIRED preventing the use of self-signed certificates This is an automated message

[GitHub] [airflow] turbaszek commented on a change in pull request #9058: Improve test for the next_execution cli command

2020-05-29 Thread GitBox
turbaszek commented on a change in pull request #9058: URL: https://github.com/apache/airflow/pull/9058#discussion_r432602581 ## File path: tests/cli/commands/test_dag_command.py ## @@ -240,21 +240,29 @@ def test_cli_backfill_depends_on_past_backwards(self, mock_run):

[GitHub] [airflow] potiuk commented on a change in pull request #8895: Add Delete/Create S3 bucket operators

2020-05-29 Thread GitBox
potiuk commented on a change in pull request #8895: URL: https://github.com/apache/airflow/pull/8895#discussion_r432558400 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_bucket.py ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [airflow] feluelle commented on a change in pull request #9057: Update Breeze Documentation to have WSL 2 Instructions instead of WSL 1

2020-05-29 Thread GitBox
feluelle commented on a change in pull request #9057: URL: https://github.com/apache/airflow/pull/9057#discussion_r432566177 ## File path: BREEZE.rst ## @@ -78,36 +78,46 @@ Docker Compose - **Permissions**: Configure to run the ``docker-compose`` command. -Docker in WSL

[GitHub] [airflow] dimberman merged pull request #8904: Move Kubernetes modules out of contrib to match 2.0 layout

2020-05-29 Thread GitBox
dimberman merged pull request #8904: URL: https://github.com/apache/airflow/pull/8904 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] boring-cyborg[bot] commented on pull request #9004: Add SlackAPIFileOperator impementing files.upload from Slack API

2020-05-29 Thread GitBox
boring-cyborg[bot] commented on pull request #9004: URL: https://github.com/apache/airflow/pull/9004#issuecomment-636069746 Awesome work, congrats on your first merged pull request! This is an automated message from the

[GitHub] [airflow] turbaszek merged pull request #9004: Add SlackAPIFileOperator impementing files.upload from Slack API

2020-05-29 Thread GitBox
turbaszek merged pull request #9004: URL: https://github.com/apache/airflow/pull/9004 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 v1-10-test updated (c862025 -> 7795e50)

2020-05-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard c862025 [AIRFLOW-4851] Refactor K8S codebase with k8s API models (#5481) omit 4daccda Move

[airflow] branch v1-10-test updated (7795e50 -> d11791d)

2020-05-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 7795e50 [AIRFLOW-4851] Refactor K8S codebase with k8s API models (#5481) add d11791d [AIRFLOW-4851]

[jira] [Commented] (AIRFLOW-4851) Refactor K8S related code to use vendored k8s library

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

[jira] [Commented] (AIRFLOW-4851) Refactor K8S related code to use vendored k8s library

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

[jira] [Commented] (AIRFLOW-4851) Refactor K8S related code to use vendored k8s library

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

[jira] [Commented] (AIRFLOW-4851) Refactor K8S related code to use vendored k8s library

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

[jira] [Commented] (AIRFLOW-4851) Refactor K8S related code to use vendored k8s library

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

[airflow] branch refactor-k8s-2 created (now 4daccda)

2020-05-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a change to branch refactor-k8s-2 in repository https://gitbox.apache.org/repos/asf/airflow.git. at 4daccda Move k8sexecutor out of contrib to closer match master (#8904) No new revisions were added by

[jira] [Commented] (AIRFLOW-4851) Refactor K8S related code to use vendored k8s library

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

[jira] [Commented] (AIRFLOW-4851) Refactor K8S related code to use vendored k8s library

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

[jira] [Commented] (AIRFLOW-4851) Refactor K8S related code to use vendored k8s library

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

[airflow] branch v1-10-test updated (d742359 -> 62d441b)

2020-05-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. omit d742359 [AIRFLOW-4851] Refactor K8S codebase with k8s API models (#5481) add 62d441b [AIRFLOW-4851]

[GitHub] [airflow] dimberman commented on pull request #9066: add separate example dags and system tests for GCSToGoogleSheetsOperator

2020-05-29 Thread GitBox
dimberman commented on pull request #9066: URL: https://github.com/apache/airflow/pull/9066#issuecomment-636201222 Thank you @ephraimbuddy! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] xinbinhuang commented on a change in pull request #8888: Add AWS ECS system test

2020-05-29 Thread GitBox
xinbinhuang commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r429579522 ## File path: tests/providers/amazon/aws/operators/test_ecs_system.py ## @@ -0,0 +1,99 @@ +# +# Licensed to the Apache Software Foundation (ASF)

[airflow] branch master updated (5cf46fa -> a779c4d)

2020-05-29 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 5cf46fa Add SlackAPIFileOperator impementing files.upload from Slack API (#9004) add a779c4d add

  1   2   >