.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
tox.ini
.github/ISSUE_TEMPLATE.md
.github/dependabot.yml
.github/workflows/release.yml
assets/dagster.png
assets/example.png
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/simple_dag.datahandlers.rst
docs/simple_dag.orchestrators.rst
docs/simple_dag.rst
docs/simple_dag.transforms.rst
docs/toc.rst
docs/usage.rst
docs/_static/.gitkeep
examples/dag.py
examples/airports/airport.py
examples/ds_salaries/ds_salaries.py
examples/ds_salaries/data/raw/ds_salaries.csv
simple_dag/__init__.py
simple_dag/_version.py
simple_dag/transforms.py
simple_dag.egg-info/PKG-INFO
simple_dag.egg-info/SOURCES.txt
simple_dag.egg-info/dependency_links.txt
simple_dag.egg-info/entry_points.txt
simple_dag.egg-info/requires.txt
simple_dag.egg-info/top_level.txt
simple_dag/datahandlers/__init__.py
simple_dag/datahandlers/base_handler.py
simple_dag/datahandlers/binary_handler.py
simple_dag/datahandlers/directory_handler.py
simple_dag/datahandlers/filepath_handler.py
simple_dag/datahandlers/json_handler.py
simple_dag/datahandlers/multiple.py
simple_dag/datahandlers/pandas_handler.py
simple_dag/datahandlers/spark_handler.py
simple_dag/orchestrators/__init__.py
simple_dag/orchestrators/dagster.py
simple_dag/utils/__init__.py
simple_dag/utils/fsspec.py
simple_dag/utils/s3.py
tests/__init__.py