mik-laj edited a comment on issue #18901:
URL: https://github.com/apache/airflow/issues/18901#issuecomment-940937938


   Confirmed
   ```
   $ find airflow/providers -name '*.py' | xargs grep  -i 'import pandas'
   airflow/providers/presto/hooks/presto.py:        import pandas
   airflow/providers/amazon/aws/transfers/mysql_to_s3.py:import pandas as pd
   airflow/providers/trino/hooks/trino.py:        import pandas
   airflow/providers/exasol/hooks/exasol.py:import pandas as pd
   airflow/providers/influxdb/hooks/influxdb.py:import pandas as pd
   airflow/providers/salesforce/hooks/salesforce.py:import pandas as pd
   airflow/providers/apache/hive/hooks/hive.py:import pandas
   $ find airflow/providers -name 'provider.yaml' | xargs grep  -i 'pandas' | 
wc -l
          0
   ```


-- 
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]


Reply via email to