Skip to content

Use kagglesdk as a package. #825

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Use kagglesdk as a package. #825

wants to merge 1 commit into from

Conversation

jplotts
Copy link
Contributor

@jplotts jplotts commented Jul 11, 2025

Now we'll only have to update it in one place.

During testing, I was able to verify it was installing and using the pip package. However, I couldn't test end-to-end because the OAuth changes were getting in the way. I'll follow up to get those resolved next week.

http://b/356194863

Now we'll only have to update it in one place.

During testing, I was able to verify it was installing and using the pip package. However, I couldn't test end-to-end because the OAuth changes were getting in the way. I'll follow up to get those resolved next week.

http://b/356194863
@jplotts jplotts requested a review from stevemessick July 11, 2025 20:12
@@ -2,3 +2,4 @@ certifi >= 14.05.14
six >= 1.10
python_dateutil >= 2.5.3
urllib3 >= 1.15.1
kagglesdk
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Steve - do you know whether requirements.in and requirements.txt are still required? During local testing, it worked fine with just the pyproject.toml changes. Can we remove these files?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think they are needed during distribution, which runs in cloudbuild. Could be wrong ...

Copy link
Contributor

@stevemessick stevemessick left a comment

Choose a reason for hiding this comment

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

Wow, this gave me a fright, seeing all those essential files being removed. Then, I realized they just got moved, haha.

@stevemessick
Copy link
Contributor

stevemessick commented Jul 11, 2025 via email

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