MANIFEST.in
Makefile
Makefile.docker
Makefile.spark
README.md
VERSION
requirements-test.txt
requirements.txt
setup.py
library/__init__.py
library/features/__init__.py
library/features/carriers/__init__.py
library/features/carriers/v1/__init__.py
library/features/carriers/v1/features_carriers_v1.py
library/features/carriers/v2/__init__.py
library/features/carriers/v2/features_carriers_v2.py
library/features/carriers_python/__init__.py
library/features/carriers_python/v1/__init__.py
library/features/carriers_python/v1/calculate.py
library/features/carriers_python/v1/features_carriers_python_v1.py
spark_pipeline_framework/__init__.py
spark_pipeline_framework/test_class.py
spark_pipeline_framework/logger/__init__.py
spark_pipeline_framework/logger/yarn_logger.py
spark_pipeline_framework/pipelines/__init__.py
spark_pipeline_framework/pipelines/framework_pipeline.py
spark_pipeline_framework/progress_logger/__init__.py
spark_pipeline_framework/progress_logger/progress_log_metric.py
spark_pipeline_framework/progress_logger/progress_logger.py
spark_pipeline_framework/proxy_generator/__init__.py
spark_pipeline_framework/proxy_generator/generate_proxies.py
spark_pipeline_framework/proxy_generator/proxy_base.py
spark_pipeline_framework/proxy_generator/proxy_generator.py
spark_pipeline_framework/proxy_generator/python_proxy_base.py
spark_pipeline_framework/transformers/__init__.py
spark_pipeline_framework/transformers/framework_csv_loader.py
spark_pipeline_framework/transformers/framework_parquet_exporter.py
spark_pipeline_framework/transformers/framework_parquet_loader.py
spark_pipeline_framework/transformers/framework_select_columns_transformer.py
spark_pipeline_framework/transformers/framework_sql_transformer.py
spark_pipeline_framework/utilities/FriendlySparkException.py
spark_pipeline_framework/utilities/__init__.py
spark_pipeline_framework/utilities/attr_dict.py
spark_pipeline_framework/utilities/flattener.py
sparkpipelineframework.egg-info/PKG-INFO
sparkpipelineframework.egg-info/SOURCES.txt
sparkpipelineframework.egg-info/dependency_links.txt
sparkpipelineframework.egg-info/not-zip-safe
sparkpipelineframework.egg-info/requires.txt
sparkpipelineframework.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/parquet_helper.py
tests/spark_test_helper.py
tests/pipelines/__init__.py
tests/pipelines/framework_pipeline/__init__.py
tests/pipelines/framework_pipeline/test_can_run_framework_pipeline.py
tests/pipelines/simple_pipeline/__init__.py
tests/pipelines/simple_pipeline/test_simple_csv_and_sql_pipeline.py
tests/pipelines/simple_pipeline/test_simple_csv_loader_pipeline.py
tests/proxy_generator/__init__.py
tests/proxy_generator/test_can_generate_proxies.py
tests/proxy_generator/library/__init__.py
tests/proxy_generator/library/data_sources/__init__.py
tests/proxy_generator/library/data_sources/my_data_source/__init__.py
tests/proxy_generator/library/data_sources/my_data_source/v1/__init__.py
tests/proxy_generator/library/features/__init__.py
tests/proxy_generator/library/features/my_python_feature/__init__.py
tests/proxy_generator/library/features/my_python_feature/v1/__init__.py
tests/proxy_generator/library/features/my_python_feature/v1/calculate.py
tests/proxy_generator/library/features/my_sql_feature/__init__.py
tests/proxy_generator/library/features/my_sql_feature/v2/__init__.py
tests/sanity/__init__.py
tests/transformers/__init__.py
tests/transformers/framework_csv_loader/__init__.py
tests/transformers/framework_csv_loader/test_can_load_simple_csv.py
tests/transformers/framework_parquet_exporter/__init__.py
tests/transformers/framework_parquet_exporter/test_can_save_parquet.py
tests/transformers/framework_parquet_loader/__init__.py
tests/transformers/framework_parquet_loader/test_can_load_parquet.py
tests/transformers/framework_select_columns_transformer/__init__.py
tests/transformers/framework_select_columns_transformer/test_can_drop_columns.py
tests/transformers/framework_select_columns_transformer/test_can_keep_columns.py