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

Support GCS in read_csv() #169

Merged
merged 9 commits into from
Jan 24, 2025
Merged

Support GCS in read_csv() #169

merged 9 commits into from
Jan 24, 2025

Conversation

ehsantn
Copy link
Collaborator

@ehsantn ehsantn commented Jan 22, 2025

Changes included in this PR

As title. Also fixes a bug in inferring compression scheme of directories of files, and some small refactoring.

Testing strategy

Added a unit test for reading from a public bucket. Tested non-public buckets manually with my own account since we don't have an organization account yet. Will open an issue to add non-public tests.

User facing changes

Just GCS support.

Checklist

  • Pipelines passed before requesting review. To run CI you must include [run CI] in your commit message.
  • I am familiar with the Contributing Guide
  • I have installed + ran pre-commit hooks.

@ehsantn ehsantn marked this pull request as ready for review January 23, 2025 18:53
Copy link

codecov bot commented Jan 23, 2025

Codecov Report

Attention: Patch coverage is 72.34043% with 13 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@28c4ceb). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #169   +/-   ##
=======================================
  Coverage        ?   77.87%           
=======================================
  Files           ?      169           
  Lines           ?    61947           
  Branches        ?     8644           
=======================================
  Hits            ?    48242           
  Misses          ?    11615           
  Partials        ?     2090           

Copy link
Contributor

@IsaacWarren IsaacWarren left a comment

Choose a reason for hiding this comment

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

Thanks Ehsan

@ehsantn ehsantn merged commit 72d1b4d into main Jan 24, 2025
9 checks passed
@ehsantn ehsantn deleted the ehsan/gcs_read_csv branch January 24, 2025 17:21
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