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

Modify get_file_in_data_folder to account for files within unzipped files #304

Open
jrlegrand opened this issue Jul 3, 2024 · 1 comment
Labels
good first issue Good first issue for beginners

Comments

@jrlegrand
Copy link
Member

jrlegrand commented Jul 3, 2024

Replace FDA UNII get_file_name function with standard get_files_in_data_folder + filter

          You can use the get_files_in_data_folder function already there to pull all of the downloaded data files. It returns a list so you can iterate through it here in the DAG to find the match

Originally posted by @lprzychodzien in #300 (comment)

@jrlegrand
Copy link
Member Author

Note @lprzychodzien - this solution would probably not work without modifying the get_files_in_data_folder to account for zip files... which we can do. I just thought it was an easy fix and doesn't look that way.

image

@jrlegrand jrlegrand changed the title Replace FDA UNII get_file_name function with standard get_files_in_data_folder + filter Modify get_file_in_data_folder to account for files within unzipped files Jul 16, 2024
@jrlegrand jrlegrand added the good first issue Good first issue for beginners label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good first issue for beginners
Projects
Status: Todo
Development

No branches or pull requests

1 participant