gopidesupavan commented on issue #47854: URL: https://github.com/apache/airflow/issues/47854#issuecomment-2731038626
Did some debugging on this it looks like its failing to import plugins and db is not accessible now from the task. ``` [2025-03-14, 14:56:51] INFO - sqlalchemy.exc.ArgumentError: Could not parse SQLAlchemy URL from string 'airflow-db-not-allowed:///' source="airflow.utils.process_utils" ``` Tried `PythonVirtualenvOperator`, if we set `system_site_packages=True`, same failure i am seeing in the logs. <img width="1439" alt="Image" src="https://github.com/user-attachments/assets/daee6914-8ebc-4c78-a33c-2244aafc79ca" /> -- 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]
