Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is a result of the review NTD Annual Agency Information scrape process requested on issue #3497.
Two new columns added on 2022 and 2023 files:
Renamed NTD mart table
dim_annual_ntd_agency_information
todim_annual_agency_information
, removing_ntd_
from name since it is onmart_ntd
group, to keep the same name pattern as the other NTD mart tables (as requested on issue).I had to Bump upload-artifact version to v3 in order to fix deprecated error on build-docs:
This request has been automatically failed because it uses a deprecated version of
actions/upload-artifact: v2
. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/Type of change
How has this been tested?
Tested locally.
Post-merge follow-ups
dim_annual_agency_information
.> poetry run python scrape_ntd.py annual-database-agency-information 2023 https://www.transit.dot.gov/sites/fta.dot.gov/files/2024-10/2023%20Agency%20Information_0.xlsx
> poetry run python scrape_ntd.py annual-database-agency-information 2022 https://www.transit.dot.gov/sites/fta.dot.gov/files/2024-07/2022%20Agency%20Information_1-3_0.xlsx
dim_annual_ntd_agency_information
.