.gitattributes
.gitignore
CHANGELOG.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
VERSION
customers.parquet
setup.cfg
setup.py
.github/workflows/pylint.yml
examples/mysql_config.json
examples/sqlite_config.json
goodcrap/__init__.py
goodcrap/__main__.py
goodcrap/cli.py
goodcrap/goodcrap.py
goodcrap/random_mapper.py
goodcrap.egg-info/PKG-INFO
goodcrap.egg-info/SOURCES.txt
goodcrap.egg-info/dependency_links.txt
goodcrap.egg-info/entry_points.txt
goodcrap.egg-info/requires.txt
goodcrap.egg-info/top_level.txt
goodcrap/crappers/__init__.py
goodcrap/crappers/queries.py
goodcrap/data_warehouses/__init__.py
goodcrap/data_warehouses/dimension_featurizer.py
goodcrap/databases/__init__.py
goodcrap/databases/database.py
goodcrap/databases/mysql.py
goodcrap/databases/queries.py
goodcrap/databases/snowflake.py
goodcrap/databases/sqlite.py
goodcrap/pipelines/README.md
goodcrap/pipelines/__init__.py
goodcrap/pipelines/mage.py
goodcrap/pipelines/templates/__init__.py
goodcrap/pipelines/templates/data_exporter_mysql.py
goodcrap/pipelines/templates/data_loader.py
goodcrap/pipelines/templates/metadata.yaml
goodcrap/templates/__init__.py
goodcrap/templates/__pycache__/__init__.cpython-310.pyc
goodcrap/templates/data_warehouses/sales.sql
goodcrap/templates/databases/customers_orders/customers_orders.crap_labels.json
goodcrap/templates/databases/customers_orders/customers_orders.sql
goodcrap/templates/tables/customers/customers.crap_labels.json
goodcrap/templates/tables/customers/customers.sql
goodcrap/templates/tables/orders/orders.crap_labels.json
goodcrap/templates/tables/orders/orders.sql