[GitHub] [airflow] github-actions[bot] commented on pull request #17578: Improve validation of Group id

2021-08-13 Thread GitBox
github-actions[bot] commented on pull request #17578: URL: https://github.com/apache/airflow/pull/17578#issuecomment-898491348 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

[GitHub] [airflow] jedcunningham commented on a change in pull request #17578: Improve validation of Group id

2021-08-13 Thread GitBox
jedcunningham commented on a change in pull request #17578: URL: https://github.com/apache/airflow/pull/17578#discussion_r688550730 ## File path: airflow/utils/task_group.py ## @@ -94,10 +95,15 @@ def __init__( self.used_group_ids: Set[Optional[str]] = set()

[GitHub] [airflow] ppatel8-wooliex commented on pull request #15599: Mask passwords and sensitive info in task logs and UI

2021-08-13 Thread GitBox
ppatel8-wooliex commented on pull request #15599: URL: https://github.com/apache/airflow/pull/15599#issuecomment-898488185 you still need to set the below 2 parameters into airflow.cfg in order to hide the secret in logs and rendered template. hide_sensitive_var_conn_fields = True

[GitHub] [airflow] jedcunningham commented on a change in pull request #17561: Simplify bug report template

2021-08-13 Thread GitBox
jedcunningham commented on a change in pull request #17561: URL: https://github.com/apache/airflow/pull/17561#discussion_r688529800 ## File path: .github/ISSUE_TEMPLATE/bug_report.md ## @@ -8,89 +8,58 @@ assignees: '' --- - - **Apache Airflow version**: -**Apache

[GitHub] [airflow] tsaltena commented on issue #14574: DockerOperator breaks with active log-collection for long running tasks

2021-08-13 Thread GitBox
tsaltena commented on issue #14574: URL: https://github.com/apache/airflow/issues/14574#issuecomment-898473334 We're experiencing the same issue - have you been able to find a fix since, @kaustubhharapanahalli ? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] ephraimbuddy commented on pull request #17601: Fix triggerer query where limit is not supported in some DB versions

2021-08-13 Thread GitBox
ephraimbuddy commented on pull request #17601: URL: https://github.com/apache/airflow/pull/17601#issuecomment-898473265 cc: @andrewgodwin -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [airflow] potiuk closed pull request #17608: Extended JSON client with missing API

2021-08-13 Thread GitBox
potiuk closed pull request #17608: URL: https://github.com/apache/airflow/pull/17608 -- 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. To unsubscribe, e-mail:

[GitHub] [airflow] potiuk commented on pull request #17608: Extended JSON client with missing API

2021-08-13 Thread GitBox
potiuk commented on pull request #17608: URL: https://github.com/apache/airflow/pull/17608#issuecomment-898472628 As explained in #17606 - our goal is to move people away from the experimental API to the new Stable REST API. The experimental API is deprecated and it will be removed in

[GitHub] [airflow] potiuk edited a comment on issue #17606: JSON client does not provide an API for getting a list of Dag Runs

2021-08-13 Thread GitBox
potiuk edited a comment on issue #17606: URL: https://github.com/apache/airflow/issues/17606#issuecomment-898471060 > Many thanks for your reply. I see your point of view. I am working on a project that already uses the deprecated API and it would take us some time to switch to the new

[GitHub] [airflow] potiuk closed issue #17606: JSON client does not provide an API for getting a list of Dag Runs

2021-08-13 Thread GitBox
potiuk closed issue #17606: URL: https://github.com/apache/airflow/issues/17606 -- 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. To unsubscribe, e-mail:

[GitHub] [airflow] potiuk commented on issue #17606: JSON client does not provide an API for getting a list of Dag Runs

2021-08-13 Thread GitBox
potiuk commented on issue #17606: URL: https://github.com/apache/airflow/issues/17606#issuecomment-898471060 > Many thanks for your reply. I see your point of view. I am working on a project that already uses the deprecated API and it would take us some time to switch to the new one. I

[GitHub] [airflow] potiuk edited a comment on issue #17604: Add an option to remove or mask environment variables in the KubernetesPodOperator task instance logs on failure or error events

2021-08-13 Thread GitBox
potiuk edited a comment on issue #17604: URL: https://github.com/apache/airflow/issues/17604#issuecomment-898467597 Which Airflow version are you running ? There is a "Secret Masker" feature in Airflow 2.1, and from what I understand it should also mask secret values in

[GitHub] [airflow] potiuk commented on issue #17604: Add an option to remove or mask environment variables in the KubernetesPodOperator task instance logs on failure or error events

2021-08-13 Thread GitBox
potiuk commented on issue #17604: URL: https://github.com/apache/airflow/issues/17604#issuecomment-898467597 Which Airflow version are you running ? There is a "Secret Masker" feature in Airflow 2.1, and from what I understand it should also mask secret values

[airflow] branch main updated (d11d3e6 -> 7db43f7)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git. from d11d3e6 Use built-in ``cached_property`` on Python 3.8 for Asana provider (#17597) add 7db43f7 Remove

[GitHub] [airflow] kaxil merged pull request #17593: Remove upper-limit on ``tenacity``

2021-08-13 Thread GitBox
kaxil merged pull request #17593: URL: https://github.com/apache/airflow/pull/17593 -- 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. To unsubscribe, e-mail:

[GitHub] [airflow] github-actions[bot] commented on pull request #17593: Remove upper-limit on ``tenacity``

2021-08-13 Thread GitBox
github-actions[bot] commented on pull request #17593: URL: https://github.com/apache/airflow/pull/17593#issuecomment-898466892 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

[GitHub] [airflow] eladkal closed pull request #16937: New Tableau operator: TableauRefreshDatasourceOperator

2021-08-13 Thread GitBox
eladkal closed pull request #16937: URL: https://github.com/apache/airflow/pull/16937 -- 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. To unsubscribe, e-mail:

[GitHub] [airflow] kaxil commented on issue #17607: Airflow Summit 2021 banner is still present on docs site

2021-08-13 Thread GitBox
kaxil commented on issue #17607: URL: https://github.com/apache/airflow/issues/17607#issuecomment-898463934 https://github.com/apache/airflow-site/pull/466 should fix it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [airflow] kaxil closed issue #17607: Airflow Summit 2021 banner is still present on docs site

2021-08-13 Thread GitBox
kaxil closed issue #17607: URL: https://github.com/apache/airflow/issues/17607 -- 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. To unsubscribe, e-mail:

[GitHub] [airflow-site] kaxil merged pull request #466: Manually remove banner from pre-built docs files

2021-08-13 Thread GitBox
kaxil merged pull request #466: URL: https://github.com/apache/airflow-site/pull/466 -- 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. To unsubscribe, e-mail:

[GitHub] [airflow] github-actions[bot] commented on pull request #17603: Fix MySQL database character set instruction

2021-08-13 Thread GitBox
github-actions[bot] commented on pull request #17603: URL: https://github.com/apache/airflow/pull/17603#issuecomment-898463434 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] potiuk commented on issue #17546: ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: cannot allocate memory in static TLS block

2021-08-13 Thread GitBox
potiuk commented on issue #17546: URL: https://github.com/apache/airflow/issues/17546#issuecomment-898462656 > Thanks for your suggestion Jarek, I'll try to follow the customization route. Let us know! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow-site] ryanahamilton opened a new pull request #466: Manually remove banner from pre-built docs files

2021-08-13 Thread GitBox
ryanahamilton opened a new pull request #466: URL: https://github.com/apache/airflow-site/pull/466 Follow-up to #465. Removes the banner from the static HTML files that have been generated with the banner in them. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] lboudard edited a comment on issue #17490: KubernetesJobOperator

2021-08-13 Thread GitBox
lboudard edited a comment on issue #17490: URL: https://github.com/apache/airflow/issues/17490#issuecomment-898448207 I agree on this subject, currently pod operator is missing some very handy features that [kubernetes job

[GitHub] [airflow] sw1010 commented on issue #17606: JSON client does not provide an API for getting a list of Dag Runs

2021-08-13 Thread GitBox
sw1010 commented on issue #17606: URL: https://github.com/apache/airflow/issues/17606#issuecomment-898452189 > I don’t think we are going to accept contributions to `/api/experimental` (Deprecated API). Would it be possible for you to switch to `/api/v1` (Stable API)? If not, why?

[GitHub] [airflow] lboudard edited a comment on issue #17490: KubernetesJobOperator

2021-08-13 Thread GitBox
lboudard edited a comment on issue #17490: URL: https://github.com/apache/airflow/issues/17490#issuecomment-898448207 I agree on this subject, currently pod operator is missing some very handy features that [kubernetes job

[GitHub] [airflow] lboudard edited a comment on issue #17490: KubernetesJobOperator

2021-08-13 Thread GitBox
lboudard edited a comment on issue #17490: URL: https://github.com/apache/airflow/issues/17490#issuecomment-898448207 I agree on this subject, currently pod operator is missing some very handy features that [kubernetes job

[GitHub] [airflow] lboudard commented on issue #17490: KubernetesJobOperator

2021-08-13 Thread GitBox
lboudard commented on issue #17490: URL: https://github.com/apache/airflow/issues/17490#issuecomment-898448207 I agree on this subject, currently pod operator is missing some very handy features that [kubernetes job

[GitHub] [airflow] sw1010 opened a new pull request #17608: Extended JSON client with missing API

2021-08-13 Thread GitBox
sw1010 opened a new pull request #17608: URL: https://github.com/apache/airflow/pull/17608 closes: #17606 -- 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. To

[GitHub] [airflow] thmzlt commented on issue #17607: Airflow Summit 2021 banner is still present on docs site

2021-08-13 Thread GitBox
thmzlt commented on issue #17607: URL: https://github.com/apache/airflow/issues/17607#issuecomment-898440968 @bbovenzi -- 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. To

[GitHub] [airflow] boring-cyborg[bot] commented on issue #17607: Airflow Summit 2021 banner is still present on docs site

2021-08-13 Thread GitBox
boring-cyborg[bot] commented on issue #17607: URL: https://github.com/apache/airflow/issues/17607#issuecomment-898440504 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] thmzlt opened a new issue #17607: Airflow Summit 2021 banner is still present on docs site

2021-08-13 Thread GitBox
thmzlt opened a new issue #17607: URL: https://github.com/apache/airflow/issues/17607 **Apache Airflow version**: 2.1.2 **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): - **Kernel** (e.g. `uname -a`): -

[GitHub] [airflow] ciancolo commented on pull request #16937: New Tableau operator: TableauRefreshDatasourceOperator

2021-08-13 Thread GitBox
ciancolo commented on pull request #16937: URL: https://github.com/apache/airflow/pull/16937#issuecomment-898437188 I think #16915 covers the functionality of this PR. The current PR is not needed anymore. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] uranusjr commented on issue #17606: JSON client does not provide an API for getting a list of Dag Runs

2021-08-13 Thread GitBox
uranusjr commented on issue #17606: URL: https://github.com/apache/airflow/issues/17606#issuecomment-898433667 I don’t think we are going to accept contributions to `/api/experimental` (Deprecated API). Would it be possible for you to switch to `/api/v1` (Stable API)? If not, why? --

[GitHub] [airflow] sw1010 opened a new issue #17606: JSON client does not provide an API for getting a list of Dag Runs

2021-08-13 Thread GitBox
sw1010 opened a new issue #17606: URL: https://github.com/apache/airflow/issues/17606 **Description** The JSON client provides API for many endpoints, but some of them are still missing, e.g. `GET /api/experimental/dags//dag_runs`. **Use case / motivation** I would

[GitHub] [airflow] boring-cyborg[bot] commented on issue #17605: Airflow stdout not working/console problem

2021-08-13 Thread GitBox
boring-cyborg[bot] commented on issue #17605: URL: https://github.com/apache/airflow/issues/17605#issuecomment-898421321 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] aioannoa opened a new issue #17605: Airflow stdout not working/console problem

2021-08-13 Thread GitBox
aioannoa opened a new issue #17605: URL: https://github.com/apache/airflow/issues/17605 **Apache Airflow version**: Airflow 2.0.0 **Apache Airflow Provider versions**: apache-airflow-providers-ftp==1.0.0 apache-airflow-providers-http==1.0.0

[GitHub] [airflow] potiuk commented on a change in pull request #17591: Use gunicorn to serve logs generated by worker

2021-08-13 Thread GitBox
potiuk commented on a change in pull request #17591: URL: https://github.com/apache/airflow/pull/17591#discussion_r688468320 ## File path: airflow/utils/serve_logs.py ## @@ -73,10 +74,47 @@ def serve_logs_view(filename): return flask_app +class

[GitHub] [airflow] github-actions[bot] commented on pull request #17591: Use gunicorn to serve logs generated by worker

2021-08-13 Thread GitBox
github-actions[bot] commented on pull request #17591: URL: https://github.com/apache/airflow/pull/17591#issuecomment-898413764 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

[airflow] branch main updated: Use built-in ``cached_property`` on Python 3.8 for Asana provider (#17597)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new d11d3e6 Use built-in ``cached_property`` on

[GitHub] [airflow] kaxil merged pull request #17597: Use built-in ``cached_property`` on Python 3.8 for Asana provider

2021-08-13 Thread GitBox
kaxil merged pull request #17597: URL: https://github.com/apache/airflow/pull/17597 -- 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. To unsubscribe, e-mail:

[GitHub] [airflow] mik-laj commented on a change in pull request #17591: Use gunicorn to serve logs generated by worker

2021-08-13 Thread GitBox
mik-laj commented on a change in pull request #17591: URL: https://github.com/apache/airflow/pull/17591#discussion_r688462179 ## File path: airflow/utils/serve_logs.py ## @@ -73,10 +74,47 @@ def serve_logs_view(filename): return flask_app +class

[GitHub] [airflow] boring-cyborg[bot] commented on issue #17604: Add an option to remove or mask environment variables in the KubernetesPodOperator task instance logs on failure or error events

2021-08-13 Thread GitBox
boring-cyborg[bot] commented on issue #17604: URL: https://github.com/apache/airflow/issues/17604#issuecomment-898387256 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] dondaum opened a new issue #17604: Add an option to remove or mask environment variables in the KubernetesPodOperator task instance logs on failure or error events

2021-08-13 Thread GitBox
dondaum opened a new issue #17604: URL: https://github.com/apache/airflow/issues/17604 Hi core Airflow dev teams, I would like to say a big 'thank you' first for this great plattform and for all of your efforts to constantly improve and mantain it. It is just a joy to work with..

[GitHub] [airflow] tidunguyen opened a new pull request #17603: Fix MySQL database character set instruction

2021-08-13 Thread GitBox
tidunguyen opened a new pull request #17603: URL: https://github.com/apache/airflow/pull/17603 The currently instructed character set `utf8mb4 COLLATE utf8mb4_unicode_ci;` does not work on mysql 8. When I do: `airflow db init` the following error occurs: `

[GitHub] [airflow] JavierLopezT commented on issue #17546: ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: cannot allocate memory in static TLS block

2021-08-13 Thread GitBox
JavierLopezT commented on issue #17546: URL: https://github.com/apache/airflow/issues/17546#issuecomment-898368669 Thanks for your suggestion Jarek, I'll try to follow the customization route. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] boring-cyborg[bot] commented on issue #17602: Scheduler is not working

2021-08-13 Thread GitBox
boring-cyborg[bot] commented on issue #17602: URL: https://github.com/apache/airflow/issues/17602#issuecomment-898349071 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] vengi57 opened a new issue #17602: Scheduler is not working

2021-08-13 Thread GitBox
vengi57 opened a new issue #17602: URL: https://github.com/apache/airflow/issues/17602 The scheduler does not appear to be running. Last heartbeat was received 2 days ago. The DAGs list may not update, and new tasks will not be scheduled. Scheduler service is up and running due to

[GitHub] [airflow] github-actions[bot] commented on pull request #17597: Use built-in ``cached_property`` on Python 3.8 for Asana provider

2021-08-13 Thread GitBox
github-actions[bot] commented on pull request #17597: URL: https://github.com/apache/airflow/pull/17597#issuecomment-898349023 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

[GitHub] [airflow] uranusjr commented on pull request #17597: Use built-in ``cached_property`` on Python 3.8 for Asana provider

2021-08-13 Thread GitBox
uranusjr commented on pull request #17597: URL: https://github.com/apache/airflow/pull/17597#issuecomment-898348584 Got it! -- 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.

[GitHub] [airflow] ClassyLion closed issue #17599: FileNotFound Temporary file error

2021-08-13 Thread GitBox
ClassyLion closed issue #17599: URL: https://github.com/apache/airflow/issues/17599 -- 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. To unsubscribe, e-mail:

[GitHub] [airflow] ClassyLion commented on issue #17599: FileNotFound Temporary file error

2021-08-13 Thread GitBox
ClassyLion commented on issue #17599: URL: https://github.com/apache/airflow/issues/17599#issuecomment-898342965 Understood, thank you. -- 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] ephraimbuddy commented on issue #17599: FileNotFound Temporary file error

2021-08-13 Thread GitBox
ephraimbuddy commented on issue #17599: URL: https://github.com/apache/airflow/issues/17599#issuecomment-898340513 This has been fixed in https://github.com/apache/airflow/pull/17187 and would be released in 2.1.3 -- This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow-client-python] kaxil commented on issue #28: Pools API broken using airflow 2.1.2

2021-08-13 Thread GitBox
kaxil commented on issue #28: URL: https://github.com/apache/airflow-client-python/issues/28#issuecomment-898335315 cc @ephraimbuddy @msumit -- 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] kaxil commented on a change in pull request #17591: Use gunicorn to serve logs generated by worker

2021-08-13 Thread GitBox
kaxil commented on a change in pull request #17591: URL: https://github.com/apache/airflow/pull/17591#discussion_r688388159 ## File path: airflow/utils/serve_logs.py ## @@ -73,10 +74,47 @@ def serve_logs_view(filename): return flask_app +class

[GitHub] [airflow] ephraimbuddy opened a new pull request #17601: Fix triggerer query where limit is not supported in some Mysql version

2021-08-13 Thread GitBox
ephraimbuddy opened a new pull request #17601: URL: https://github.com/apache/airflow/pull/17601 This PR fixes the triggerrer query where limit is not supported in some DB version --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] kaxil commented on pull request #17597: Use built-in ``cached_property`` on Python 3.8 for Asana provider

2021-08-13 Thread GitBox
kaxil commented on pull request #17597: URL: https://github.com/apache/airflow/pull/17597#issuecomment-898329117 > Oops, I missed #14606 and it’s already merged. There’s actually a shim for this: > > ```python > from airflow.compat.functools import cached_property > ``` >

[GitHub] [airflow] uranusjr commented on pull request #17597: Use built-in ``cached_property`` on Python 3.8 for Asana provider

2021-08-13 Thread GitBox
uranusjr commented on pull request #17597: URL: https://github.com/apache/airflow/pull/17597#issuecomment-898318923 Oops, I missed #14606 and it’s already merged. There’s actually a shim for this: ```python from airflow.compat.functools import cached_property ``` And it

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #17600: Fix wrong Postgres search_path set up instructions

2021-08-13 Thread GitBox
boring-cyborg[bot] commented on pull request #17600: URL: https://github.com/apache/airflow/pull/17600#issuecomment-898312948 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] tidunguyen opened a new pull request #17600: Fix wrong Postgres search_path set up instructions

2021-08-13 Thread GitBox
tidunguyen opened a new pull request #17600: URL: https://github.com/apache/airflow/pull/17600 In the set up instructions for Postgres database backend, the instructed command for setting search_path to the correct schema lacks `public` and `utility`, which prevented SqlAlchemy to find

[GitHub] [airflow] kaxil merged pull request #17598: Add more ``project_urls`` for PyPI

2021-08-13 Thread GitBox
kaxil merged pull request #17598: URL: https://github.com/apache/airflow/pull/17598 -- 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. To unsubscribe, e-mail:

[airflow] branch main updated: Add more ``project_urls`` for PyPI (#17598)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new ba3d5b3 Add more ``project_urls`` for PyPI

[airflow] branch main updated: Remove redundant note on HTTP Provider (#17595)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new f2a8a73 Remove redundant note on HTTP Provider

[GitHub] [airflow] kaxil merged pull request #17595: Remove redundant note on HTTP Provider

2021-08-13 Thread GitBox
kaxil merged pull request #17595: URL: https://github.com/apache/airflow/pull/17595 -- 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. To unsubscribe, e-mail:

[airflow] branch main updated: Remove redundant ``numpy`` dependency (#17594)

2021-08-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new 6b327c1 Remove redundant ``numpy`` dependency

[GitHub] [airflow] kaxil merged pull request #17594: Remove redundant ``numpy`` dependency

2021-08-13 Thread GitBox
kaxil merged pull request #17594: URL: https://github.com/apache/airflow/pull/17594 -- 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. To unsubscribe, e-mail:

[GitHub] [airflow] ClassyLion opened a new issue #17599: FileNotFound Temporary file error

2021-08-13 Thread GitBox
ClassyLion opened a new issue #17599: URL: https://github.com/apache/airflow/issues/17599 **Apache Airflow version**: 2.1.3 **Apache Airflow Provider versions** (please include all providers that are relevant to your bug): apache-airflow-providers-snowflake==2.0.0 DAG

[GitHub] [airflow] potiuk edited a comment on pull request #17576: Add pre/post execution hooks

2021-08-13 Thread GitBox
potiuk edited a comment on pull request #17576: URL: https://github.com/apache/airflow/pull/17576#issuecomment-898261046 Looking at the test, there must be a reason the test it here (not only to annoy the user) and it says explicitly that new fields should not be added, so that makes me

[GitHub] [airflow] potiuk commented on pull request #17576: Add pre/post execution hooks

2021-08-13 Thread GitBox
potiuk commented on pull request #17576: URL: https://github.com/apache/airflow/pull/17576#issuecomment-898261046 Looking at the test, there must be a reason the test it here (not only to annoy the user) and it says explicitly that new fields should not be added, so that makes me wonder

[GitHub] [airflow] potiuk commented on a change in pull request #17578: Improve validation of Group id

2021-08-13 Thread GitBox
potiuk commented on a change in pull request #17578: URL: https://github.com/apache/airflow/pull/17578#discussion_r688306237 ## File path: airflow/utils/task_group.py ## @@ -94,10 +95,15 @@ def __init__( self.used_group_ids: Set[Optional[str]] = set()

[GitHub] [airflow] uranusjr commented on pull request #17544: Rescue if a DagRun's DAG was removed from db

2021-08-13 Thread GitBox
uranusjr commented on pull request #17544: URL: https://github.com/apache/airflow/pull/17544#issuecomment-898243405 For future reference, the complete steps to reproduce this from the web UI is: 1. Create a DAG with a subDAG that runs for a long-ish time. Wait for them to show up

[GitHub] [airflow] github-actions[bot] commented on pull request #17594: Remove redundant ``numpy`` dependency

2021-08-13 Thread GitBox
github-actions[bot] commented on pull request #17594: URL: https://github.com/apache/airflow/pull/17594#issuecomment-898241255 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

[airflow] branch main updated (2092988 -> 57d60d2)

2021-08-13 Thread uranusjr
This is an automated email from the ASF dual-hosted git repository. uranusjr pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git. from 2092988 Simplify 404 page (#17501) add 57d60d2 Bump `mysql-connector-python` to latest version (#17596) No

[GitHub] [airflow] uranusjr merged pull request #17596: Bump `mysql-connector-python` to latest version

2021-08-13 Thread GitBox
uranusjr merged pull request #17596: URL: https://github.com/apache/airflow/pull/17596 -- 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. To unsubscribe, e-mail:

[GitHub] [airflow] malthe commented on pull request #17576: Add pre/post execution hooks

2021-08-13 Thread GitBox
malthe commented on pull request #17576: URL: https://github.com/apache/airflow/pull/17576#issuecomment-898216061 @potiuk in `BaseOperator.get_serialized_fields` I see for example "_upstream_task_ids" but not "_downstream_task_ids". What's the logic? And do I need to add these new

<    1   2   3