potiuk commented on pull request #17068: URL: https://github.com/apache/airflow/pull/17068#issuecomment-917046569
One more missing ``__init__.py`` - now I think I know where it could come from. Lack of __init__.py creates an implicit namespace and the problem was that from influxdb tests (in their own namespace) through some chain of imports the tests tried to load the "tableau" and then they were in two separate namespaces and could not see each other. -- 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]
