[GitHub] [airflow] luoyuliuyin opened a new issue #15608: airflow dag support multiple versions

2021-04-29 Thread GitBox
luoyuliuyin opened a new issue #15608: URL: https://github.com/apache/airflow/issues/15608 **Description** Suppose I created a dag yesterday, and Its structure is: task_a >> task_b Today I updated the structure of dag to: task_c >> task_d >> task_e I need to

[GitHub] [airflow] wolfier commented on pull request #15183: Move common pitfall documentation to Airflow docs

2021-04-29 Thread GitBox
wolfier commented on pull request #15183: URL: https://github.com/apache/airflow/pull/15183#issuecomment-829796839 @eladkal and @marcosmarxm and @kaxil, please review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [airflow] github-actions[bot] commented on pull request #14521: Add Asana Provider

2021-04-29 Thread GitBox
github-actions[bot] commented on pull request #14521: URL: https://github.com/apache/airflow/pull/14521#issuecomment-829798788 [The Workflow run](https://github.com/apache/airflow/actions/runs/798154750) is cancelling this PR. Building images for the PR has failed. Follow the workflow

[GitHub] [airflow] ephraimbuddy commented on pull request #15537: Fix on_failure_callback when task receive SIGKILL

2021-04-29 Thread GitBox
ephraimbuddy commented on pull request #15537: URL: https://github.com/apache/airflow/pull/15537#issuecomment-829859217 > Can `test_process_kill_call_on_failure_callback` and `test_process_sigkill_call_on_failure_callback` be combined with `pytest.mark.parametrize()`? They look much too

[GitHub] [airflow] github-actions[bot] closed pull request #14650: Fix the log level from error to info

2021-04-29 Thread GitBox
github-actions[bot] closed pull request #14650: URL: https://github.com/apache/airflow/pull/14650 -- 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 specific comment. For queries about this

[GitHub] [airflow] dimberman merged pull request #15555: Fix parallelism after KubeExecutor pod adoption

2021-04-29 Thread GitBox
dimberman merged pull request #1: URL: https://github.com/apache/airflow/pull/1 -- 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 specific comment. For queries about this service,

[airflow] branch master updated: Fix parallelism after KubeExecutor pod adoption (#15555)

2021-04-29 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 9c296c9 Fix parallelism after KubeExecutor

[GitHub] [airflow] kaxil opened a new pull request #15606: Use latest version of `git-sync` image

2021-04-29 Thread GitBox
kaxil opened a new pull request #15606: URL: https://github.com/apache/airflow/pull/15606 This commit changes `git-sync` container image from `3.1.6` to `3.3.0` (the latest version) https://github.com/kubernetes/git-sync/releases --- **^ Add meaningful description

[GitHub] [airflow] dimberman commented on issue #12813: Attempting to read an xcom produced by KubernetesPodOperator results in UnicodeDecodeError

2021-04-29 Thread GitBox
dimberman commented on issue #12813: URL: https://github.com/apache/airflow/issues/12813#issuecomment-829737575 Hi @Dr-Denzy @ephraimbuddy any update on this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [airflow] jedcunningham commented on a change in pull request #15606: Use latest version of `git-sync` image

2021-04-29 Thread GitBox
jedcunningham commented on a change in pull request #15606: URL: https://github.com/apache/airflow/pull/15606#discussion_r623541860 ## File path: chart/values.yaml ## @@ -150,7 +150,7 @@ images: pullPolicy: IfNotPresent gitSync: repository: k8s.gcr.io/git-sync

[GitHub] [airflow] dimberman commented on issue #13643: Improve annotations customization in the chart

2021-04-29 Thread GitBox
dimberman commented on issue #13643: URL: https://github.com/apache/airflow/issues/13643#issuecomment-829737801 @FloChehab sounds good let me know where I can help! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [airflow] trollhe commented on issue #15607: airflow throws error: airflow.exceptions.SerializedDagNotFound: DAG 'dns-basic-1min' not found in serialized_dag table

2021-04-29 Thread GitBox
trollhe commented on issue #15607: URL: https://github.com/apache/airflow/issues/15607#issuecomment-829738425 only webserver and schedule service in one container,else have the error.but need modify dag file,i don`t know how can serialized_dag after dag file modify. -- This is an

[GitHub] [airflow] ashb opened a new pull request #15599: Mask passwords

2021-04-29 Thread GitBox
ashb opened a new pull request #15599: URL: https://github.com/apache/airflow/pull/15599 Mask secret values from connections and variables This masks secret values in logs for Connections and Variables. It behaves as follows: - Connection

[GitHub] [airflow] malthe commented on pull request #15589: [Oracle] Add port to DSN

2021-04-29 Thread GitBox
malthe commented on pull request #15589: URL: https://github.com/apache/airflow/pull/15589#issuecomment-829608618 @potiuk I have cleaned up the docs and code to emphasize that _Host_ and _Schema_ (and the rest of the standard fields) are perfectly good for most users. If a user has

[GitHub] [airflow] github-actions[bot] commented on pull request #15594: Remove odbc dependency in microsoft.mssql provider

2021-04-29 Thread GitBox
github-actions[bot] commented on pull request #15594: URL: https://github.com/apache/airflow/pull/15594#issuecomment-829622626 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

[GitHub] [airflow] github-actions[bot] commented on pull request #14786: Running tests in parallel

2021-04-29 Thread GitBox
github-actions[bot] commented on pull request #14786: URL: https://github.com/apache/airflow/pull/14786#issuecomment-829707419 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank

[GitHub] [airflow] kaxil commented on a change in pull request #15093: Add support to create airflow pools from chart values

2021-04-29 Thread GitBox
kaxil commented on a change in pull request #15093: URL: https://github.com/apache/airflow/pull/15093#discussion_r623500301 ## File path: chart/templates/create-pools-job.yaml ## @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[airflow] branch master updated (df143ae -> 18ead33)

2021-04-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 df143ae An initial rework of the "Concepts" docs (#15444) add 18ead33 Change helm chart logging level

[GitHub] [airflow] kaxil merged pull request #15597: Change helm chart logging level back to default (INFO)

2021-04-29 Thread GitBox
kaxil merged pull request #15597: URL: https://github.com/apache/airflow/pull/15597 -- 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 specific comment. For queries about this service,

[GitHub] [airflow] dougpm opened a new issue #15604: BigQueryCreateExternalTableOperator table_resource parameter is impossible to use

2021-04-29 Thread GitBox
dougpm opened a new issue #15604: URL: https://github.com/apache/airflow/issues/15604 **Apache Airflow version**: 1.10.14 **What happened**: I specified the table_resource parameter in BigQueryCreateExternalTableOperator. **What you expected to happen**:

[GitHub] [airflow] boring-cyborg[bot] commented on issue #15604: BigQueryCreateExternalTableOperator table_resource parameter is impossible to use

2021-04-29 Thread GitBox
boring-cyborg[bot] commented on issue #15604: URL: https://github.com/apache/airflow/issues/15604#issuecomment-829710977 Thanks for opening your first issue here! Be sure to follow the issue template! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] kaxil commented on a change in pull request #15595: Adds log persistence to helm chart

2021-04-29 Thread GitBox
kaxil commented on a change in pull request #15595: URL: https://github.com/apache/airflow/pull/15595#discussion_r623409574 ## File path: docs/helm-chart/manage-logs.rst ## @@ -0,0 +1,89 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more

[GitHub] [airflow] github-actions[bot] commented on pull request #15595: Adds log persistence to helm chart

2021-04-29 Thread GitBox
github-actions[bot] commented on pull request #15595: URL: https://github.com/apache/airflow/pull/15595#issuecomment-829605752 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

[GitHub] [airflow] kaxil commented on a change in pull request #14152: Helm RBAC Best Practices

2021-04-29 Thread GitBox
kaxil commented on a change in pull request #14152: URL: https://github.com/apache/airflow/pull/14152#discussion_r623417179 ## File path: chart/values.yaml ## @@ -427,6 +453,20 @@ scheduler: affinity: {} tolerations: [] +# Airflow migration and create user job settings

[airflow] branch master updated (18ead33 -> ff4b7c4)

2021-04-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 18ead33 Change helm chart logging level back to default (INFO) (#15597) add ff4b7c4 Adds log persistence

[GitHub] [airflow] kaxil merged pull request #15595: Adds log persistence to helm chart

2021-04-29 Thread GitBox
kaxil merged pull request #15595: URL: https://github.com/apache/airflow/pull/15595 -- 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 specific comment. For queries about this service,

[GitHub] [airflow] github-actions[bot] commented on pull request #15599: Mask passwords

2021-04-29 Thread GitBox
github-actions[bot] commented on pull request #15599: URL: https://github.com/apache/airflow/pull/15599#issuecomment-829636244 [The Workflow run](https://github.com/apache/airflow/actions/runs/797647556) is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static

[GitHub] [airflow] zarrarrana closed pull request #15562: Fix changing the parent dag state on subdag clear

2021-04-29 Thread GitBox
zarrarrana closed pull request #15562: URL: https://github.com/apache/airflow/pull/15562 -- 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 specific comment. For queries about this service,

[GitHub] [airflow] zarrarrana commented on pull request #15562: Fix changing the parent dag state on subdag clear

2021-04-29 Thread GitBox
zarrarrana commented on pull request #15562: URL: https://github.com/apache/airflow/pull/15562#issuecomment-829636037 @ashb @kaxil please review. -- 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 (ff4b7c4 -> 5045419)

2021-04-29 Thread dstandish
This is an automated email from the ASF dual-hosted git repository. dstandish pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from ff4b7c4 Adds log persistence to helm chart (#15595) add 5045419 Remove odbc dependency in microsoft.mssql

[GitHub] [airflow] dstandish merged pull request #15594: Remove odbc dependency in microsoft.mssql provider

2021-04-29 Thread GitBox
dstandish merged pull request #15594: URL: https://github.com/apache/airflow/pull/15594 -- 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 specific comment. For queries about this service,

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #15561: Fix KEDA Autoscaler connectionFromEnv

2021-04-29 Thread GitBox
boring-cyborg[bot] commented on pull request #15561: URL: https://github.com/apache/airflow/pull/15561#issuecomment-829686358 Awesome work, congrats on your first merged pull request! -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [airflow] kaxil merged pull request #15561: Fix KEDA Autoscaler connectionFromEnv

2021-04-29 Thread GitBox
kaxil merged pull request #15561: URL: https://github.com/apache/airflow/pull/15561 -- 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 specific comment. For queries about this service,

[GitHub] [airflow] fredthomsen edited a comment on pull request #15605: Update SimpleHttpOperator to take auth type object

2021-04-29 Thread GitBox
fredthomsen edited a comment on pull request #15605: URL: https://github.com/apache/airflow/pull/15605#issuecomment-829717194 This does address issue #259, although given it's age, I doubt that is relevant now, which is why I did not include it above. -- This is an automated message

[GitHub] [airflow] kaxil commented on issue #8421: Hide sensitive data in UI

2021-04-29 Thread GitBox
kaxil commented on issue #8421: URL: https://github.com/apache/airflow/issues/8421#issuecomment-829630275 > What needs to be done to hide sensitive data in logs? There’s already permission to hide task logs (`RESOURCE_TASK_LOG`). See https://github.com/apache/airflow/pull/15599 --

[GitHub] [airflow] kaxil commented on a change in pull request #14152: Helm RBAC Best Practices

2021-04-29 Thread GitBox
kaxil commented on a change in pull request #14152: URL: https://github.com/apache/airflow/pull/14152#discussion_r623449476 ## File path: chart/tests/test_annotations.py ## @@ -0,0 +1,129 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [airflow] fredthomsen commented on pull request #15605: Update SimpleHttpOperator to take auth type object

2021-04-29 Thread GitBox
fredthomsen commented on pull request #15605: URL: https://github.com/apache/airflow/pull/15605#issuecomment-829717194 This does address issue #259, although given it's age, I doubt that is relevant now. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] kaxil commented on a change in pull request #14152: Helm RBAC Best Practices

2021-04-29 Thread GitBox
kaxil commented on a change in pull request #14152: URL: https://github.com/apache/airflow/pull/14152#discussion_r623445885 ## File path: chart/values.yaml ## @@ -427,6 +453,20 @@ scheduler: affinity: {} tolerations: [] +# Airflow migration and create user job settings

[GitHub] [airflow] zarrarrana commented on pull request #15562: Fix changing the parent dag state on subdag clear

2021-04-29 Thread GitBox
zarrarrana commented on pull request #15562: URL: https://github.com/apache/airflow/pull/15562#issuecomment-829639213 @kaxil @ashb I accidently closed the PR, could you approve the CI workflow again. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] kaxil commented on a change in pull request #14152: Helm RBAC Best Practices

2021-04-29 Thread GitBox
kaxil commented on a change in pull request #14152: URL: https://github.com/apache/airflow/pull/14152#discussion_r623453566 ## File path: chart/tests/test_rbac.py ## @@ -0,0 +1,294 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [airflow] wolfier opened a new issue #15600: Sentry missing exception capture and captured exception missing tags

2021-04-29 Thread GitBox
wolfier opened a new issue #15600: URL: https://github.com/apache/airflow/issues/15600 **Apache Airflow version**: 2.0.0 **Executor**: KubernetesExecutor **What happened**: One of my tasks failed to have the task metadata as tags when the exception was captured by

[GitHub] [airflow] boring-cyborg[bot] commented on issue #15601: Access is denied alert after successfully login using OIDC

2021-04-29 Thread GitBox
boring-cyborg[bot] commented on issue #15601: URL: https://github.com/apache/airflow/issues/15601#issuecomment-829655186 Thanks for opening your first issue here! Be sure to follow the issue template! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] anmtan opened a new issue #15601: Access is denied alert after successfully login using OIDC

2021-04-29 Thread GitBox
anmtan opened a new issue #15601: URL: https://github.com/apache/airflow/issues/15601 **Apache Airflow version**: 2.0.1 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.19 **Environment**: Kubernetes Executor, Okta OIDC

[GitHub] [airflow] pgzmnk opened a new pull request #15602: Update KylinHook docstring

2021-04-29 Thread GitBox
pgzmnk opened a new pull request #15602: URL: https://github.com/apache/airflow/pull/15602 Add short description to KylinHook. --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] kaxil opened a new pull request #15603: Chart: Change default executor to ``CeleryExecutor``

2021-04-29 Thread GitBox
kaxil opened a new pull request #15603: URL: https://github.com/apache/airflow/pull/15603 ``CeleryExecutor`` is currently the most stable of all, so it should be the default when using the Helm Chart. --- **^ Add meaningful description above** Read the **[Pull

[GitHub] [airflow] github-actions[bot] commented on pull request #15562: Fix changing the parent dag state on subdag clear

2021-04-29 Thread GitBox
github-actions[bot] commented on pull request #15562: URL: https://github.com/apache/airflow/pull/15562#issuecomment-829646280 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

[jira] [Commented] (AIRFLOW-6296) add mssql odbc hook

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335766#comment-17335766 ] ASF GitHub Bot commented on AIRFLOW-6296: - dstandish commented on pull request #6850: URL:

[GitHub] [airflow] dstandish commented on pull request #6850: [AIRFLOW-6296] add ODBC hook & deprecation warning for pymssql

2021-04-29 Thread GitBox
dstandish commented on pull request #6850: URL: https://github.com/apache/airflow/pull/6850#issuecomment-829515009 TLDR it seems like we should be able to remove that interdependency by putting this line behind an `if TYPING` guard:

[GitHub] [airflow] dstandish edited a comment on pull request #6850: [AIRFLOW-6296] add ODBC hook & deprecation warning for pymssql

2021-04-29 Thread GitBox
dstandish edited a comment on pull request #6850: URL: https://github.com/apache/airflow/pull/6850#issuecomment-829515009 @eladkal TLDR it seems like we should be able to remove that interdependency by putting this line behind an `if TYPING` guard:

[jira] [Commented] (AIRFLOW-6296) add mssql odbc hook

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335784#comment-17335784 ] ASF GitHub Bot commented on AIRFLOW-6296: - dstandish edited a comment on pull request #6850:

[GitHub] [airflow] dstandish edited a comment on pull request #6850: [AIRFLOW-6296] add ODBC hook & deprecation warning for pymssql

2021-04-29 Thread GitBox
dstandish edited a comment on pull request #6850: URL: https://github.com/apache/airflow/pull/6850#issuecomment-829515009 @eladkal TLDR it seems like we should be able to remove that interdependency by putting this line behind an `if TYPE_CHECKING` guard:

[GitHub] [airflow] jscheffl commented on issue #15023: DAG task execution and API fails if dag_run.conf is provided with an array or string (instead of dict)

2021-04-29 Thread GitBox
jscheffl commented on issue #15023: URL: https://github.com/apache/airflow/issues/15023#issuecomment-829574269 Hi @ashb I saw that my proposed bugfix/PR was pushed from Airflow 2.0.2 to 2.0.3. Is there any reason why this is not merged yet? Lag in quality? Do I need to push something

[GitHub] [airflow] FloChehab commented on a change in pull request #15093: Add support to create airflow pools from chart values

2021-04-29 Thread GitBox
FloChehab commented on a change in pull request #15093: URL: https://github.com/apache/airflow/pull/15093#discussion_r622813836 ## File path: docs/helm-chart/airflow-configuration.rst ## @@ -68,3 +71,23 @@ configuration prior to installing and deploying the service. The

[GitHub] [airflow] FloChehab commented on pull request #15238: adds airflowConfigAnnotations field to allow for the setting of the main configmaps annotations

2021-04-29 Thread GitBox
FloChehab commented on pull request #15238: URL: https://github.com/apache/airflow/pull/15238#issuecomment-829027604 > @FloChehab Can you look at it? Hello, out of curiosity, what can be the purposes of configurable annotations on (this) ConfigMap ? Otherwise, this looks good

[GitHub] [airflow] malthe opened a new pull request #15589: [Oracle] Add port to DSN

2021-04-29 Thread GitBox
malthe opened a new pull request #15589: URL: https://github.com/apache/airflow/pull/15589 This adds the port (if specified) to the DSN string. Previously, a port would be ignored. --- **^ Add meaningful description above** Read the **[Pull Request

[airflow] branch master updated: Update pre-commit checks (#15583)

2021-04-29 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 814e471 Update pre-commit checks (#15583)

[GitHub] [airflow] boring-cyborg[bot] commented on issue #15588: Operator is restarted after Scheduler restart

2021-04-29 Thread GitBox
boring-cyborg[bot] commented on issue #15588: URL: https://github.com/apache/airflow/issues/15588#issuecomment-829006743 Thanks for opening your first issue here! Be sure to follow the issue template! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] mniehoff opened a new issue #15588: Operator is restarted after Scheduler restart

2021-04-29 Thread GitBox
mniehoff opened a new issue #15588: URL: https://github.com/apache/airflow/issues/15588 **Apache Airflow version**: 2.0.0 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): **Environment**: - **Cloud provider or hardware configuration**:

[GitHub] [airflow] FloChehab commented on issue #13643: Improve annotations customization in the chart

2021-04-29 Thread GitBox
FloChehab commented on issue #13643: URL: https://github.com/apache/airflow/issues/13643#issuecomment-829022786 Hello, time flies! I am going to have a quick lool at #15238 ; also, some related work seems to be going on in https://github.com/apache/airflow/pull/14152 . -- This

[GitHub] [airflow] potiuk commented on pull request #15589: [Oracle] Add port to DSN

2021-04-29 Thread GitBox
potiuk commented on pull request #15589: URL: https://github.com/apache/airflow/pull/15589#issuecomment-829049303 Could you please add a unit test for that ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [airflow] XD-DENG commented on pull request #15585: `func.sum` may returns `Decimal` that break rest APIs.

2021-04-29 Thread GitBox
XD-DENG commented on pull request #15585: URL: https://github.com/apache/airflow/pull/15585#issuecomment-828966467 Hi @suiting-young , the change makes sense to me. Please fix the static check errors. Thanks -- This is an automated message from the Apache Git Service. To respond to the

[airflow] branch master updated: Fix doc typo (#15584)

2021-04-29 Thread xddeng
This is an automated email from the ASF dual-hosted git repository. xddeng 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 a587dda Fix doc typo (#15584) a587dda is

[GitHub] [airflow] XD-DENG merged pull request #15584: Fix pre-browser typo

2021-04-29 Thread GitBox
XD-DENG merged pull request #15584: URL: https://github.com/apache/airflow/pull/15584 -- 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 specific comment. For queries about this service,

[GitHub] [airflow] potiuk merged pull request #15583: Update pre-commit checks

2021-04-29 Thread GitBox
potiuk merged pull request #15583: URL: https://github.com/apache/airflow/pull/15583 -- 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 specific comment. For queries about this service,

[GitHub] [airflow] pateash edited a comment on issue #13391: MySqlToHiveOperator , ”invalid path“ while loding the extracted csv to hive

2021-04-29 Thread GitBox
pateash edited a comment on issue #13391: URL: https://github.com/apache/airflow/issues/13391#issuecomment-828980255 @vikramkoka @eladkal could you please assign this to me. I would like to work on it. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] pateash commented on issue #13391: MySqlToHiveOperator , ”invalid path“ while loding the extracted csv to hive

2021-04-29 Thread GitBox
pateash commented on issue #13391: URL: https://github.com/apache/airflow/issues/13391#issuecomment-828980255 @vikramkoka could you please assign this to me. i would like to work on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [airflow] potiuk commented on issue #13317: ValueError: unsupported pickle protocol: 5

2021-04-29 Thread GitBox
potiuk commented on issue #13317: URL: https://github.com/apache/airflow/issues/13317#issuecomment-828995547 Yeah. This might happen if you change airflow version or python for breeze as the database remains running between the invocations.to speed up the startup. Also the volumes for the

[GitHub] [airflow] github-actions[bot] commented on pull request #15584: Fix pre-browser typo

2021-04-29 Thread GitBox
github-actions[bot] commented on pull request #15584: URL: https://github.com/apache/airflow/pull/15584#issuecomment-828969768 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] malthe commented on pull request #15589: [Oracle] Add port to DSN

2021-04-29 Thread GitBox
malthe commented on pull request #15589: URL: https://github.com/apache/airflow/pull/15589#issuecomment-829075499 @potiuk done – and I have fixed a minor bug (it shouldn't add the port suffix if it's the default port). -- This is an automated message from the Apache Git Service. To

[GitHub] [airflow] alete89 commented on issue #13916: ECONNRESET error in scheduler using KubernetesExecutor on AKS

2021-04-29 Thread GitBox
alete89 commented on issue #13916: URL: https://github.com/apache/airflow/issues/13916#issuecomment-829153373 I'm experiencing something similar but in 1.10.14 with the same symptoms @mrpowerus described in https://github.com/apache/airflow/issues/14974 (like absence of `Event:` in

<    1   2