Skip to content

DOCSP-48166: Add async examples for Data Formats pages #213

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

Merged
merged 6 commits into from
Mar 12, 2025

Conversation

mcmorisi
Copy link
Collaborator

@mcmorisi mcmorisi commented Mar 11, 2025

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-48166

Staging Links

  • data-formats/bson
  • data-formats/custom-types
  • data-formats/dates-and-times
  • data-formats/time-series
  • Self-Review Checklist

    • Is this free of any warnings or errors in the RST?
    • Did you run a spell-check?
    • Did you run a grammar-check?
    • Are all the links working?
    • Are the facets and meta keywords accurate?

    Copy link

    netlify bot commented Mar 11, 2025

    Deploy Preview for docs-pymongo failed. Why did it fail? →

    Name Link
    🔨 Latest commit
    🔍 Latest deploy log https://app.netlify.com/sites/docs-pymongo/deploys/67d1ac38ea91210ab78dc0f2

    Copy link
    Contributor

    @rustagir rustagir left a comment

    Choose a reason for hiding this comment

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

    overall looks good, would be ideal to store in code files but maybe that is out of scope

    @mcmorisi mcmorisi requested a review from NoahStapp March 12, 2025 13:36
    collection = db.get_collection("test", codec_options=codec_options)
    await collection.insert_one({"num": DecimalInt("45.321")})

    my_doc = collection.find_one()

    Choose a reason for hiding this comment

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

    Still missing the await here.

    Copy link
    Collaborator Author

    Choose a reason for hiding this comment

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

    Whoops, will fix

    @mcmorisi mcmorisi requested a review from NoahStapp March 12, 2025 15:16
    @mcmorisi mcmorisi merged commit 02cb636 into mongodb:master Mar 12, 2025
    5 of 6 checks passed
    @mcmorisi mcmorisi deleted the DOCSP-48167-async-dataformats branch March 12, 2025 19:42
    mcmorisi added a commit that referenced this pull request Mar 12, 2025
    mcmorisi added a commit that referenced this pull request Mar 12, 2025
    mcmorisi added a commit that referenced this pull request Mar 12, 2025
    mcmorisi added a commit that referenced this pull request Mar 12, 2025
    mcmorisi added a commit that referenced this pull request Mar 12, 2025
    mcmorisi added a commit that referenced this pull request Mar 12, 2025
    mcmorisi added a commit that referenced this pull request Mar 12, 2025
    mcmorisi added a commit that referenced this pull request Mar 12, 2025
    mcmorisi added a commit that referenced this pull request Mar 12, 2025
    mcmorisi added a commit that referenced this pull request Mar 12, 2025
    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