Skip to content

Conversation

joroscoSF
Copy link
Contributor

@joroscoSF joroscoSF commented Sep 18, 2025

entrypoint.py:

    client = Client()

    file_name = "data.csv"
    file_path = client.find_file_path(file_name)

    with open(file_path, 'r', newline='') as csvfile:
       csvreader = csv.reader(csvfile)

Snippet from spark logs reading in the CSV file
image

Updating README

passing all the tests

renamed to read_file()

return base path when all else fails

add few more tests
update README
@joroscoSF joroscoSF merged commit 77e417d into main Sep 19, 2025
2 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.

2 participants