[GitHub] [airflow] mik-laj commented on pull request #8889: Support custom Variable implementation

2020-05-16 Thread GitBox
mik-laj commented on pull request #8889: URL: https://github.com/apache/airflow/pull/8889#issuecomment-629744199 You can override variable using secret backend: https://airflow.readthedocs.io/en/latest/howto/use-alternative-secrets-backend.html

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

2020-05-16 Thread GitBox
xinbinhuang commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r426209091 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -51,6 +54,27 @@ def provide_aws_s3_bucket(name): @pytest.mark.system("amazon") class

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

2020-05-16 Thread GitBox
xinbinhuang commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r426209091 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -51,6 +54,27 @@ def provide_aws_s3_bucket(name): @pytest.mark.system("amazon") class

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

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

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

2020-05-16 Thread GitBox
mustafagok commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r426207757 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -92,3 +135,310 @@ def create_emr_default_roles(cls) -> None: """ cmd =

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

2020-05-16 Thread GitBox
mustafagok commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r426207661 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -51,6 +54,27 @@ def provide_aws_s3_bucket(name): @pytest.mark.system("amazon") class

[GitHub] [airflow] milton0825 opened a new pull request #8889: Support custom Variable implementation

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

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

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

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

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

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

2020-05-16 Thread GitBox
xinbinhuang commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r426193317 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -51,6 +54,27 @@ def provide_aws_s3_bucket(name): @pytest.mark.system("amazon") class

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

2020-05-16 Thread GitBox
xinbinhuang commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r426192919 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -92,3 +135,310 @@ def create_emr_default_roles(cls) -> None: """ cmd

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

2020-05-16 Thread GitBox
xinbinhuang commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r426192919 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -92,3 +135,310 @@ def create_emr_default_roles(cls) -> None: """ cmd

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

2020-05-16 Thread GitBox
xinbinhuang commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r426192919 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -92,3 +135,310 @@ def create_emr_default_roles(cls) -> None: """ cmd

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

2020-05-16 Thread GitBox
xinbinhuang commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r426192991 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -92,3 +135,310 @@ def create_emr_default_roles(cls) -> None: """ cmd

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

2020-05-16 Thread GitBox
xinbinhuang commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r426192919 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -92,3 +135,310 @@ def create_emr_default_roles(cls) -> None: """ cmd

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

2020-05-16 Thread GitBox
xinbinhuang commented on a change in pull request #: URL: https://github.com/apache/airflow/pull/#discussion_r426192142 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -92,3 +135,310 @@ def create_emr_default_roles(cls) -> None: """ cmd

[airflow] branch master updated: Monitor pods by labels instead of names (#6377)

2020-05-16 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman 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 8985df0 Monitor pods by labels instead of

[GitHub] [airflow] dimberman merged pull request #6377: Monitor pods by labels instead of names

2020-05-16 Thread GitBox
dimberman merged pull request #6377: URL: https://github.com/apache/airflow/pull/6377 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] milton0825 merged pull request #8422: Add Snowflake system test

2020-05-16 Thread GitBox
milton0825 merged pull request #8422: URL: https://github.com/apache/airflow/pull/8422 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: Add Snowflake system test (#8422)

2020-05-16 Thread milton0825
This is an automated email from the ASF dual-hosted git repository. milton0825 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 a546a10 Add Snowflake system test (#8422)

[GitHub] [airflow] xinbinhuang commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
xinbinhuang commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r426189138 ## File path: tests/providers/amazon/aws/operators/test_s3_to_redshift_system.py ## @@ -0,0 +1,62 @@ +# +# Licensed to the Apache Software Foundation

[GitHub] [airflow] feluelle commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
feluelle commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r426186170 ## File path: tests/test_utils/postgres_system_helpers.py ## @@ -0,0 +1,97 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [airflow] mustafagok commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
mustafagok commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r426184251 ## File path: tests/test_utils/postgres_system_helpers.py ## @@ -0,0 +1,97 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [airflow] mustafagok opened a new pull request #8888: Add AWS ECS system test

2020-05-16 Thread GitBox
mustafagok opened a new pull request #: URL: https://github.com/apache/airflow/pull/ Add AWS ECS system test ECS System Test to run and test example ECS dags Required variables.env file content (from your account): ``` # Auto-export all variables set -a

[GitHub] [airflow] TRReeve commented on issue #8212: Can't read S3 remote logs using Airflow 1.10.9

2020-05-16 Thread GitBox
TRReeve commented on issue #8212: URL: https://github.com/apache/airflow/issues/8212#issuecomment-629695028 Having gotten remote logging working on 1.10.10 I've noticed there seems to be a difference in how the workers handle the log upload versus the webserver component. The Connection

[GitHub] [airflow] dimberman closed pull request #8222: github action tests

2020-05-16 Thread GitBox
dimberman closed pull request #8222: URL: https://github.com/apache/airflow/pull/8222 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] feluelle commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
feluelle commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r426180536 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_to_redshift.py ## @@ -0,0 +1,53 @@ +# Licensed to the Apache Software Foundation

[GitHub] [airflow] feluelle commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
feluelle commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r426180536 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_to_redshift.py ## @@ -0,0 +1,53 @@ +# Licensed to the Apache Software Foundation

[GitHub] [airflow] feluelle commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
feluelle commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r426180306 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -82,6 +89,31 @@ def delete_aws_s3_bucket(cls, name: str) -> None: cmd = ["aws",

[GitHub] [airflow] feluelle commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
feluelle commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r426180306 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -82,6 +89,31 @@ def delete_aws_s3_bucket(cls, name: str) -> None: cmd = ["aws",

[GitHub] [airflow] feluelle commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
feluelle commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r426180163 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -82,6 +89,31 @@ def delete_aws_s3_bucket(cls, name: str) -> None: cmd = ["aws",

[GitHub] [airflow] mik-laj commented on issue #8821: Add ability to filter dag list by clicking on specific tag

2020-05-16 Thread GitBox
mik-laj commented on issue #8821: URL: https://github.com/apache/airflow/issues/8821#issuecomment-629684333 @Sangarshanan I assigned you to this ticket. I look forward to your contributions.  This is an automated message

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

2020-05-16 Thread Ash Berlin-Taylor (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor resolved AIRFLOW-6535. Fix Version/s: 1.10.11 Resolution: Fixed > add exception subclass to fail

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

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

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

2020-05-16 Thread ash
This is an automated email from the ASF dual-hosted git repository. ash 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 707bb0c [AIRFLOW-6535] Add AirflowFailException

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

2020-05-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17109152#comment-17109152 ] ASF GitHub Bot commented on AIRFLOW-6535: - ashb merged pull request #7133: URL:

[GitHub] [airflow] ashb merged pull request #7133: [AIRFLOW-6535] add exception to fail without retry

2020-05-16 Thread GitBox
ashb merged pull request #7133: URL: https://github.com/apache/airflow/pull/7133 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] ashb commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
ashb commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r426175472 ## File path: tests/test_utils/postgres_system_helpers.py ## @@ -0,0 +1,97 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [airflow] ashb commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
ashb commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r426175319 ## File path: tests/test_utils/amazon_system_helpers.py ## @@ -82,6 +89,31 @@ def delete_aws_s3_bucket(cls, name: str) -> None: cmd = ["aws",

[GitHub] [airflow] ashb commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
ashb commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r426175074 ## File path: airflow/providers/amazon/aws/example_dags/example_s3_to_redshift.py ## @@ -0,0 +1,53 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [airflow] feluelle commented on pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
feluelle commented on pull request #8877: URL: https://github.com/apache/airflow/pull/8877#issuecomment-629680173 Ready for review. PTAL @ashb @potiuk Maybe @xinbinhuang @mustafagok @baolsen if you have time :) This

[GitHub] [airflow] feluelle commented on a change in pull request #8877: Add S3ToRedshift example dag and system test

2020-05-16 Thread GitBox
feluelle commented on a change in pull request #8877: URL: https://github.com/apache/airflow/pull/8877#discussion_r425906307 ## File path: tests/providers/amazon/aws/operators/test_s3_to_redshift_system.py ## @@ -0,0 +1,62 @@ +# +# Licensed to the Apache Software Foundation

[GitHub] [airflow] tanjinP commented on issue #8286: Cloud Memorystore for Memcached operators

2020-05-16 Thread GitBox
tanjinP commented on issue #8286: URL: https://github.com/apache/airflow/issues/8286#issuecomment-629679626 @mik-laj you can assign this to me  This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] Sangarshanan commented on issue #8821: Add ability to filter dag list by clicking on specific tag

2020-05-16 Thread GitBox
Sangarshanan commented on issue #8821: URL: https://github.com/apache/airflow/issues/8821#issuecomment-629679087 I could pick this up if this is not taken yet? This is an automated message from the Apache Git Service. To

[airflow] branch master updated (f3521fb -> f6d5917)

2020-05-16 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 f3521fb Regenerate readme files for backport package release (#8886) add f6d5917 Updated docs for

[GitHub] [airflow] mik-laj merged pull request #8800: Updated docs for experimental API /dags//dag_runs

2020-05-16 Thread GitBox
mik-laj merged pull request #8800: URL: https://github.com/apache/airflow/pull/8800 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] olchas commented on a change in pull request #8858: Refactor BigQuery operators

2020-05-16 Thread GitBox
olchas commented on a change in pull request #8858: URL: https://github.com/apache/airflow/pull/8858#discussion_r426170255 ## File path: airflow/providers/google/cloud/operators/bigquery.py ## @@ -741,28 +747,38 @@ class BigQueryCreateEmptyTableOperator(BaseOperator):

[GitHub] [airflow] mik-laj commented on a change in pull request #8721: Add OpenAPI specification (II)

2020-05-16 Thread GitBox
mik-laj commented on a change in pull request #8721: URL: https://github.com/apache/airflow/pull/8721#discussion_r426169183 ## File path: openapi.yaml ## @@ -0,0 +1,2411 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

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

2020-05-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17109121#comment-17109121 ] ASF GitHub Bot commented on AIRFLOW-6535: - jstern commented on a change in pull request #7133:

[GitHub] [airflow] jstern commented on a change in pull request #7133: [AIRFLOW-6535] add exception to fail without retry

2020-05-16 Thread GitBox
jstern commented on a change in pull request #7133: URL: https://github.com/apache/airflow/pull/7133#discussion_r426167908 ## File path: docs/concepts.rst ## @@ -1216,6 +1216,49 @@ template string: See `Jinja documentation

[GitHub] [airflow] ashb commented on a change in pull request #7133: [AIRFLOW-6535] add exception to fail without retry

2020-05-16 Thread GitBox
ashb commented on a change in pull request #7133: URL: https://github.com/apache/airflow/pull/7133#discussion_r426167357 ## File path: docs/concepts.rst ## @@ -1216,6 +1216,49 @@ template string: See `Jinja documentation

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

2020-05-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17109119#comment-17109119 ] ASF GitHub Bot commented on AIRFLOW-6535: - ashb commented on a change in pull request #7133:

[jira] [Commented] (AIRFLOW-3964) Consolidate and de-duplicate sensor tasks

2020-05-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17109110#comment-17109110 ] ASF GitHub Bot commented on AIRFLOW-3964: - stale[bot] commented on pull request #5499: URL:

[GitHub] [airflow] stale[bot] commented on pull request #5499: [AIRFLOW-3964][AIP-17] Build smart sensor

2020-05-16 Thread GitBox
stale[bot] commented on pull request #5499: URL: https://github.com/apache/airflow/pull/5499#issuecomment-629664671 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

[GitHub] [airflow] ArgentFalcon commented on pull request #8879: [8878] Add the ability for the webserver to sync dags to the DB

2020-05-16 Thread GitBox
ArgentFalcon commented on pull request #8879: URL: https://github.com/apache/airflow/pull/8879#issuecomment-629663447 @mik-laj the command is something I've thought about as well, but I was wondering if that might be more heavyduty than this deserves. I'm not sure how this will

[GitHub] [airflow] mik-laj commented on a change in pull request #8858: Refactor BigQuery operators

2020-05-16 Thread GitBox
mik-laj commented on a change in pull request #8858: URL: https://github.com/apache/airflow/pull/8858#discussion_r426158884 ## File path: airflow/providers/google/cloud/operators/bigquery.py ## @@ -1334,27 +1388,30 @@ class BigQueryUpdateDatasetOperator(BaseOperator):

[GitHub] [airflow] jstern commented on pull request #7133: [AIRFLOW-6535] add exception to fail without retry

2020-05-16 Thread GitBox
jstern commented on pull request #7133: URL: https://github.com/apache/airflow/pull/7133#issuecomment-629655330 @KevinYang21 if you have some time to look at this again ... nothing I'm aware of to hold it up other than committer approval. cc @ashb @potiuk ... i know you guys are

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

2020-05-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17109082#comment-17109082 ] ASF GitHub Bot commented on AIRFLOW-6535: - jstern commented on pull request #7133: URL:

[GitHub] [airflow] olchas commented on a change in pull request #8858: Refactor BigQuery operators

2020-05-16 Thread GitBox
olchas commented on a change in pull request #8858: URL: https://github.com/apache/airflow/pull/8858#discussion_r426157502 ## File path: airflow/providers/google/cloud/operators/bigquery.py ## @@ -1334,27 +1388,30 @@ class BigQueryUpdateDatasetOperator(BaseOperator):

[GitHub] [airflow] mik-laj commented on issue #8861: HttpHook.run method doesn't convert dict in 'data' parameter to json object

2020-05-16 Thread GitBox
mik-laj commented on issue #8861: URL: https://github.com/apache/airflow/issues/8861#issuecomment-629650281 @saurabh7248 I assigned you to this ticket. This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] spencerogawa edited a comment on issue #8717: DagRuns page renders the state column with artifacts

2020-05-16 Thread GitBox
spencerogawa edited a comment on issue #8717: URL: https://github.com/apache/airflow/issues/8717#issuecomment-629646379 I'm having the same issue as well. The state seems clickable. Openshift (REL 7) Python 3.7.6 (compiled from source in Docker image) Airflow 1.10.10 (pip

[GitHub] [airflow] spencerogawa edited a comment on issue #8717: DagRuns page renders the state column with artifacts

2020-05-16 Thread GitBox
spencerogawa edited a comment on issue #8717: URL: https://github.com/apache/airflow/issues/8717#issuecomment-629646379 I'm having the same issue as well. The state seems clickable. Openshift Python 3.7.6 (Compiled from source) REL 7 Airflow 1.10.10 (pip installed)

[GitHub] [airflow] spencerogawa commented on issue #8717: DagRuns page renders the state column with artifacts

2020-05-16 Thread GitBox
spencerogawa commented on issue #8717: URL: https://github.com/apache/airflow/issues/8717#issuecomment-629646379 I'm having the same issue as well. The state seems clickable. Openshift Python 3.7.6 (Compiled from source) REL 7 Airflow 1.10.10

[GitHub] [airflow] saurabh7248 commented on issue #8861: HttpHook.run method doesn't convert dict in 'data' parameter to json object

2020-05-16 Thread GitBox
saurabh7248 commented on issue #8861: URL: https://github.com/apache/airflow/issues/8861#issuecomment-629645918 Hey @mik-laj, can I try my hand at fixing this? This is an automated message from the Apache Git Service. To

[GitHub] [airflow] Sarankrishna opened a new pull request #8887: added greytip to official company list

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

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #8887: added greytip to official company list

2020-05-16 Thread GitBox
boring-cyborg[bot] commented on pull request #8887: URL: https://github.com/apache/airflow/pull/8887#issuecomment-629637197 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] potiuk merged pull request #8886: Regenerate readme files for backport package release

2020-05-16 Thread GitBox
potiuk merged pull request #8886: URL: https://github.com/apache/airflow/pull/8886 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 opened a new pull request #8886: Regenerate readme files for backport package release

2020-05-16 Thread GitBox
potiuk opened a new pull request #8886: URL: https://github.com/apache/airflow/pull/8886 --- 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

[airflow] branch master updated: Fix master failing on generating requirements (#8885)

2020-05-16 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 a3a3411 Fix master failing on generating

[GitHub] [airflow] potiuk merged pull request #8885: Fix master failing on generating requirements

2020-05-16 Thread GitBox
potiuk merged pull request #8885: URL: https://github.com/apache/airflow/pull/8885 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: Check for same task instead of Equality to detect Duplicate Tasks (#8828)

2020-05-16 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 15273f0 Check for same task instead of

[GitHub] [airflow] kaxil merged pull request #8828: Check for same task instead of Equality to detect Duplicate Tasks

2020-05-16 Thread GitBox
kaxil merged pull request #8828: URL: https://github.com/apache/airflow/pull/8828 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] zobnec commented on issue #8164: Monkey-patching may also silently lead to incorrect behaviour on Python 3.7

2020-05-16 Thread GitBox
zobnec commented on issue #8164: URL: https://github.com/apache/airflow/issues/8164#issuecomment-629621571 This also happened to me.I use a celery worker start a dag and use gevent monkey path in dag code.I can run dag by python command, but with airflow celery worker it reports that

[GitHub] [airflow] kaxil commented on a change in pull request #8884: Use env_vars to for reload config test.

2020-05-16 Thread GitBox
kaxil commented on a change in pull request #8884: URL: https://github.com/apache/airflow/pull/8884#discussion_r426139517 ## File path: tests/utils/test_dag_processing.py ## @@ -377,34 +377,35 @@ class path, thus when reloading logging module the airflow.processor_manager

[jira] [Commented] (AIRFLOW-5221) Add host alias support to the KubernetesPodOperator

2020-05-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17108965#comment-17108965 ] ASF GitHub Bot commented on AIRFLOW-5221: - kuromt commented on pull request #7365: URL:

[GitHub] [airflow] kuromt commented on pull request #7365: [AIRFLOW-5221] add host_aliases to KubernetesPodOperator

2020-05-16 Thread GitBox
kuromt commented on pull request #7365: URL: https://github.com/apache/airflow/pull/7365#issuecomment-629618791 @dimberman > Hi @kuromt could you please rebase with master? When those tests pass I'm good to merge I rebase with master and pused to my branch. But an

[jira] [Commented] (AIRFLOW-5708) Tasks that use non-existent pools should fail early

2020-05-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17108961#comment-17108961 ] ASF GitHub Bot commented on AIRFLOW-5708: - stale[bot] commented on pull request #6379: URL:

[GitHub] [airflow] stale[bot] commented on pull request #6379: [AIRFLOW-5708] Optionally check task pools when parsing dags.

2020-05-16 Thread GitBox
stale[bot] commented on pull request #6379: URL: https://github.com/apache/airflow/pull/6379#issuecomment-629617728 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

[GitHub] [airflow] mik-laj commented on a change in pull request #8884: Use env_vars to for reload config test.

2020-05-16 Thread GitBox
mik-laj commented on a change in pull request #8884: URL: https://github.com/apache/airflow/pull/8884#discussion_r426137598 ## File path: tests/utils/test_dag_processing.py ## @@ -377,34 +377,35 @@ class path, thus when reloading logging module the airflow.processor_manager

[GitHub] [airflow] potiuk commented on a change in pull request #8885: Fix master failing on generating requirements

2020-05-16 Thread GitBox
potiuk commented on a change in pull request #8885: URL: https://github.com/apache/airflow/pull/8885#discussion_r426135582 ## File path: backport_packages/setup_backport_packages.py ## @@ -988,7 +988,13 @@ def update_release_notes_for_package(provider_package_id: str,

[GitHub] [airflow] mik-laj commented on a change in pull request #8885: Fix master failing on generating requirements

2020-05-16 Thread GitBox
mik-laj commented on a change in pull request #8885: URL: https://github.com/apache/airflow/pull/8885#discussion_r426135444 ## File path: backport_packages/setup_backport_packages.py ## @@ -988,7 +988,13 @@ def update_release_notes_for_package(provider_package_id: str,

[GitHub] [airflow] potiuk opened a new pull request #8885: Fix master failing on generating requirements

2020-05-16 Thread GitBox
potiuk opened a new pull request #8885: URL: https://github.com/apache/airflow/pull/8885 --- 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] potiuk merged pull request #8882: Speed up TestAwsLambdaHook by not actually running a function

2020-05-16 Thread GitBox
potiuk merged pull request #8882: URL: https://github.com/apache/airflow/pull/8882 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 (a3a4bac -> f4edd90)

2020-05-16 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 a3a4bac JIRA and Github issues explanation (#8539) add f4edd90 Speed up TestAwsLambdaHook by not actually

[GitHub] [airflow] potiuk commented on pull request #8539: JIRA and Github issues explanation

2020-05-16 Thread GitBox
potiuk commented on pull request #8539: URL: https://github.com/apache/airflow/pull/8539#issuecomment-629610409 Congrats @mschickensoup ! This is an automated message from the Apache Git Service. To respond to the message,

[airflow] branch master updated (82de6f7 -> a3a4bac)

2020-05-16 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 82de6f7 Spend less time waiting for DagFileProcessor processes to complete (#8814) add a3a4bac JIRA and

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #8539: JIRA and Github issues explanation

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

[GitHub] [airflow] potiuk merged pull request #8539: JIRA and Github issues explanation

2020-05-16 Thread GitBox
potiuk merged pull request #8539: URL: https://github.com/apache/airflow/pull/8539 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 closed issue #8271: Add Jira/Github Issue to "CONTIRUBTE.rst"

2020-05-16 Thread GitBox
potiuk closed issue #8271: URL: https://github.com/apache/airflow/issues/8271 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

[airflow] tag nightly created (now 4917bff)

2020-05-16 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to tag nightly in repository https://gitbox.apache.org/repos/asf/airflow.git. at 4917bff (commit) No new revisions were added by this update.

[airflow] tag master-nightly created (now 1bdaca9)

2020-05-16 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to tag master-nightly in repository https://gitbox.apache.org/repos/asf/airflow.git. at 1bdaca9 (commit) No new revisions were added by this update.

[airflow] tag nightly created (now 4917bff)

2020-05-16 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to tag nightly in repository https://gitbox.apache.org/repos/asf/airflow.git. at 4917bff (commit) No new revisions were added by this update.

[airflow] tag master-nightly created (now 1bdaca9)

2020-05-16 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to tag master-nightly in repository https://gitbox.apache.org/repos/asf/airflow.git. at 1bdaca9 (commit) No new revisions were added by this update.

[airflow] tag backport-providers-2020.5.19 created (now 92585ca)

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

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

2020-05-16 Thread GitBox
ad-m commented on a change in pull request #8818: URL: https://github.com/apache/airflow/pull/8818#discussion_r426131102 ## File path: airflow/providers/google/cloud/hooks/cloud_storage_transfer_service.py ## @@ -97,8 +97,15 @@ class GcpTransferOperationStatus: TRANSFER_JOBS

[GitHub] [airflow] mik-laj commented on a change in pull request #8539: JIRA and Github issues explanation

2020-05-16 Thread GitBox
mik-laj commented on a change in pull request #8539: URL: https://github.com/apache/airflow/pull/8539#discussion_r426125154 ## File path: CONTRIBUTING.rst ## @@ -879,7 +879,7 @@ Apache Airflow is a Community within Apache Software Foundation. As the motto of the Apache

[GitHub] [airflow] mik-laj commented on pull request #8808: Support YAML input for CloudBuildCreateOperator

2020-05-16 Thread GitBox
mik-laj commented on pull request #8808: URL: https://github.com/apache/airflow/pull/8808#issuecomment-629596799 @joppevos Github action is sad. Can you fix it? This is an automated message from the Apache Git Service. To

[GitHub] [airflow] jhtimmins commented on a change in pull request #8884: Use env_vars to for reload config test.

2020-05-16 Thread GitBox
jhtimmins commented on a change in pull request #8884: URL: https://github.com/apache/airflow/pull/8884#discussion_r426124504 ## File path: tests/test_logging_config.py ## @@ -128,43 +128,41 @@ def settings_context(content, directory=None, name='LOGGING_CONFIG'): :param

[GitHub] [airflow] mik-laj commented on a change in pull request #8884: Use env_vars to for reload config test.

2020-05-16 Thread GitBox
mik-laj commented on a change in pull request #8884: URL: https://github.com/apache/airflow/pull/8884#discussion_r426124472 ## File path: tests/test_logging_config.py ## @@ -128,43 +128,41 @@ def settings_context(content, directory=None, name='LOGGING_CONFIG'): :param

[GitHub] [airflow] jhtimmins opened a new pull request #8884: Use env_vars to for reload config test.

2020-05-16 Thread GitBox
jhtimmins opened a new pull request #8884: URL: https://github.com/apache/airflow/pull/8884 Updates the test logging configuration to use the `env_vars` to set the environment variables instead of setting them explicitly within the `settings_context` context manager. ---

  1   2   >