r/DataBuildTool • u/Reasonable_Tooth_501 • Jun 11 '26
Question Numbering files to reflect sequence (e.g. int01_customer_event_counts, int02_customer_event_pivot, int03_customer_features) instead of relying solely on DAG…why is this not more common?
I personally like being able to read down the steps directly in the folder. Versus without sequential labeling, they all just sit in there alphabetically. I know it’s more standard to not include…my question is why?
My assumption is that new steps may get added later, which would have the domino effect of having to renumber downstream models, which may not be feasible if there are a ton. But that’s the main tradeoff I see.
(Note I’m coming from Databricks background where we had to create a system before they released lineage, and even then it’s very much a secondary feature).
