[GitHub] [airflow] norm commented on a change in pull request #22341: Add API endpoint to list mapped task instances

2022-03-28 Thread GitBox
norm commented on a change in pull request #22341: URL: https://github.com/apache/airflow/pull/22341#discussion_r837073475 ## File path: tests/api_connexion/endpoints/test_task_instance_endpoint.py ## @@ -376,6 +376,16 @@ def test_should_return_404_for_mapped_endpoint(self,

[GitHub] [airflow] ashb commented on a change in pull request #22123: Add details drawer to Grid View

2022-03-28 Thread GitBox
ashb commented on a change in pull request #22123: URL: https://github.com/apache/airflow/pull/22123#discussion_r837064176 ## File path: airflow/www/static/js/tree/ResetRoot.jsx ## @@ -0,0 +1,55 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #22580: Add variable description: initial PR without test cases

2022-03-28 Thread GitBox
boring-cyborg[bot] commented on pull request #22580: URL: https://github.com/apache/airflow/pull/22580#issuecomment-1081411416 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] nitinmahawadiwar opened a new pull request #22580: Add variable description: initial PR without test cases

2022-03-28 Thread GitBox
nitinmahawadiwar opened a new pull request #22580: URL: https://github.com/apache/airflow/pull/22580 Returning description field for GET a)variables & b) variable API. SWAGGER documentation updated. Test cases are incomplete, not able to understand the overall flow for test

[GitHub] [airflow] dstandish commented on a change in pull request #22579: Suppress import errors for providers from sources

2022-03-28 Thread GitBox
dstandish commented on a change in pull request #22579: URL: https://github.com/apache/airflow/pull/22579#discussion_r837058224 ## File path: airflow/providers_manager.py ## @@ -138,7 +139,57 @@ def _check_builtin_provider_prefix(provider_package: str, class_name: str) -> bo

[GitHub] [airflow] uranusjr commented on issue #10451: Airflow tries running Jinja on any property name ending with .json

2022-03-28 Thread GitBox
uranusjr commented on issue #10451: URL: https://github.com/apache/airflow/issues/10451#issuecomment-1081384642 The subclassing solution is not a hack  Rendering `.json` with Jinja2 is a feature by design on the oeprator, and if you don’t want that feature, you should make your own

[GitHub] [airflow] dstandish commented on issue #15990: Logging bug in a long runs

2022-03-28 Thread GitBox
dstandish commented on issue #15990: URL: https://github.com/apache/airflow/issues/15990#issuecomment-1081364324 > @dstandish was the original issue resolved? In this case, please, provide corresponded note in the changelog. We are still using custom logging. In another case, please, open

[GitHub] [airflow] rsibanez89 commented on issue #10451: Airflow tries running Jinja on any property name ending with .json

2022-03-28 Thread GitBox
rsibanez89 commented on issue #10451: URL: https://github.com/apache/airflow/issues/10451#issuecomment-1081354542 > Airflow tried to renders all the values passed to template_fields. In your case as your are using `EmrAddStepsOperator`, it's template_fields are `['job_flow_id',

[GitHub] [airflow] github-actions[bot] commented on pull request #22577: Specify Alembic revision in help text for db upgrade

2022-03-28 Thread GitBox
github-actions[bot] commented on pull request #22577: URL: https://github.com/apache/airflow/pull/22577#issuecomment-1081343157 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] uranusjr commented on pull request #22577: Specify Alembic revision in help text for db upgrade

2022-03-28 Thread GitBox
uranusjr commented on pull request #22577: URL: https://github.com/apache/airflow/pull/22577#issuecomment-1081342662 Technically we don’t have another revision, but explicitness is better. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [airflow] uranusjr commented on a change in pull request #22578: Update modal buttons for mapped task instances

2022-03-28 Thread GitBox
uranusjr commented on a change in pull request #22578: URL: https://github.com/apache/airflow/pull/22578#discussion_r837005669 ## File path: airflow/www/static/js/dag.js ## @@ -54,6 +54,9 @@ let executionDate = ''; let subdagId = ''; let dagRunId = ''; let mapIndex; +let

[GitHub] [airflow] uranusjr commented on a change in pull request #22579: Suppress import errors for providers from sources

2022-03-28 Thread GitBox
uranusjr commented on a change in pull request #22579: URL: https://github.com/apache/airflow/pull/22579#discussion_r837002029 ## File path: airflow/providers_manager.py ## @@ -138,7 +139,57 @@ def _check_builtin_provider_prefix(provider_package: str, class_name: str) -> bo

[GitHub] [airflow] egS27 edited a comment on issue #15990: Logging bug in a long runs

2022-03-28 Thread GitBox
egS27 edited a comment on issue #15990: URL: https://github.com/apache/airflow/issues/15990#issuecomment-1081328848 @dstandish was the original issue resolved? In this case, please, provide corresponded note in the changelog. We are still using custom logging. In another case, please,

[GitHub] [airflow] egS27 commented on issue #15990: Logging bug in a long runs

2022-03-28 Thread GitBox
egS27 commented on issue #15990: URL: https://github.com/apache/airflow/issues/15990#issuecomment-1081328848 @dstandish was the original issue resolved? In this case, please, provide corresponded note in the changelog. We are still using custom logging. -- This is an automated message

[GitHub] [airflow] dstandish commented on pull request #22579: Suppress import errors for providers from sources

2022-03-28 Thread GitBox
dstandish commented on pull request #22579: URL: https://github.com/apache/airflow/pull/22579#issuecomment-1081328480 > NIT: I'd use Enum or bool for providers/sources, but having string is nice for debugging too, so no problem wiht it (and TIL about _post_init__) yeah thought about

[GitHub] [airflow] atishbits commented on pull request #21793: Use DB where possible for quicker `airflow dag` subcommands

2022-03-28 Thread GitBox
atishbits commented on pull request #21793: URL: https://github.com/apache/airflow/pull/21793#issuecomment-1081309830 > > @ashb this is very useful. Worth considering adding this to all v2.0+ releases rather than just the upcoming release ? > > BTW. I recommend you to upgrade to

[GitHub] [airflow] shuhoy commented on pull request #22506: Refactor: BigQuery to GCS Operator

2022-03-28 Thread GitBox
shuhoy commented on pull request #22506: URL: https://github.com/apache/airflow/pull/22506#issuecomment-1081296373 Oh! That's exciting!! I'm grad to contribute to Airflow community! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] github-actions[bot] commented on issue #13692: task failed with a null hostname

2022-03-28 Thread GitBox
github-actions[bot] commented on issue #13692: URL: https://github.com/apache/airflow/issues/13692#issuecomment-1081269892 This issue has been automatically marked as stale because it has been open for 30 days with no response from the author. It will be closed in next 7 days if no

[GitHub] [airflow] github-actions[bot] commented on pull request #21515: Update INTHEWILD.md

2022-03-28 Thread GitBox
github-actions[bot] commented on pull request #21515: URL: https://github.com/apache/airflow/pull/21515#issuecomment-1081269826 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] github-actions[bot] closed pull request #15277: Remove support for FAB `APP_THEME`

2022-03-28 Thread GitBox
github-actions[bot] closed pull request #15277: URL: https://github.com/apache/airflow/pull/15277 -- 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] lrbsantos commented on issue #19104: airflow db reset throws error while initialising breeze with python version 3.8 and mysql as backend

2022-03-28 Thread GitBox
lrbsantos commented on issue #19104: URL: https://github.com/apache/airflow/issues/19104#issuecomment-1081266736 > Hi, @lrbsantos Currently I am using SQLite as the backend as I got other issues when working with MySQL. But I tried setting `explicit_defaults_for_timestamp` key set as ON

[GitHub] [airflow] yuqian90 commented on issue #22381: AthenaOperator retries max_tries mix-up

2022-03-28 Thread GitBox
yuqian90 commented on issue #22381: URL: https://github.com/apache/airflow/issues/22381#issuecomment-1081260212 @eladkal `max_tries` is an attribute of `TaskInstance`. #21018 is basically fixing a bug of the web UI to not reset its value by mistake when someone opens the Task instance web

[GitHub] [airflow] ferruzzi commented on pull request #22517: Adds HiveToDynamoDB Transfer Sample DAG and Docs

2022-03-28 Thread GitBox
ferruzzi commented on pull request #22517: URL: https://github.com/apache/airflow/pull/22517#issuecomment-1081236759 Looks like chain() doesn't like @task decorated methods. Posted to the Slack server to discuss fix: https://apache-airflow.slack.com/archives/CCPRP7943/p1648498867915099

[GitHub] [airflow] potiuk commented on pull request #22579: Suppress import errors for providers from sources

2022-03-28 Thread GitBox
potiuk commented on pull request #22579: URL: https://github.com/apache/airflow/pull/22579#issuecomment-1081227228 (Remnant from time when ProviderInfo was just a tuple it seems). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] potiuk commented on pull request #22579: Suppress import errors for providers from sources

2022-03-28 Thread GitBox
potiuk commented on pull request #22579: URL: https://github.com/apache/airflow/pull/22579#issuecomment-1081225929 Also 'airflow providers list' cmd needs fixing too :) -- 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 #22579: Suppress import errors for providers from sources

2022-03-28 Thread GitBox
github-actions[bot] commented on pull request #22579: URL: https://github.com/apache/airflow/pull/22579#issuecomment-1081225362 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] jedcunningham commented on a change in pull request #22573: Update our approach for executor-bound dependencies

2022-03-28 Thread GitBox
jedcunningham commented on a change in pull request #22573: URL: https://github.com/apache/airflow/pull/22573#discussion_r836909803 ## File path: setup.py ## @@ -1033,17 +1050,29 @@ def replace_extra_requirement_with_provider_packages(extra: str, providers: List

[GitHub] [airflow] dstandish opened a new pull request #22579: Suppress import errors for providers from sources

2022-03-28 Thread GitBox
dstandish opened a new pull request #22579: URL: https://github.com/apache/airflow/pull/22579 When we are running airflow locally with providers installed from sources, often many providers will be discovered which we haven't installed the deps for. This generally results in a very large

[GitHub] [airflow] bbovenzi closed pull request #22123: Add details drawer to Grid View

2022-03-28 Thread GitBox
bbovenzi closed pull request #22123: URL: https://github.com/apache/airflow/pull/22123 -- 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] bbovenzi opened a new pull request #22123: Add details drawer to Grid View

2022-03-28 Thread GitBox
bbovenzi opened a new pull request #22123: URL: https://github.com/apache/airflow/pull/22123 Add a details drawer to the right side of the grid view to quickly see details and actions for the DAG / Dag Run / Task Instance. This replaces the modal when clicking on a dag run or task

[airflow] branch map-task-modal-btns created (now d4fc739)

2022-03-28 Thread bbovenzi
This is an automated email from the ASF dual-hosted git repository. bbovenzi pushed a change to branch map-task-modal-btns in repository https://gitbox.apache.org/repos/asf/airflow.git. at d4fc739 Update mapped task instance modal buttons No new revisions were added by this update.

[GitHub] [airflow] bbovenzi opened a new pull request #22578: Update modal buttons for mapped task instances

2022-03-28 Thread GitBox
bbovenzi opened a new pull request #22578: URL: https://github.com/apache/airflow/pull/22578 Right now in graph view, a user can click on a mapped task and see a summary in a modal. But they cannot see an individual mapped task. This PR fixes that with: - Adds a new "All Mapped

[GitHub] [airflow] dacort commented on issue #20215: EMR serverless, new operator

2022-03-28 Thread GitBox
dacort commented on issue #20215: URL: https://github.com/apache/airflow/issues/20215#issuecomment-1081184838 I just published some information about how to use (a custom, while in preview) boto3 to access the EMR Serverless API.

[GitHub] [airflow] blag opened a new pull request #22577: Specify Alembic revision to help text for db upgrade

2022-03-28 Thread GitBox
blag opened a new pull request #22577: URL: https://github.com/apache/airflow/pull/22577 Update help text for `airflow db upgrade/downgrade` to specify _Alembic_ revision. --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] potiuk edited a comment on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

2022-03-28 Thread GitBox
potiuk edited a comment on pull request #22539: URL: https://github.com/apache/airflow/pull/22539#issuecomment-1081181094 Just to add more context- unfortunately there is no easy way to to determine if we are in "dev" (editable) environment or not. We could simply check if we are in

[GitHub] [airflow] potiuk edited a comment on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

2022-03-28 Thread GitBox
potiuk edited a comment on pull request #22539: URL: https://github.com/apache/airflow/pull/22539#issuecomment-1081181094 Just to add more context- unfortunately there is no easy way to to determine if we are in "dev" (editable) environment or not. We could simply check if we are in

[GitHub] [airflow] potiuk commented on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

2022-03-28 Thread GitBox
potiuk commented on pull request #22539: URL: https://github.com/apache/airflow/pull/22539#issuecomment-1081181094 Just to add more context- unfortunately there is no easy way to to determine if we are in "dev" (editable) environment or not. We could simply check if we are in "BREEZE"

[GitHub] [airflow] potiuk commented on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

2022-03-28 Thread GitBox
potiuk commented on pull request #22539: URL: https://github.com/apache/airflow/pull/22539#issuecomment-1081175189 > @potiuk i looked at that method, it doesn't actually import the provider there, but just stores in `_provider_dict`. > > are you thinking we add more information for

[GitHub] [airflow] dstandish commented on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

2022-03-28 Thread GitBox
dstandish commented on pull request #22539: URL: https://github.com/apache/airflow/pull/22539#issuecomment-1081174022 @potiuk i looked at that method, it doesn't actually import the provider there, but just stores in `_provider_dict`. are you thinking we add more information for

[GitHub] [airflow] potiuk commented on pull request #22506: Refactor: BigQuery to GCS Operator

2022-03-28 Thread GitBox
potiuk commented on pull request #22506: URL: https://github.com/apache/airflow/pull/22506#issuecomment-1081158229 CONGRATS! -- 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

[GitHub] [airflow] jedcunningham commented on pull request #22506: Refactor: BigQuery to GCS Operator

2022-03-28 Thread GitBox
jedcunningham commented on pull request #22506: URL: https://github.com/apache/airflow/pull/22506#issuecomment-1081127499 @shuhoy, congrats on your first commit! In fact, you are the 2000th contributor to Airflow ! ![2k

[airflow] branch main updated: enable optional subPath for dags volume mount (#22323)

2022-03-28 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham 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 743121b enable optional subPath for dags

[GitHub] [airflow] jedcunningham merged pull request #22323: enable optional subPath for dags volume mount

2022-03-28 Thread GitBox
jedcunningham merged pull request #22323: URL: https://github.com/apache/airflow/pull/22323 -- 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] annotated tag 2.2.5rc2 updated (5460876 -> b8424cf)

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to annotated tag 2.2.5rc2 in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag 2.2.5rc2 was modified! *** from 5460876 (commit) to b8424cf (tag) tagging

[GitHub] [airflow] potiuk commented on issue #22576: SFTP connection hook not working when using inline Ed25519 key from Airflow connection

2022-03-28 Thread GitBox
potiuk commented on issue #22576: URL: https://github.com/apache/airflow/issues/22576#issuecomment-1081102062 Feel free to make a PR to fix it (otherwise maybe someone can add this feature) -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [airflow] potiuk edited a comment on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

2022-03-28 Thread GitBox
potiuk edited a comment on pull request #22539: URL: https://github.com/apache/airflow/pull/22539#issuecomment-1081095515 I think we could ignore all import errors from providers found "via sources" rather than "via packages". -- This is an automated message from the Apache Git

[GitHub] [airflow] potiuk commented on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

2022-03-28 Thread GitBox
potiuk commented on pull request #22539: URL: https://github.com/apache/airflow/pull/22539#issuecomment-1081095515 I thinl we could ignore all import errors from providers found "via sources" rather than "via packages". -- This is an automated message from the Apache Git Service. To

[GitHub] [airflow] potiuk commented on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

2022-03-28 Thread GitBox
potiuk commented on pull request #22539: URL: https://github.com/apache/airflow/pull/22539#issuecomment-1081094040 https://github.com/apache/airflow/blob/e1a42c4fc8a634852dd5ac5b16cade620851477f/airflow/providers_manager.py#L390 -- This is an automated message from the Apache Git

[GitHub] [airflow] cheelio commented on pull request #22510: Fix: Add extra headers to all livy API requests instead of only to post_batch

2022-03-28 Thread GitBox
cheelio commented on pull request #22510: URL: https://github.com/apache/airflow/pull/22510#issuecomment-1081086836 > ah, sorry. Fixed 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

[GitHub] [airflow] brettplarson opened a new issue #22576: SFTP connection hook not working when using inline Ed25519 key from Airflow connection

2022-03-28 Thread GitBox
brettplarson opened a new issue #22576: URL: https://github.com/apache/airflow/issues/22576 ### Apache Airflow version 2.2.4 (latest released) ### What happened I am trying to create an SFTP connection which includes the extra params of `private_key` which includes a

[airflow] annotated tag constraints-2.2.5rc2 updated (d369136 -> f76414c)

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to annotated tag constraints-2.2.5rc2 in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag constraints-2.2.5rc2 was modified! *** from d369136 (commit) to

[GitHub] [airflow] potiuk commented on pull request #22573: Update our approach for executor-bound dependencies

2022-03-28 Thread GitBox
potiuk commented on pull request #22573: URL: https://github.com/apache/airflow/pull/22573#issuecomment-1081084318 Should be all fixed. I also updated the 2.1 compatibility tests to remove celery and K8S -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] vincbeck opened a new pull request #22575: Add doc and sample dag for MongoToS3Operator

2022-03-28 Thread GitBox
vincbeck opened a new pull request #22575: URL: https://github.com/apache/airflow/pull/22575 Add doc and sample dag for MongoToS3Operator I also reformatted the title of some docs to be consistent across all transfer operators. -- This is an automated message from the Apache Git

[GitHub] [airflow] dstandish removed a comment on issue #21727: Error in KubernetesPodOperator while fetching logs from kube API

2022-03-28 Thread GitBox
dstandish removed a comment on issue #21727: URL: https://github.com/apache/airflow/issues/21727#issuecomment-1081059296 Appears to be duplicate of https://github.com/apache/airflow/issues/21548 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] potiuk commented on a change in pull request #22573: Update our approach for executor-bound dependencies

2022-03-28 Thread GitBox
potiuk commented on a change in pull request #22573: URL: https://github.com/apache/airflow/pull/22573#discussion_r836791973 ## File path: airflow/providers/celery/provider.yaml ## @@ -32,7 +32,6 @@ versions: additional-dependencies: - apache-airflow>=2.1.0 Review

[GitHub] [airflow] potiuk commented on a change in pull request #22573: Update our approach for executor-bound dependencies

2022-03-28 Thread GitBox
potiuk commented on a change in pull request #22573: URL: https://github.com/apache/airflow/pull/22573#discussion_r836791073 ## File path: airflow/providers/celery/provider.yaml ## @@ -32,7 +32,6 @@ versions: additional-dependencies: - apache-airflow>=2.1.0 Review

[GitHub] [airflow] potiuk commented on a change in pull request #22573: Update our approach for executor-bound dependencies

2022-03-28 Thread GitBox
potiuk commented on a change in pull request #22573: URL: https://github.com/apache/airflow/pull/22573#discussion_r836788335 ## File path: airflow/providers/celery/provider.yaml ## @@ -32,7 +32,6 @@ versions: additional-dependencies: - apache-airflow>=2.1.0 Review

[GitHub] [airflow] potiuk commented on a change in pull request #22573: Update our approach for executor-bound dependencies

2022-03-28 Thread GitBox
potiuk commented on a change in pull request #22573: URL: https://github.com/apache/airflow/pull/22573#discussion_r836787096 ## File path: setup.py ## @@ -1033,17 +1050,29 @@ def replace_extra_requirement_with_provider_packages(extra: str, providers: List

[airflow] 04/05: Add 2.2.5 to CHANGELOG.txt and UPDATING.md

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-2-stable in repository https://gitbox.apache.org/repos/asf/airflow.git commit 012b22e65a57ceda4920070a12e2dfc96489655c Author: Ephraim Anierobi AuthorDate: Thu Mar 24 02:39:28 2022

[airflow] 05/05: fixup! Add 2.2.5 to CHANGELOG.txt and UPDATING.md

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-2-stable in repository https://gitbox.apache.org/repos/asf/airflow.git commit 546087664b357fa3de2d7fb26736f206d6e76459 Author: Ephraim Anierobi AuthorDate: Mon Mar 28 19:44:12 2022

[airflow] 01/05: Revert "Remove RefreshConfiguration workaround for K8s token refreshing (#20759)"

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-2-stable in repository https://gitbox.apache.org/repos/asf/airflow.git commit b48f614fdc0d5355fed054a9c5b5c4e06e28a066 Author: Jarek Potiuk AuthorDate: Mon Mar 28 17:32:36 2022 +0200

[airflow] 02/05: Revert "Update Kubernetes library version (#18797)"

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-2-stable in repository https://gitbox.apache.org/repos/asf/airflow.git commit 9bd529738a0fdb3ef5c60ca440187240cc19c1e9 Author: Ash Berlin-Taylor AuthorDate: Tue Jan 4 12:09:35 2022

[airflow] 03/05: Revert "Fix handling some None parameters in kubernetes 23 libs. (#21905)"

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-2-stable in repository https://gitbox.apache.org/repos/asf/airflow.git commit 03b9b37eb649d464da8b45a0f0a27beb4fa51825 Author: Jarek Potiuk AuthorDate: Mon Mar 28 17:38:20 2022 +0200

[airflow] branch v2-2-stable updated (e0754a4 -> 5460876)

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-2-stable in repository https://gitbox.apache.org/repos/asf/airflow.git. from e0754a4 Fix rat-exclides and issue template licence (#22550) new b48f614 Revert "Remove

[GitHub] [airflow] ephraimbuddy merged pull request #22572: Sync v2-2-stable with v2-2-test to release 2.2.5

2022-03-28 Thread GitBox
ephraimbuddy merged pull request #22572: URL: https://github.com/apache/airflow/pull/22572 -- 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 #19104: airflow db reset throws error while initialising breeze with python version 3.8 and mysql as backend

2022-03-28 Thread GitBox
potiuk commented on issue #19104: URL: https://github.com/apache/airflow/issues/19104#issuecomment-1081063977 > Hi @Bowrna, did you find the reason and a fix for this issue? I am facing the same problem right now. I checked the files as @potiuk recommended and each one of them seems to be

[airflow] branch main updated (0d64d66 -> e1a42c4)

2022-03-28 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git. from 0d64d66 Stop crashing when empty logs are received from kubernetes client (#22566) add e1a42c4 Add timeout

[GitHub] [airflow] dstandish commented on issue #21727: Error in KubernetesPodOperator while fetching logs from kube API

2022-03-28 Thread GitBox
dstandish commented on issue #21727: URL: https://github.com/apache/airflow/issues/21727#issuecomment-1081059296 Appears to be duplicate of https://github.com/apache/airflow/issues/21548 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] potiuk closed issue #22115: add timeout to DockerOperator

2022-03-28 Thread GitBox
potiuk closed issue #22115: URL: https://github.com/apache/airflow/issues/22115 -- 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 merged pull request #22502: Add timeout parameter to `DockerOperator`

2022-03-28 Thread GitBox
potiuk merged pull request #22502: URL: https://github.com/apache/airflow/pull/22502 -- 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] vincbeck opened a new pull request #22574: Add doc for LocalFilesystemToS3Operator

2022-03-28 Thread GitBox
vincbeck opened a new pull request #22574: URL: https://github.com/apache/airflow/pull/22574 Add doc for LocalFilesystemToS3Operator -- 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

[GitHub] [airflow] jedcunningham commented on a change in pull request #22573: Update our approach for executor-bound dependencies

2022-03-28 Thread GitBox
jedcunningham commented on a change in pull request #22573: URL: https://github.com/apache/airflow/pull/22573#discussion_r836770537 ## File path: README.md ## @@ -379,6 +379,14 @@ The important dependencies are: are very likely to introduce breaking changes across those so

[GitHub] [airflow] potiuk closed issue #21605: KubernetesPodOperator Fails on empty log line

2022-03-28 Thread GitBox
potiuk closed issue #21605: URL: https://github.com/apache/airflow/issues/21605 -- 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 #21605: KubernetesPodOperator Fails on empty log line

2022-03-28 Thread GitBox
potiuk commented on issue #21605: URL: https://github.com/apache/airflow/issues/21605#issuecomment-1081049585 While we do not know the root cause, the #22566 should mitigate the crash. Will be released in the next provider (but the next provider will only be installable in 2.3.0 +). --

[airflow] branch main updated (2f5a567 -> 0d64d66)

2022-03-28 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git. from 2f5a567 Use Airflow.Base.metadata in FAB models (#22353) add 0d64d66 Stop crashing when empty logs are

[GitHub] [airflow] dstandish commented on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

2022-03-28 Thread GitBox
dstandish commented on pull request #22539: URL: https://github.com/apache/airflow/pull/22539#issuecomment-1081047257 > But I guess it's only when you are in "editable" mode, right? We should really suppres the errors in this case not by configuration. It can be actually easily detected

[GitHub] [airflow] potiuk merged pull request #22566: Stop crashing when empty logs are received from kubernetes client

2022-03-28 Thread GitBox
potiuk merged pull request #22566: URL: https://github.com/apache/airflow/pull/22566 -- 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 constraints-2-2 updated: Updating constraints. Build id:2054239714

2022-03-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch constraints-2-2 in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-2-2 by this push: new d369136 Updating

[GitHub] [airflow] potiuk opened a new pull request #22573: Update our approach for executor-bound dependencies

2022-03-28 Thread GitBox
potiuk opened a new pull request #22573: URL: https://github.com/apache/airflow/pull/22573 Kubernetes and Celery are both providers and part of the core. The dependencies for both are added via "extras" which makes them "soft" limits and in case of serious dependency bumps this might

[GitHub] [airflow] potiuk commented on issue #21548: Cant get Kubernetes task's log when using CeleryKubernetesExecutor

2022-03-28 Thread GitBox
potiuk commented on issue #21548: URL: https://github.com/apache/airflow/issues/21548#issuecomment-1081027895 > @arkadiusz-bach i believe you've mentioned how to fix an issue in #11629 This is adifferent story. I think this one is a real issue that needs to be handled. -- This is

[GitHub] [airflow] potiuk edited a comment on issue #15990: Logging bug in a long runs

2022-03-28 Thread GitBox
potiuk edited a comment on issue #15990: URL: https://github.com/apache/airflow/issues/15990#issuecomment-1081015823 Original issue was for an old airlfow version (EOL already) The issue raised by @trucnguyenlam was a different story which appears this issue was resolved in PR

[GitHub] [airflow] dstandish closed issue #15990: Logging bug in a long runs

2022-03-28 Thread GitBox
dstandish closed issue #15990: URL: https://github.com/apache/airflow/issues/15990 -- 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 edited a comment on issue #21727: The problem of using the KubernetesPodOperator log to report errors

2022-03-28 Thread GitBox
potiuk edited a comment on issue #21727: URL: https://github.com/apache/airflow/issues/21727#issuecomment-1081021005 -- 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] potiuk commented on issue #21727: The problem of using the KubernetesPodOperator log to report errors

2022-03-28 Thread GitBox
potiuk commented on issue #21727: URL: https://github.com/apache/airflow/issues/21727#issuecomment-1081021005 Please download your `kubernetes` library versuion to 11.0.0. You apparently did not use constraints when you installed airflow and providers. We are just adding a protection to

[GitHub] [airflow] potiuk edited a comment on issue #21727: The problem of using the KubernetesPodOperator log to report errors

2022-03-28 Thread GitBox
potiuk edited a comment on issue #21727: URL: https://github.com/apache/airflow/issues/21727#issuecomment-1081021005 Please downgrade your `kubernetes` library versuion to 11.0.0. You apparently did not use constraints when you installed airflow and providers. We are just adding a

[GitHub] [airflow] potiuk closed issue #21727: The problem of using the KubernetesPodOperator log to report errors

2022-03-28 Thread GitBox
potiuk closed issue #21727: URL: https://github.com/apache/airflow/issues/21727 -- 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 #11629: KubernetesExecutor. Pod log do not contains all data from task log file

2022-03-28 Thread GitBox
potiuk commented on issue #11629: URL: https://github.com/apache/airflow/issues/11629#issuecomment-1081017425 it appears this issue was resolved in PR https://github.com/apache/airflow/pull/17649 that PR was released in airflow 2.0.3 -- This is an automated message from the

[GitHub] [airflow] potiuk closed issue #11629: KubernetesExecutor. Pod log do not contains all data from task log file

2022-03-28 Thread GitBox
potiuk closed issue #11629: URL: https://github.com/apache/airflow/issues/11629 -- 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 #15990: Logging bug in a long runs

2022-03-28 Thread GitBox
potiuk commented on issue #15990: URL: https://github.com/apache/airflow/issues/15990#issuecomment-1081016935 @trucnguyenlam -> just upgrade to latest cncf.kubernetes provider. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [airflow] potiuk commented on issue #15990: Logging bug in a long runs

2022-03-28 Thread GitBox
potiuk commented on issue #15990: URL: https://github.com/apache/airflow/issues/15990#issuecomment-1081015823 it appears this issue was resolved in PR https://github.com/apache/airflow/pull/17649 that PR was released in airflow 2.0.3 -- This is an automated message from the

[airflow] branch v2-2-test updated (3c4ce37 -> 6cd8a86)

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from 3c4ce37 Add 2.2.5 to CHANGELOG.txt and UPDATING.md add 6cd8a86 fixup! Add 2.2.5 to CHANGELOG.txt

[GitHub] [airflow] potiuk commented on a change in pull request #22572: Sync v2-2-stable with v2-2-test to release 2.2.5

2022-03-28 Thread GitBox
potiuk commented on a change in pull request #22572: URL: https://github.com/apache/airflow/pull/22572#discussion_r836739961 ## File path: CHANGELOG.txt ## @@ -48,7 +46,10 @@ Doc only changes Misc +<<< HEAD - Update Kubernetes library version (#18797) Review

[GitHub] [airflow] potiuk commented on a change in pull request #22572: Sync v2-2-stable with v2-2-test to release 2.2.5

2022-03-28 Thread GitBox
potiuk commented on a change in pull request #22572: URL: https://github.com/apache/airflow/pull/22572#discussion_r836739484 ## File path: CHANGELOG.txt ## @@ -48,7 +46,10 @@ Doc only changes Misc +<<< HEAD Review comment: Merge artifact :) -- This is

[GitHub] [airflow] Bowrna commented on issue #19104: airflow db reset throws error while initialising breeze with python version 3.8 and mysql as backend

2022-03-28 Thread GitBox
Bowrna commented on issue #19104: URL: https://github.com/apache/airflow/issues/19104#issuecomment-1081000656 Hi, @lrbsantos Currently I am using SQLite as the backend as I got other issues when working with MySQL. But I tried setting `explicit_defaults_for_timestamp` key set as ON and

[GitHub] [airflow] Bowrna commented on pull request #21956: prod image build changes

2022-03-28 Thread GitBox
Bowrna commented on pull request #21956: URL: https://github.com/apache/airflow/pull/21956#issuecomment-1080995704 @potiuk Fixing the Breeze2 tests failure -- 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] ephraimbuddy opened a new pull request #22572: Sync v2-2-stable with v2-2-test to release 2.2.5

2022-03-28 Thread GitBox
ephraimbuddy opened a new pull request #22572: URL: https://github.com/apache/airflow/pull/22572 Time for `2.2.5rc2`! -- 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

[airflow] 03/04: Revert "Fix handling some None parameters in kubernetes 23 libs. (#21905)"

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 6f2c7730aace34090dac3524bdb2bc0391eaedde Author: Jarek Potiuk AuthorDate: Mon Mar 28 17:38:20 2022 +0200

[airflow] 02/04: Revert "Update Kubernetes library version (#18797)"

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit d11a07368e14c30059c48d5c766887cdcf4656b9 Author: Ash Berlin-Taylor AuthorDate: Tue Jan 4 12:09:35 2022

[airflow] 04/04: Add 2.2.5 to CHANGELOG.txt and UPDATING.md

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 3c4ce37fa0e8c4176e21a3542d1faad23bbe7b25 Author: Ephraim Anierobi AuthorDate: Thu Mar 24 02:39:28 2022

[airflow] 01/04: Revert "Remove RefreshConfiguration workaround for K8s token refreshing (#20759)"

2022-03-28 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 60a2b900ef1e880df970880f865085f023c73701 Author: Jarek Potiuk AuthorDate: Mon Mar 28 17:32:36 2022 +0200

  1   2   >