incubator-airflow/tests/providers/salesforce
Pranjal Mittal ff342fc230
Added SalesforceHook missing method to return only dataframe (#8565) (#8644)
* add feature for skipping writing to file

* add SalesforceHook missing method to return dataframe only

function write_object_to_file is divided to object_to_df which returns df and then the write_object_to_file can uses object_to_df as the first step before exporting to file

* fixed exception message

* fix review comments - removed filename check for None
2020-05-17 17:09:04 +02:00
..
hooks Added SalesforceHook missing method to return only dataframe (#8565) (#8644) 2020-05-17 17:09:04 +02:00
operators
sensors
__init__.py