fix: add basic execution methods for batch handler
also logic for batch data files, and deletion
This commit is contained in:
parent
a514d9cfba
commit
3585eca65b
8 changed files with 402 additions and 2 deletions
|
@ -30,6 +30,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|||
|
||||
intersphinx_mapping = {
|
||||
'alembic': ('https://alembic.sqlalchemy.org/en/latest/', None),
|
||||
'humanize': ('https://humanize.readthedocs.io/en/stable/', None),
|
||||
'mako': ('https://docs.makotemplates.org/en/latest/', None),
|
||||
'packaging': ('https://packaging.python.org/en/latest/', None),
|
||||
'python': ('https://docs.python.org/3/', None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue