etl
etl copied to clipboard
:sparkles: engineering: refactor Step paths
Refactor Step paths like channel / namespace / version / name. Move the logic from bespoke functions to steps themselves and use Step
properties to access them.
Add CatalogPath
to centralize its parsing.
TODO
- [ ] Should we use dataset / name?