Python Module Index

f | o | s | t | u
 
f
fileflow
    fileflow.operators.dive_operator
    fileflow.operators.dive_python_operator
    fileflow.storage_drivers.file_storage_driver
    fileflow.storage_drivers.s3_storage_driver
    fileflow.storage_drivers.storage_driver
    fileflow.task_runners.task_runner
    fileflow.utils.dataframe_utils
 
o
operators
    operators.dive_operator DivePythonOperator for use with TaskRunner
 
s
storage_drivers
    storage_drivers.file_storage_driver Local file implementation of the base StorageDriver
    storage_drivers.s3_storage_driver S3 implementation of the base StorageDriver
    storage_drivers.storage_driver Abstraction of the file system for reading and writing task files.
 
t
task_runners
    task_runners.task_runner Base TaskRunner class to use with DivePythonOperator
 
u
utils
    utils.dataframe_utils Utility functions for reading, writing and cleaning pandas dataframes