Repository - API - Source
Some datasets have a _filepath
attribute that is not meant for saving
datasets to and is not needed to be "branched", and should be ignored from
steel_toes, for example SQLQueryDataSet
.
# settings.py
from kedro.extras.datasets.pandas.sql_dataset import SQLQueryDataSet, SQLTableDataSet
HOOKS = (SteelToes(ignore_types=[SQLQueryDataSet, SQLTableDataSet]),)
STEEL_TOES_BRANCH
environment variable
if it exists.flake8
to setup.cfg
bump2version
now used for versioningcolorama
was not reset on announce and caused terminal color to remain red or green.Now works with all filesystems
🎉 Initial release