GitHub user kacpermuda added a comment to the discussion: TypeError when importing operators from airflow.providers.google.cloud.operators.dataproc
Hi, just to be sure - did you also install the latest `apache-airflow-providers-openlineage` package (or added it to your requirements.txt)? I've re-created the environment with the error described in the issue, then installed the package, disabled it with env variable and it solved the problem for me. Scheduler is running fine, DAGs are working just fine. Please also try naming the section in lowercase: `openlineage`. When trying to run a task with your config, i got the error `configparser.NoSectionError: No section: 'openlineage'` and it was gone after i changed it to lowercase. GitHub link: https://github.com/apache/airflow/discussions/46478#discussioncomment-12114980 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
