Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ETL V2 #69

Open
3 tasks
nicolas-kuechler opened this issue Mar 15, 2023 · 0 comments
Open
3 tasks

ETL V2 #69

nicolas-kuechler opened this issue Mar 15, 2023 · 0 comments

Comments

@nicolas-kuechler
Copy link
Owner

There are a few things that could be improved in the ETL results processing which may require a new version due to breaking changes.

These are things that should be considered:

  • Extractor performance is pretty bad
  • At the moment, ETL pipelines build a single data frame even when there are multiple result files involved.
  • ETL debugging could use more native support:
    etl-debug-design: install
        @cd $(does_config_dir) && \
        poetry run python -m debugpy --listen 5678 --wait-for-client $(PWD)/doespy/doespy/etl/etl.py --suite $(suite) --id $(id) --load_from_design
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant