Skip to content

Tags: jkugiya/airflow

Tags

nightly-master

Toggle nightly-master's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix exception caused by missing keys in the ElasticSearch Record (apa…

…che#15163)

Optional LogRecord attributes cannot be added to log_format due to format exception.
This happened because ElasticSearch removes keys with null values from the record.

Configuration to reproduce. Optional attribute `exc_text` added to `log_format` and `json_fields`:
```
[logging]
remote_logging = True
log_format = [%%(asctime)s] {%%(filename)s:%%(lineno)d} %%(levelname)s - %%(message)s - %%(exc_text)s

[elasticsearch]
json_format = True
json_fields = asctime, filename, lineno, levelname, message, exc_text
```

providers-trino/1.0.0rc1

Toggle providers-trino/1.0.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refreshed provider's upcoming release with k8s retries (apache#15239)

providers-ssh/1.3.0rc1

Toggle providers-ssh/1.3.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refreshed provider's upcoming release with k8s retries (apache#15239)

providers-snowflake/1.2.0rc1

Toggle providers-snowflake/1.2.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refreshed provider's upcoming release with k8s retries (apache#15239)

providers-singularity/1.1.0rc1

Toggle providers-singularity/1.1.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refreshed provider's upcoming release with k8s retries (apache#15239)

providers-salesforce/2.0.0rc2

Toggle providers-salesforce/2.0.0rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refreshed provider's upcoming release with k8s retries (apache#15239)

providers-oracle/1.1.0rc1

Toggle providers-oracle/1.1.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refreshed provider's upcoming release with k8s retries (apache#15239)

providers-opsgenie/1.0.2rc1

Toggle providers-opsgenie/1.0.2rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refreshed provider's upcoming release with k8s retries (apache#15239)

providers-mysql/1.1.0rc1

Toggle providers-mysql/1.1.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refreshed provider's upcoming release with k8s retries (apache#15239)

providers-microsoft-winrm/1.1.0rc1

Toggle providers-microsoft-winrm/1.1.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refreshed provider's upcoming release with k8s retries (apache#15239)