.bumpversion.cfg
.gitignore
LICENSE.txt
MANIFEST.in
README.rst
build-dist.sh
setup.py
tox.ini
disdat/.gitignore
disdat/VERSION
disdat/__init__.py
disdat/add.py
disdat/api.py
disdat/apply.py
disdat/common.py
disdat/constants.py
disdat/data_context.py
disdat/db_link.py
disdat/dockerize.py
disdat/driver.py
disdat/dsdt.py
disdat/exceptions.py
disdat/fs.py
disdat/hyperframe.py
disdat/hyperframe_pb2.py
disdat/lineage.py
disdat/log.py
disdat/pipe.py
disdat/pipe_base.py
disdat/resource.py
disdat/run.py
disdat.egg-info/PKG-INFO
disdat.egg-info/SOURCES.txt
disdat.egg-info/dependency_links.txt
disdat.egg-info/entry_points.txt
disdat.egg-info/requires.txt
disdat.egg-info/top_level.txt
disdat/config/README.md
disdat/config/__init__.py
disdat/config/disdat/.exclude-from-modeler-docker-image
disdat/config/disdat/disdat.cfg
disdat/config/disdat/luigi.cfg
disdat/infrastructure/.gitignore
disdat/infrastructure/README.md
disdat/infrastructure/__init__.py
disdat/infrastructure/Dockerfiles/Makefile
disdat/infrastructure/Dockerfiles/hyperframe_def/Dockerfile
disdat/infrastructure/Dockerfiles/hyperframe_def/Makefile
disdat/infrastructure/Dockerfiles/hyperframe_def/README.md
disdat/infrastructure/Dockerfiles/hyperframe_def/bundle.proto
disdat/infrastructure/Dockerfiles/hyperframe_def/hyperframe.proto
disdat/infrastructure/Dockerfiles/hyperframe_def/hyperframe_pb2.py
disdat/infrastructure/dockerizer/Makefile
disdat/infrastructure/dockerizer/__init__.py
disdat/infrastructure/dockerizer/config.mk.template
disdat/infrastructure/dockerizer/setup_tools_commands.py
disdat/infrastructure/dockerizer/config/.gitignore
disdat/infrastructure/dockerizer/context.template/.dockerignore
disdat/infrastructure/dockerizer/context.template/Dockerfiles/00-disdat-python-2.7.14-slim.dockerfile
disdat/infrastructure/dockerizer/context.template/Dockerfiles/00-disdat-python-2.7.15-slim.dockerfile
disdat/infrastructure/dockerizer/context.template/Dockerfiles/00-disdat-python-3.6.8-slim.dockerfile
disdat/infrastructure/dockerizer/context.template/Dockerfiles/00-disdat-ubuntu-14.04.dockerfile
disdat/infrastructure/dockerizer/context.template/Dockerfiles/00-disdat-ubuntu-16.04.dockerfile
disdat/infrastructure/dockerizer/context.template/Dockerfiles/01-disdat-python.dockerfile
disdat/infrastructure/dockerizer/context.template/Dockerfiles/02-user.dockerfile
disdat/infrastructure/dockerizer/context.template/Dockerfiles/03-sagemaker.dockerfile
disdat/infrastructure/dockerizer/context.template/bin/entrypoint.py
disdat/infrastructure/dockerizer/context.template/bin/entrypoint.py.bak
disdat/infrastructure/dockerizer/context.template/bin/hyperparameters-test.json
disdat/infrastructure/dockerizer/context.template/bin/sagemaker.py
disdat/infrastructure/dockerizer/context.template/kickstart/bin/find_packages_from_setup.py
disdat/infrastructure/dockerizer/context.template/kickstart/bin/install-python-package-from-source-tree.sh
disdat/infrastructure/dockerizer/context.template/kickstart/bin/kickstart-conda.sh
disdat/infrastructure/dockerizer/context.template/kickstart/bin/kickstart-python.sh
disdat/infrastructure/dockerizer/context.template/kickstart/bin/select_conda_packages.py
disdat/infrastructure/dockerizer/context.template/kickstart/etc/_manylinux.py
disdat/infrastructure/dockerizer/context.template/kickstart/etc/common.rc
disdat/infrastructure/dockerizer/context.template/kickstart/etc/deactivate.skel
disdat/infrastructure/dockerizer/context.template/kickstart/etc/kickstart.conf
disdat/resources/__init__.py
disdat/resources/example-ecr-policy.json
disdat/utility/__init__.py
disdat/utility/aws_s3.py
disdat/utility/which.py
tests/__init__.py
tests/setup.py
tests/data/US_chronic_disease_indicators_CDI_2012.csv
tests/data/test_bundle_file.csv
tests/data/testfiles/A
tests/data/testfiles/B
tests/data/testfiles/C
tests/data/testfiles/D
tests/data/testfiles/E
tests/data/testfiles/F
tests/data/testfiles/G
tests/data/testfiles/H
tests/data/testfiles/I
tests/data/testfiles/J
tests/docker_test/Dockerfile
tests/docker_test/Makefile
tests/docker_test/run.py
tests/functional/__init__.py
tests/functional/common.py
tests/functional/test_add.py
tests/functional/test_api_exit.py
tests/functional/test_context.py
tests/functional/test_external_bundle.py
tests/functional/test_hyperframe.py
tests/functional/test_inc_pull.py
tests/functional/test_inc_push.py
tests/functional/test_mark_force.py
tests/functional/test_output_types.py
tests/functional/test_pipeline.py
tests/functional/test_remote.py
tests/functional/test_requires.py
tests/functional/test_tags.py
tests/non_pipelines/__init__.py
tests/non_pipelines/test_fs.py
tests/non_pipelines/test_hframe.py
tests/pipelines/__init__.py
tests/pipelines/test_api_run.py