jerell-mendoza opened a new issue, #32617:
URL: https://github.com/apache/airflow/issues/32617
### Apache Airflow version
2.6.3
### What happened
While running an ETL we are getting this warning in the logs
`[2023-07-14, 19:12:32 UTC] {trigger_dagrun.py:197} INFO - Waiting for
v2_mdcr_por_org_bene_dtl on 2023-07-14T19:11:31.849123+00:00 to become allowed
state [<TaskInstanceState.SUCCESS: 'success'>] ...
[2023-07-14, 19:12:32 UTC] {secrets_masker.py:273} WARNING - Unable to
redact <TaskInstanceState.SUCCESS: 'success'>, please report this via
<https://github.com/apache/airflow/issues>. Error was: TypeError:
EnumMeta.__call__() missing 1 required positional argument: 'value'
[2023-07-14, 19:13:32 UTC] {secrets_masker.py:273} WARNING - Unable to
redact <TaskInstanceState.SUCCESS: 'success'>, please report this via
<https://github.com/apache/airflow/issues>. Error was: TypeError:
EnumMeta.__call__() missing 1 required positional argument: 'value'`
### What you think should happen instead
_No response_
### How to reproduce
I don't think we are doing anything special, we are running our ETLs and
this error is coming up.
### Operating System
Debian GNU/Linux 11 (bullseye)
### Versions of Apache Airflow Providers
```
apache-airflow-providers-amazon==8.2.0
apache-airflow-providers-celery==3.2.1
apache-airflow-providers-common-sql==1.5.2
apache-airflow-providers-ftp==3.4.2
apache-airflow-providers-http==4.4.2
apache-airflow-providers-imap==3.2.2
apache-airflow-providers-jdbc==4.0.0
apache-airflow-providers-pagerduty==3.3.0
apache-airflow-providers-postgres==5.5.1
apache-airflow-providers-snowflake==4.2.0
apache-airflow-providers-sqlite==3.4.2
apache-airflow-providers-ssh==3.7.1
```
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
K8s
### Anything else
This happens for every dag run that we are doing.
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]