Draft
Conversation
Jennit07
reviewed
Mar 10, 2026
Jennit07
reviewed
Mar 10, 2026
R/process_extract_ae.R
Outdated
| # c_year_cup <- convert_fyyear_to_year(check_year_format(year)) | ||
| # | ||
| # ae_cup_file <- dplyr::tbl( | ||
| # denodo_connect_cup, |
Collaborator
There was a problem hiding this comment.
Suggested change
| # denodo_connect_cup, | |
| # denodo_connect, |
…process_extract_ae
Collaborator
|
TO-DO: read_extract_ae
process_extract_ae
|
Collaborator
|
Comparison of data read in from disk (old) to data read in from Denodo (new): Old Data: 36 columns; 1571185 rows Data Types: |
LucyEmma22
reviewed
Mar 24, 2026
Collaborator
There was a problem hiding this comment.
Might need to revert these changes if we test targets with a new script?
LucyEmma22
reviewed
Mar 24, 2026
R/read_extract_ae.R
Outdated
| # TO-DO: Remove this when data types are fixed | ||
| extract_ae <- extract_ae %>% | ||
| mutate(keytime1 = hms::parse_hms(keytime1), | ||
| keytime2 = hms::parse_hms(keytime2), |
Collaborator
There was a problem hiding this comment.
May need to keep changes for keytime1 and keytime2 if data type is not available in Denodo. Need to check this conversion is accurate.
…e-linkage-files into refactor-ae
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Opening a draft PR for refactoring ae. Will be updated when changes required for NSS to make are made.