Lee-W commented on code in PR #58744:
URL: https://github.com/apache/airflow/pull/58744#discussion_r2567347950
##########
providers/amazon/src/airflow/providers/amazon/aws/hooks/glue.py:
##########
@@ -565,7 +565,13 @@ def _log_results(self, result: dict[str, Any]) -> None:
Rule_3 ColumnLength "marketplace" between 1 and 2 FAIL
{'Column.marketplace.MaximumLength': 9.0, 'Column.marketplace.MinimumLength':
3.0} Value: 9.0 does not meet the constraint requirement!
"""
- import pandas as pd
+ try:
+ import pandas as pd
Review Comment:
Should we add pandas as an extra of amazon provider?
--
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]