We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
repo.readonly_session
snapshot
snapshot_id
The docs imply that repo.readonly_session has a parameter snapshot_id, when in fact the parameter is named snapshot.
In Version Control:
session = repo.readonly_session(snapshot_id="BSHY7B1AGAPWQC14Q18G")
In Quickstart, there's a related syntax error:
earlier_session = repo.readonly_session(snapshot=snapshot_id=hist[1].id)
While this is a docs issue, I would also consider whether the parameter name should be unified in the API:
readonly_session
ancestry
async_ancestry
If it's helpful, I am happy to make a PR with whichever change you think is best.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The docs imply that
repo.readonly_session
has a parametersnapshot_id
, when in fact the parameter is namedsnapshot
.In Version Control:
In Quickstart, there's a related syntax error:
While this is a docs issue, I would also consider whether the parameter name should be unified in the API:
snapshot
is used forreadonly_session
,ancestry
andasync_ancestry
methodssnapshot_id
is used elsewhereIf it's helpful, I am happy to make a PR with whichever change you think is best.
The text was updated successfully, but these errors were encountered: