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

Task: smoothly replace script.py with main.py #1046

Open
nlebovits opened this issue Dec 11, 2024 · 2 comments
Open

Task: smoothly replace script.py with main.py #1046

nlebovits opened this issue Dec 11, 2024 · 2 comments

Comments

@nlebovits
Copy link
Collaborator

Describe the task

The old ETL pipeline is set up as script.py. The new one is main.py, and relies on a set of new files in the new_etl subdirectory. This task involves smoothly replacing the old pipeline with the new. This is going to be a really messy ticket until I have a chance to walk through everything that needs to happen; if you're interested, add a comment and I'll come back with more context/info.

Along the way, there's some more cleanup that can be done, including (but not limited to):

  • consolidating classes and imports
  • getting FORCE_RELOAD to load data from postgres again (not working rn)
  • moving vars to the env and/or config files where relevant
  • moving loaders.py back into featurelayer.py and converting database.py to a class instead of a function (possibly)
@nlebovits
Copy link
Collaborator Author

@rmartinsen if you're interested in tackling another issue, this would be a huge help. I'm traveling this week and don't have bandwidth to make this happen--any chance you're interested?

Copy link

This issue has been marked as stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant