-
Notifications
You must be signed in to change notification settings - Fork 48
feat: enable read_csv() to process other files #940
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
Conversation
1e6b93a
to
b952e30
Compare
b952e30
to
fa68d2d
Compare
tests/system/small/test_session.py
Outdated
], | ||
) | ||
def test_read_csv_others(session, scalars_pandas_df_index, engine): | ||
# TODO: Update to `main` branch after merging https://github.com/googleapis/python-bigquery-dataframes/pull/938 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
"bigquery", | ||
id="bq_engine", | ||
marks=pytest.mark.xfail( | ||
raises=NotImplementedError, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it only available in default engine? We should update the docs to be explicit. Also should update the doc that we support global paths(currently says local only).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Done.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes internal issue 361420947 🦕