HTErik

Results 26 issues of HTErik

### Apache Airflow version 2.3.2 ### What happened Dag with schedule to run once every hour. Dag was started manually at 12:44, lets call this run 1 At 13:00 the...

kind:feature
area:UI

Given a JSON log containing timestamp, i am recording it's timestamp using the **timestamp** stage, eg: Input log line (from Grafana): `{"duration":"109.51947ms","logger":"migrator","lvl":"info","msg":"migrations completed","performed":330,"skipped":0,"t":"2021-09-30T13:01:14.136635479Z"}` promtail-config: ```yaml pipeline_stages: - json: expressions: timestamp:...

kind/enhancement
keepalive
component/promtail

When trying to write a card template using `"type": "AdaptiveCard"`, an error is printed saying that only MessageCard is supported. See https://github.com/prometheus-msteams/prometheus-msteams/blob/c6e3b6a1e89b166efd833d534c86c1d3318102de/pkg/card/templated_card.go#L44-L46 for this restriction. Is there any specific reason...

feature

**What happened (please include outputs or screenshots)**: After exactly 300sec of idle, exec commands streamed with `stream` loose their connection, even though * pod is still running, * The process...

kind/bug

**What happened (please include outputs or screenshots)**: When trying to read `returncode` on a `WSClient` object that failed, a misleading error message is raised: ``` File "site-packages/kubernetes/stream/ws_client.py", line 238, in...

kind/bug
lifecycle/stale

**Is your feature request related to a problem? Please describe.** Consider following function: ```py def get_user_by_email(email): return client.get( '/users', params={ '$select': 'displayName', '$filter': f"mail eq '{email}'", '$top': '10' }, )...

enhancement

* Don't log entire executor_config unless it fail. Today, it occupies close to 100 lines on each log entry every time a pod is launched. * Only log Pending events...

area:scheduler/executor
area:kubernetes

Just a friendly check, if there is still anyone here maintaining this project or if anyone knows more about the project status. * Last commit to project was almost 2...

### Apache Airflow version 2.8.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? After observing `_airflow_parsing_context_manager` in `airflow/utils/dag_parsing_context.py` i can see that it is...

kind:bug
good first issue
area:core
affected_version:2.8

### Description We occasionally see KubernetesExecutor tasks getting lost in cyberspace with no logs describing why in the airflow UI. If admins looks into the scheduler logs (Airflow 2.7.1), the...

area:providers
kind:feature
good first issue
provider:cncf-kubernetes