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

expand fsspec downstream connectors #1777

Merged
merged 38 commits into from
Oct 30, 2023

Conversation

rbiseck3
Copy link
Contributor

Description

Replacing PR 1383

@rbiseck3 rbiseck3 force-pushed the roman/expand-fsspec-downstream-connectors-2 branch 2 times, most recently from 53c27aa to 5e5c63c Compare October 18, 2023 19:11
@rbiseck3 rbiseck3 force-pushed the roman/expand-fsspec-downstream-connectors-2 branch 4 times, most recently from 9be95d3 to c4b6a60 Compare October 26, 2023 13:45
@tabossert tabossert temporarily deployed to ci October 26, 2023 16:37 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 temporarily deployed to ci October 26, 2023 16:54 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 temporarily deployed to ci October 26, 2023 19:06 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 temporarily deployed to ci October 26, 2023 19:08 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 temporarily deployed to ci October 26, 2023 19:13 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 temporarily deployed to ci October 26, 2023 19:44 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 force-pushed the roman/expand-fsspec-downstream-connectors-2 branch from 1f8c1b6 to a888fdc Compare October 26, 2023 19:51
@rbiseck3 rbiseck3 temporarily deployed to ci October 26, 2023 19:51 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 marked this pull request as ready for review October 26, 2023 19:52
@rbiseck3 rbiseck3 temporarily deployed to ci October 26, 2023 20:01 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 force-pushed the roman/expand-fsspec-downstream-connectors-2 branch from ad5144f to 463f4c3 Compare October 30, 2023 16:47
@rbiseck3 rbiseck3 temporarily deployed to ci October 30, 2023 16:47 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 temporarily deployed to ci October 30, 2023 17:00 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 temporarily deployed to ci October 30, 2023 17:00 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 temporarily deployed to ci October 30, 2023 17:00 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 temporarily deployed to ci October 30, 2023 17:00 — with GitHub Actions Inactive
@rbiseck3 rbiseck3 enabled auto-merge October 30, 2023 17:54
@@ -132,6 +132,13 @@ def __post_init__(self):
self.file_path = ""
return

# dropbox paths can start with slash
Copy link
Contributor

Choose a reason for hiding this comment

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

oh fun. good catch


# Simply check the number of files uploaded
expected_num_files=1
num_files_in_gcs=$(gcloud storage ls "$DESTINATION_GCS"/example-docs/ | wc -l )
Copy link
Contributor

Choose a reason for hiding this comment

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

good enough for now, but can you add a low priority ticket to remove the need for dependencies like gcloud...etc to test these? would be nice if a user didn't need to install all of these just to run the tests. could work by just doing an ls on the output test folder.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will also have to investigate how to clean up the created folders without the CLIs.

Copy link
Contributor

Choose a reason for hiding this comment

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

Perfect, thanks!

Copy link
Contributor

@ryannikolaidis ryannikolaidis left a comment

Choose a reason for hiding this comment

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

looks good. a couple quick questions above otherwise gtg

Copy link
Contributor

@ryannikolaidis ryannikolaidis left a comment

Choose a reason for hiding this comment

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

Lgtm!

@rbiseck3 rbiseck3 added this pull request to the merge queue Oct 30, 2023
Merged via the queue into main with commit 680cfba Oct 30, 2023
46 checks passed
@rbiseck3 rbiseck3 deleted the roman/expand-fsspec-downstream-connectors-2 branch October 30, 2023 21:04
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