Hacker News new | ask | show | jobs
by endlessvoid94 2967 days ago
Thanks! Just took a look.

The file directory structure is a bit confusing -- could you point me to the file that performs this transformation?

1 comments

For example the PyPI download stats pipeline is here: https://github.com/mara/mara-example-project/tree/master/app...

The __init__.py contains the pipeline, and the rest is the SQL files that do the transformations

Thank you!