-
Notifications
You must be signed in to change notification settings - Fork 14
refactor!: Remove Request.id
field
#553
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
28a3309
to
9d37e14
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 looks good, let's wait for the downstream repo PRs.
this doesnt sound much like a feature to me 🙃 i'd call it a fix or a refactor |
Update leftover id-based variable names
d8f5469
to
caf9e23
Compare
434ab5b
to
4fa7359
Compare
Failing docs are unrelated to this change. See apify/apify-docs#1822 (comment) |
request.id
Request.id
field
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.
1 comment, otherwise, lgtm
Description
request.id
and replace all usages ofid
withunique_key
unique_key
toid
and use it when calling id-based client methodsRequest.id
field crawlee-python#1366Issues
request.id
crawlee-python#1358