Abinash Panda
Abinash Panda
Hi Fabien, Great repo. Really helpful. Needed for a project where GCP is required. So have made some changes. Please review and comment, so that I can make the changes...
**The following code runs fine without any mypy error** ``` python # file_type.py from enum import Enum from sqlalchemy.dialects.postgresql import ENUM class FileType(str, Enum): CSV = "CSV" XLSX = "XLSX"...
Use both step and stop value to decide the last step (per execution) Current logic for last step checks the step number against recursion_limit in the config. The step number...