deployment-gap-model-education-fund / deployment-gap-model

ETL code for the Deployment Gap Model Education Fund
https://www.deploymentgap.fund/
MIT License
6 stars 2 forks source link

Make changes to repo so it can be public #218

Closed bendnorman closed 2 years ago

bendnorman commented 2 years ago

This PR:

Ok, I removed the notebook outputs and the API key. I used bfg to remove default.env from the git history, which duplicated a lot of commits which is this PR is trying to merge in hundreds of commits. Apparently, duplicate commits are a product of git history fixing tools.

In retrospect, I should have refrained from using bfg until the sensitive information was merged in so this PR didn't contain hundreds of commits. I think we should merge the notebooks with the cleared outputs and redacted data into dev and main and then run bfg.

bendnorman commented 2 years ago

Thanks for the tip! Will use git mv in the future.