dave-pollock commented on code in PR #35145:
URL: https://github.com/apache/airflow/pull/35145#discussion_r1369805835
##########
airflow/providers/salesforce/hooks/salesforce.py:
##########
@@ -243,6 +243,7 @@ def _to_timestamp(cls, column: pd.Series) -> pd.Series:
# if the column cannot be converted,
# just return the original column untouched
import pandas as pd
+ import numpy as np
Review Comment:
Updated, thanks
--
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]