cetingokhan commented on issue #58724: URL: https://github.com/apache/airflow/issues/58724#issuecomment-3584671144
> [@cetingokhan](https://github.com/cetingokhan) - thanks for opening up an issue! Couple of questions for you: > > * Where are you creating these `Connections` and `Variables`? > * Are you using a Secrets Backend? Environment variables? Airflow UI? > * Have you tested this using a traditional PythonOperator? I created the Connections and Variables directly through the Airflow UI. Yes, I have verified this with the traditional PythonOperator. When I use the exact same callable method with the PythonOperator, it works correctly and fetches the data without issues. The failure occurs only when switching to PythonVirtualenvOperator. -- 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]
