One more question, where I can find which dependen...
# troubleshoot
g
One more question, where I can find which dependencies are installed along with
acryl-datahub[airflow,great-expectations]==0.8.31.5
package?
i
Please take a look at setup.py for the datahub python package: https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/setup.py#L34 for common dependencies across all plugins. https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/setup.py#L137 for airflow specific packages
g
thank you!