-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[structured config] Migrate resources from project-fully-featured to struct config resources #11785
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
581494c
to
3736a4c
Compare
c50fdb0
to
b9c0994
Compare
b9c0994
to
2f6aff2
Compare
452c979
to
20ca644
Compare
2f6aff2
to
cb3d3ca
Compare
20ca644
to
0f20a66
Compare
cb3d3ca
to
7576da7
Compare
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.
I think this feels pretty good overall. Can we make s3_bucket a bare string?
...esources/project_fully_featured_v2_resources/resources/common_bucket_s3_pickle_io_manager.py
Outdated
Show resolved
Hide resolved
0f20a66
to
f9cc06d
Compare
8359b0e
to
f70d71c
Compare
f9cc06d
to
d604137
Compare
f70d71c
to
f465972
Compare
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.
This is great
@@ -39,19 +41,20 @@ def min_item_id(self) -> int: | |||
|
|||
|
|||
class HNSnapshotClient(HNClient): | |||
def __init__(self): | |||
@cached_method |
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.
Seems a bit odd to auto-cache this
7727f39
to
8b14151
Compare
40096e8
to
292bf77
Compare
8b14151
to
eba049e
Compare
292bf77
to
5978010
Compare
eba049e
to
adf2e41
Compare
5978010
to
cd28e9d
Compare
5ef268e
to
45d2669
Compare
cd28e9d
to
7660b62
Compare
7660b62
to
17a9b34
Compare
Summary
Migrates the experimental copy of
project-fully-featured
to use struct config resources instead of traditional function-based resources.Test Plan
Existing unit tests.