merobi-hub opened a new issue, #40306:
URL: https://github.com/apache/airflow/issues/40306
### Apache Airflow Provider(s)
openlineage
### Versions of Apache Airflow Providers
apache-airflow-providers-openlineage==1.5.0
### Apache Airflow version
2.9.2
### Operating System
MacOS Sonoma 14.5
### Deployment
Virtualenv installation
### Deployment details
_No response_
### What happened
Found in airflow.cfg:
```
[openlineage]
transport = '{"type": "http", "url": "http://localhost:5000/"}'
namespace = 'airflow-dev'
```
Expected:
```
[openlineage]
transport = {"type": "http", "url": "http://localhost:5000", "endpoint":
"api/v1/lineage"}
namespace = airflow-dev
```
### What you think should happen instead
Lineage from Airflow is not being received by Marquez with the current
defaults. When changed to the corrected values above, lineage is received.
Perhaps there is a bug in the parser being used to get the variables from the
environment, or there is an issue in the provider's
[conf.py](https://github.com/apache/airflow/blob/main/airflow/providers/openlineage/conf.py)-?
### How to reproduce
Run `airflow standalone` command after confirming that the provider and its
dependencies have been installed.
### Anything else
_No response_
### Are you willing to submit PR?
- [X] 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]