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

Handle product folder names, DO folder names, db names in graceful way #1207

Open
fvankrieken opened this issue Oct 22, 2024 · 0 comments
Open

Comments

@fvankrieken
Copy link
Contributor

fvankrieken commented Oct 22, 2024

I wrote a horrible hack
https://github.com/NYCPlanning/data-engineering/blob/main/dcpy/lifecycle/builds/plan.py#L344-L346

Right now, gft has

  • a folder named green_fast_track in our repo
  • a folder in edm-publishin named db-green-fast-track
  • a build db named db-green-fast-track

This should be resolved, either by

  • making folder in repo consistent or vice-versa
  • normalizing all these resources (across products) to use one consistent string per product (i.e. just "green-fast-track" in all 3 cases)
  • having this be configurable (defined for each product in a recipe or something like that)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

No branches or pull requests

1 participant