[GitHub] [airflow] feluelle commented on a change in pull request #9594: Adding new SageMaker operator for ProcessingJobs

2020-07-27 Thread GitBox
feluelle commented on a change in pull request #9594: URL: https://github.com/apache/airflow/pull/9594#discussion_r460809299 ## File path: airflow/providers/amazon/aws/hooks/sagemaker.py ## @@ -786,6 +825,30 @@ def list_training_jobs( ) return results +

[GitHub] [airflow] mik-laj edited a comment on pull request #10015: Fix KubernetesExecutor import is broken in webserver - Airflow 1.10.11

2020-07-27 Thread GitBox
mik-laj edited a comment on pull request #10015: URL: https://github.com/apache/airflow/pull/10015#issuecomment-664331213 We have one more problem here. All import paths should be backward compatible. After moving the modules, we should create new modules with references to new locations.

[airflow] branch master updated: Use consistent message in SchedulerJob._process_executor_events (#9929)

2020-07-27 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 c12e33e Use consistent message in

[GitHub] [airflow] hienduyph opened a new pull request #10015: Fix KubernetesExecutor import is broken in webui'

2020-07-27 Thread GitBox
hienduyph opened a new pull request #10015: URL: https://github.com/apache/airflow/pull/10015 Based on #6840, #7117, #8404 & #7413 --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #10015: Fix KubernetesExecutor import is broken in webui'

2020-07-27 Thread GitBox
boring-cyborg[bot] commented on pull request #10015: URL: https://github.com/apache/airflow/pull/10015#issuecomment-664284435 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] feluelle closed issue #9744: Replace azure-kusto-data by azure-mgmt-kusto

2020-07-27 Thread GitBox
feluelle closed issue #9744: URL: https://github.com/apache/airflow/issues/9744 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] mik-laj edited a comment on pull request #10015: Fix KubernetesExecutor import is broken in webserver - Airflow 1.10.11

2020-07-27 Thread GitBox
mik-laj edited a comment on pull request #10015: URL: https://github.com/apache/airflow/pull/10015#issuecomment-664331213 We have one more problem here. All import paths should be backward compatible. After moving the modules, we should create new modules with references to new locations.

[GitHub] [airflow] feluelle commented on issue #9744: Replace azure-kusto-data by azure-mgmt-kusto

2020-07-27 Thread GitBox
feluelle commented on issue #9744: URL: https://github.com/apache/airflow/issues/9744#issuecomment-664331801 > I don't think this library provides a way to query Kusto data Thanks @spektom I see. You are correct. And the `adx` hook we already have is querying data. So I am gonna

[jira] [Commented] (AIRFLOW-5644) Simplify TriggerDagRunOperator usage

2020-07-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165616#comment-17165616 ] ASF GitHub Bot commented on AIRFLOW-5644: - feluelle commented on pull request #6317: URL:

[GitHub] [airflow] mik-laj commented on pull request #10015: Fix KubernetesExecutor import is broken in webserver - Airflow 1.10.11

2020-07-27 Thread GitBox
mik-laj commented on pull request #10015: URL: https://github.com/apache/airflow/pull/10015#issuecomment-664331213 We have one more problem here. All import paths should be backward compatible. This means that instead of old modules, we should create files with references to new

[GitHub] [airflow] feluelle commented on pull request #6317: [AIRFLOW-5644] Simplify TriggerDagRunOperator usage

2020-07-27 Thread GitBox
feluelle commented on pull request #6317: URL: https://github.com/apache/airflow/pull/6317#issuecomment-664317897 Yes @shippy these changes are not yet released. As of https://issues.apache.org/jira/browse/AIRFLOW-5644 these changes will be included in 2.0.

[GitHub] [airflow] potiuk commented on pull request #10008: Cancel duplicate runs and HEAD runs that failed at specific jobs

2020-07-27 Thread GitBox
potiuk commented on pull request #10008: URL: https://github.com/apache/airflow/pull/10008#issuecomment-664158876 @turbaszek @mik-laj @kaxil -> would love to merge it before holidays, to get a lot of people happier with faster CI :)

[GitHub] [airflow] turbaszek commented on a change in pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-07-27 Thread GitBox
turbaszek commented on a change in pull request #9593: URL: https://github.com/apache/airflow/pull/9593#discussion_r460761418 ## File path: airflow/providers/google/cloud/operators/dataproc.py ## @@ -502,32 +506,90 @@ def __init__(self, self.timeout = timeout

[GitHub] [airflow] potiuk commented on issue #10014: Release a 2nd wave of Backport packages

2020-07-27 Thread GitBox
potiuk commented on issue #10014: URL: https://github.com/apache/airflow/issues/10014#issuecomment-664228909 cc: @r-richmond This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] turbaszek commented on pull request #9590: Improve idempotency of BigQueryInsertJobOperator

2020-07-27 Thread GitBox
turbaszek commented on pull request #9590: URL: https://github.com/apache/airflow/pull/9590#issuecomment-664228615 Related #10014 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [airflow] mik-laj merged pull request #9959: Add unit tests for samba provider

2020-07-27 Thread GitBox
mik-laj merged pull request #9959: URL: https://github.com/apache/airflow/pull/9959 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 (e68471a -> f149ca9)

2020-07-27 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from e68471a Cancel duplicate runs and HEAD runs that failed at specific jobs (#10008) add f149ca9 Add

[GitHub] [airflow] Pverheijen edited a comment on pull request #9737: Fix failing get_logs on AzureContainerInstanceHook

2020-07-27 Thread GitBox
Pverheijen edited a comment on pull request #9737: URL: https://github.com/apache/airflow/pull/9737#issuecomment-664225203 Hey there, I'm using: Puckel's airflow image VERSION 1.10.9 SOURCE: https://github.com/puckel/docker-airflow Which features

[GitHub] [airflow] turbaszek commented on pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-07-27 Thread GitBox
turbaszek commented on pull request #9593: URL: https://github.com/apache/airflow/pull/9593#issuecomment-664228344 Related #10014 This is an automated message from the Apache Git Service. To respond to the message, please

[airflow] branch master updated (77e0a6e -> e68471a)

2020-07-27 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 77e0a6e Add EBANX company to README.md (#10012) add e68471a Cancel duplicate runs and HEAD runs that failed

[GitHub] [airflow] potiuk merged pull request #10008: Cancel duplicate runs and HEAD runs that failed at specific jobs

2020-07-27 Thread GitBox
potiuk merged pull request #10008: URL: https://github.com/apache/airflow/pull/10008 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 (f149ca9 -> 1d9a634)

2020-07-27 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from f149ca9 Add unit tests for samba provider (#9959) add 1d9a634 Add airflow config get-value command

[GitHub] [airflow] Pverheijen commented on pull request #9737: Fix failing get_logs on AzureContainerInstanceHook

2020-07-27 Thread GitBox
Pverheijen commented on pull request #9737: URL: https://github.com/apache/airflow/pull/9737#issuecomment-664225203 Hey there, I'm using: Puckel's airflow image # VERSION 1.10.9 # SOURCE: https://github.com/puckel/docker-airflow Which features

[GitHub] [airflow] mik-laj merged pull request #9932: Add airflow config get-value command

2020-07-27 Thread GitBox
mik-laj merged pull request #9932: URL: https://github.com/apache/airflow/pull/9932 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 #10014: Release a 2nd wave of Backport packages

2020-07-27 Thread GitBox
potiuk commented on issue #10014: URL: https://github.com/apache/airflow/issues/10014#issuecomment-664224590 @kaxil @turbaszek @dimberman @mik-laj @olchas (and other @apache/airflow-committers who are interested). I am going for holidays today, and won't be available for a week or

[GitHub] [airflow] potiuk opened a new issue #10014: Release a 2nd wave of Backport packages

2020-07-27 Thread GitBox
potiuk opened a new issue #10014: URL: https://github.com/apache/airflow/issues/10014 **Description** I think we are really close to release the second wave of Backport Packages. We accumulated a number of changes already and few more are about to be completed so that we are, I