forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SalesforceHook compatiblity with Pandas 2.x (apache#35145)
In pandas 2.0.0, pandas.np was removed. Airflow 2.7.0 switched to pandas 2.x, however the SalesforceHook still has a reference to pandas.np, and is therefore broken in some cases after 2.7.0, resulting in an AttributeError if the _to_timestamp method is called.
- Loading branch information
1 parent
55b015f
commit 90a100a
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters