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

NWSS: post-staging fixes/updates #1924

Merged
merged 5 commits into from
Mar 14, 2024
Merged

NWSS: post-staging fixes/updates #1924

merged 5 commits into from
Mar 14, 2024

Conversation

dsweber2
Copy link
Contributor

@dsweber2 dsweber2 commented Jan 9, 2024

The first commit is some changes that George recommended after the original PR was merged. This will also be a branch for any changes that need to be made to handle problems found during staging.

ansible/vars.yaml Outdated Show resolved Hide resolved
@melange396
Copy link
Contributor

its not directly related to the scope of this venture, but its close enough in form to include here as well: itd be good if we changed token to socrata_token in nchs_mortality the way we did for nwss_wastewater. if nobody else volunteers to make the edits, i can do them after im done with a few other things.

@dsweber2
Copy link
Contributor Author

done; Minh had already covered like half, this was just the remaining

@melange396
Copy link
Contributor

awesome, thanks!

].values
nyc_list = raw_df.loc[
(raw_df["state"] == "New York City") & (raw_df[metric].isnull()),
"timestamp",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should trailing comma at end of list be consistent (i.e. either always end in a comma like line 65 or end with no comma like line 61)?

Suggested change
"timestamp",
"timestamp"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh whoops. My styler was unhappy with this file, and I accidentally included it's changes.

korlaxxalrok added a commit that referenced this pull request Jan 17, 2024
@minhkhul
Copy link
Contributor

@dsweber2 How much of the changes in nwss_wastewater in this PR (that went stale because of negative values from my understanding) is still relevant? These ansible and nchs_mortality changes should be going out at some point after a small vault update. But I'm not sure how much of the nwss_wastewater part still holds now.

@dsweber2
Copy link
Contributor Author

it's mostly name changes and docs which still apply. I probably should've marked this as non-draft and based my other PR on it

@dsweber2 dsweber2 marked this pull request as ready for review March 11, 2024 21:23
Copy link
Contributor

@minhkhul minhkhul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: vault change is already in main.

@dsweber2 dsweber2 merged commit 089bd24 into main Mar 14, 2024
15 checks passed
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

Successfully merging this pull request may close these issues.

3 participants