Skip to content

chore: update all links to official API reference (DM-3537)#2496

Merged
haakonvt merged 1 commit intopysdk-release-v8from
update-links
Mar 2, 2026
Merged

chore: update all links to official API reference (DM-3537)#2496
haakonvt merged 1 commit intopysdk-release-v8from
update-links

Conversation

@haakonvt
Copy link
Contributor

Manually re-apply of #2486 due to one trillion merge conflicts (attempting to merge master -> pysdk-release-v8)...

@haakonvt haakonvt requested review from a team as code owners February 28, 2026 12:57
@haakonvt haakonvt changed the title update all links to official API reference update all links to official API reference (DM-3537) Feb 28, 2026
@haakonvt haakonvt changed the title update all links to official API reference (DM-3537) chore: update all links to official API reference (DM-3537) Feb 28, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request systematically updates all external API reference links throughout the SDK's docstrings. The primary goal is to redirect users to the most current and official API documentation hosted on api-docs.cognite.com, ensuring that all references are accurate and up-to-date. This change is a re-application of a previous effort, necessitated by merge conflicts.

Highlights

  • API Reference Link Updates: All API reference links within the SDK's docstrings have been updated to point to the new api-docs.cognite.com domain, replacing the older developer.cognite.com links.
  • Auto-generated File Headers: The auto-generated header comments in synchronous API files (_sync_api) have been updated to reflect the latest generation hash.
  • Docstring Consistency: Ensured consistency in documentation by updating links across various modules including AI tools, annotations, assets, data modeling, datapoints, diagrams, documents, entity matching, events, extraction pipelines, files, functions, geospatial, IAM, labels, raw data, relationships, sequences, simulators, synthetic time series, 3D models, transformations, unit systems, user profiles, vision, and workflows.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • cognite/client/_api/ai/tools/documents.py
    • Updated API reference links in docstrings for summarize and ask_question methods.
  • cognite/client/_api/annotations.py
    • Updated API reference links in docstrings for create, suggest, update, delete, retrieve_multiple, retrieve, and list methods.
  • cognite/client/_api/assets.py
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, aggregate_count, aggregate_cardinality_values, aggregate_cardinality_properties, aggregate_unique_values, aggregate_unique_properties, create, delete, update, search, and list methods.
  • cognite/client/_api/data_modeling/containers.py
    • Updated API reference links in docstrings for retrieve, delete, delete_constraints, delete_indexes, list, and apply methods.
  • cognite/client/_api/data_modeling/data_models.py
    • Updated API reference links in docstrings for retrieve, delete, list, and apply methods.
  • cognite/client/_api/data_modeling/instances.py
    • Updated API reference links in docstrings for retrieve_edges, retrieve_nodes, retrieve, delete, apply, and list methods.
  • cognite/client/_api/data_modeling/space_statistics.py
    • Updated API reference links in docstrings for retrieve and list methods.
  • cognite/client/_api/data_modeling/spaces.py
    • Updated API reference links in docstrings for retrieve, delete, list, and apply methods.
  • cognite/client/_api/data_modeling/statistics.py
    • Updated API reference link in docstring for project method.
  • cognite/client/_api/data_modeling/views.py
    • Updated API reference links in docstrings for retrieve, delete, list, and apply methods.
  • cognite/client/_api/data_sets.py
    • Updated API reference links in docstrings for create, retrieve, retrieve_multiple, aggregate_count, update, and list methods.
  • cognite/client/_api/datapoints.py
    • Updated API reference links in docstrings for __call__, retrieve, retrieve_arrays, retrieve_dataframe, retrieve_latest, insert, insert_multiple, and delete_ranges methods.
    • Updated general status codes link in docstrings.
  • cognite/client/_api/diagrams.py
    • Updated API reference links in docstrings for __init__ (comment) and detect methods.
  • cognite/client/_api/document_preview.py
    • Updated API reference links in docstrings for download_page_as_png_bytes, download_page_as_png, download_document_as_pdf_bytes, download_document_as_pdf, and retrieve_pdf_link methods.
  • cognite/client/_api/documents.py
    • Updated API reference links in docstrings for aggregate_count, aggregate_cardinality_values, aggregate_cardinality_properties, aggregate_unique_values, aggregate_unique_properties, retrieve_content, retrieve_content_buffer, search, and list methods.
  • cognite/client/_api/entity_matching.py
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, update, list, delete, predict, and refit methods.
  • cognite/client/_api/events.py
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, aggregate_unique_values, aggregate_count, aggregate_cardinality_values, aggregate_cardinality_properties, aggregate_unique_properties, create, delete, update, search, and list methods.
  • cognite/client/_api/extractionpipelines/init.py
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, list, create, delete, and update methods.
  • cognite/client/_api/extractionpipelines/configs.py
    • Updated API reference links in docstrings for retrieve, list, create, and revert methods.
  • cognite/client/_api/extractionpipelines/runs.py
    • Updated API reference links in docstrings for list and create methods.
  • cognite/client/_api/files.py
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, aggregate_count, delete, update, search, upload_content, upload, and download methods.
  • cognite/client/_api/functions/init.py
    • Updated API reference links in docstrings for create, delete, list, retrieve, retrieve_multiple, call, limits, activate, and status methods.
  • cognite/client/_api/functions/calls.py
    • Updated API reference links in docstrings for list, retrieve, get_response, and get_logs methods.
  • cognite/client/_api/functions/schedules.py
    • Updated API reference links in docstrings for retrieve, list, create, delete, and get_input_data methods.
  • cognite/client/_api/geospatial.py
    • Updated API reference links in docstrings for create_feature_types, delete_feature_types, list_feature_types, retrieve_feature_types, patch_feature_types, create_features, delete_features, retrieve_features, update_features, list_features, search_features, stream_features, aggregate_features, get_coordinate_reference_systems, list_coordinate_reference_systems, create_coordinate_reference_systems, delete_coordinate_reference_systems, put_raster, delete_raster, get_raster, and compute methods.
  • cognite/client/_api/hosted_extractors/sources.py
    • Updated API reference links in docstrings for retrieve, delete, create, update, and list methods.
  • cognite/client/_api/iam/groups.py
    • Updated API reference links in docstrings for list, create, and delete methods.
  • cognite/client/_api/iam/security_categories.py
    • Updated API reference links in docstrings for list, create, and delete methods.
  • cognite/client/_api/iam/sessions.py
    • Updated API reference links in docstrings for create, revoke, retrieve, and list methods.
  • cognite/client/_api/labels.py
    • Updated API reference links in docstrings for retrieve, list, create, and delete methods.
  • cognite/client/_api/org_apis/principals.py
    • Updated API reference links in docstrings for me, retrieve, and list methods.
  • cognite/client/_api/raw/databases.py
    • Updated API reference links in docstrings for create, delete, and list methods.
  • cognite/client/_api/raw/rows.py
    • Updated API reference links in docstrings for __call__, insert, insert_dataframe, delete, retrieve, retrieve_dataframe, and list methods.
  • cognite/client/_api/raw/tables.py
    • Updated API reference links in docstrings for create, delete, and list methods.
  • cognite/client/_api/relationships.py
    • Updated API reference links in docstrings for retrieve_multiple, list, create, update, and delete methods.
  • cognite/client/_api/sequence_data.py
    • Updated API reference links in docstrings for insert, insert_dataframe, delete, delete_range, retrieve, retrieve_last_row, and retrieve_dataframe methods.
  • cognite/client/_api/sequences.py
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, aggregate_count, aggregate_cardinality_values, aggregate_cardinality_properties, aggregate_unique_values, aggregate_unique_properties, create, delete, update, search, and list methods.
  • cognite/client/_api/simulators/init.py
    • Updated API reference link in docstring for list method.
  • cognite/client/_api/simulators/integrations.py
    • Updated API reference links in docstrings for list and delete methods.
  • cognite/client/_api/simulators/logs.py
    • Updated API reference link in docstring for retrieve method.
  • cognite/client/_api/simulators/models.py
    • Updated API reference links in docstrings for list, retrieve, create, delete, and update methods.
  • cognite/client/_api/simulators/models_revisions.py
    • Updated API reference links in docstrings for list and retrieve methods.
  • cognite/client/_api/simulators/routine_revisions.py
    • Updated API reference links in docstrings for retrieve and list methods.
  • cognite/client/_api/simulators/routines.py
    • Updated API reference links in docstrings for create, delete, list, and run methods.
  • cognite/client/_api/simulators/runs.py
    • Updated API reference links in docstrings for list, retrieve, create, and list_run_data methods.
  • cognite/client/_api/synthetic_time_series.py
    • Updated API reference link in docstring for query method.
  • cognite/client/_api/three_d/asset_mapping.py
    • Updated API reference links in docstrings for list, create, and delete methods.
  • cognite/client/_api/three_d/files.py
    • Updated API reference link in docstring for retrieve method.
  • cognite/client/_api/three_d/models.py
    • Updated API reference links in docstrings for retrieve, list, create, update, and delete methods.
  • cognite/client/_api/three_d/revisions.py
    • Updated API reference links in docstrings for retrieve, create, list, update, delete, update_thumbnail, list_nodes, filter_nodes, and list_ancestor_nodes methods.
  • cognite/client/_api/time_series.py
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, aggregate_count, aggregate_cardinality_values, aggregate_cardinality_properties, aggregate_unique_values, aggregate_unique_properties, create, delete, update, search, and list methods.
  • cognite/client/_api/transformations/init.py
    • Updated API reference links in docstrings for create, delete, list, retrieve, retrieve_multiple, update, run, cancel, and preview methods.
  • cognite/client/_api/transformations/jobs.py
    • Updated API reference links in docstrings for list, retrieve, list_metrics, and retrieve_multiple methods.
  • cognite/client/_api/transformations/notifications.py
    • Updated API reference links in docstrings for create, list, and delete methods.
  • cognite/client/_api/transformations/schedules.py
    • Updated API reference links in docstrings for create, retrieve, retrieve_multiple, list, delete, update methods.
  • cognite/client/_api/transformations/schema.py
    • Updated API reference link in docstring for retrieve method.
  • cognite/client/_api/unit_system.py
    • Updated API reference link in docstring for list method.
  • cognite/client/_api/units.py
    • Updated API reference links in docstrings for retrieve and list methods.
  • cognite/client/_api/user_profiles.py
    • Updated API reference links in docstrings for me, retrieve, search, and list methods.
  • cognite/client/_api/vision.py
    • Updated API reference links in docstrings for extract and get_extract_job methods.
  • cognite/client/_api/workflows/init.py
    • Updated API reference link in docstring for upsert method.
  • cognite/client/_api/workflows/executions.py
    • Updated API reference link in docstring for retry method.
  • cognite/client/_api/workflows/triggers.py
    • Updated API reference link in docstring for list method.
  • cognite/client/_api/workflows/versions.py
    • Updated API reference link in docstring for upsert method.
  • cognite/client/_sync_api/ai/tools/documents.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for summarize and ask_question methods.
  • cognite/client/_sync_api/annotations.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for create, suggest, update, delete, retrieve_multiple, retrieve, and list methods.
  • cognite/client/_sync_api/assets.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, aggregate_count, aggregate_cardinality_values, aggregate_cardinality_properties, aggregate_unique_values, aggregate_unique_properties, create, delete, update, search, and list methods.
  • cognite/client/_sync_api/data_modeling/containers.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, delete, delete_constraints, delete_indexes, list, and apply methods.
  • cognite/client/_sync_api/data_modeling/data_models.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, delete, list, and apply methods.
  • cognite/client/_sync_api/data_modeling/instances.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve_edges, retrieve_nodes, retrieve, delete, apply, and list methods.
    • Removed type ignore comment for edge_cls and instance_type parameters.
  • cognite/client/_sync_api/data_modeling/space_statistics.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve and list methods.
  • cognite/client/_sync_api/data_modeling/spaces.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, delete, list, and apply methods.
  • cognite/client/_sync_api/data_modeling/statistics.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for project method.
  • cognite/client/_sync_api/data_modeling/views.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, delete, list, and apply methods.
  • cognite/client/_sync_api/data_sets.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for create, retrieve, retrieve_multiple, aggregate_count, update, and list methods.
  • cognite/client/_sync_api/datapoints.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for __call__, retrieve, retrieve_arrays, retrieve_dataframe, retrieve_latest, insert, insert_multiple, and delete_ranges methods.
    • Updated general status codes link in docstrings.
  • cognite/client/_sync_api/diagrams.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for detect method.
  • cognite/client/_sync_api/document_preview.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for download_page_as_png_bytes, download_page_as_png, download_document_as_pdf_bytes, download_document_as_pdf, and retrieve_pdf_link methods.
  • cognite/client/_sync_api/documents.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for aggregate_count, aggregate_cardinality_values, aggregate_cardinality_properties, aggregate_unique_values, aggregate_unique_properties, retrieve_content, retrieve_content_buffer, search, and list methods.
  • cognite/client/_sync_api/entity_matching.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, update, list, delete, predict, and refit methods.
  • cognite/client/_sync_api/events.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, aggregate_unique_values, aggregate_count, aggregate_cardinality_values, aggregate_cardinality_properties, aggregate_unique_properties, create, delete, update, search, and list methods.
  • cognite/client/_sync_api/extractionpipelines/init.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, list, create, delete, and update methods.
  • cognite/client/_sync_api/extractionpipelines/configs.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, list, create, and revert methods.
  • cognite/client/_sync_api/extractionpipelines/runs.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for list and create methods.
  • cognite/client/_sync_api/files.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, aggregate_count, delete, update, search, upload_content, upload, and download methods.
  • cognite/client/_sync_api/functions/init.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for create, delete, list, retrieve, retrieve_multiple, call, limits, activate, and status methods.
  • cognite/client/_sync_api/functions/calls.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for list, retrieve, get_response, and get_logs methods.
  • cognite/client/_sync_api/functions/schedules.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, list, create, delete, and get_input_data methods.
  • cognite/client/_sync_api/geospatial.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for create_feature_types, delete_feature_types, list_feature_types, retrieve_feature_types, patch_feature_types, create_features, delete_features, retrieve_features, update_features, list_features, search_features, stream_features, aggregate_features, get_coordinate_reference_systems, list_coordinate_reference_systems, create_coordinate_reference_systems, delete_coordinate_reference_systems, put_raster, delete_raster, get_raster, and compute methods.
  • cognite/client/_sync_api/hosted_extractors/sources.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, delete, create, update, and list methods.
  • cognite/client/_sync_api/iam/groups.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for list, create, and delete methods.
  • cognite/client/_sync_api/iam/security_categories.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for list, create, and delete methods.
  • cognite/client/_sync_api/iam/sessions.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for create, revoke, retrieve, and list methods.
  • cognite/client/_sync_api/labels.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, list, create, and delete methods.
  • cognite/client/_sync_api/org_apis/principals.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for me, retrieve, and list methods.
  • cognite/client/_sync_api/raw/databases.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for create, delete, and list methods.
  • cognite/client/_sync_api/raw/rows.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for __call__, insert, insert_dataframe, delete, retrieve, retrieve_dataframe, and list methods.
  • cognite/client/_sync_api/raw/tables.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for create, delete, and list methods.
  • cognite/client/_sync_api/relationships.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve_multiple, list, create, update, and delete methods.
  • cognite/client/_sync_api/sequence_data.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for insert, insert_dataframe, delete, delete_range, retrieve, retrieve_last_row, and retrieve_dataframe methods.
  • cognite/client/_sync_api/sequences.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, aggregate_count, aggregate_cardinality_values, aggregate_cardinality_properties, aggregate_unique_values, aggregate_unique_properties, create, delete, update, search, and list methods.
  • cognite/client/_sync_api/simulators/init.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for list method.
  • cognite/client/_sync_api/simulators/integrations.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for list and delete methods.
  • cognite/client/_sync_api/simulators/logs.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for retrieve method.
  • cognite/client/_sync_api/simulators/models.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for list, retrieve, create, delete, update methods.
  • cognite/client/_sync_api/simulators/models_revisions.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for list and retrieve methods.
  • cognite/client/_sync_api/simulators/routine_revisions.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve and list methods.
  • cognite/client/_sync_api/simulators/routines.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for create, delete, list, and run methods.
  • cognite/client/_sync_api/simulators/runs.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for list, retrieve, create, and list_run_data methods.
  • cognite/client/_sync_api/synthetic_time_series.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for query method.
  • cognite/client/_sync_api/three_d/asset_mapping.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for list, create, and delete methods.
  • cognite/client/_sync_api/three_d/files.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for retrieve method.
  • cognite/client/_sync_api/three_d/models.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, list, create, update, and delete methods.
  • cognite/client/_sync_api/three_d/revisions.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, create, list, update, delete, update_thumbnail, list_nodes, filter_nodes, and list_ancestor_nodes methods.
  • cognite/client/_sync_api/time_series.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve, retrieve_multiple, aggregate_count, aggregate_cardinality_values, aggregate_cardinality_properties, aggregate_unique_values, aggregate_unique_properties, create, delete, update, search, and list methods.
  • cognite/client/_sync_api/transformations/init.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for create, delete, list, retrieve, retrieve_multiple, update, run, cancel, and preview methods.
  • cognite/client/_sync_api/transformations/jobs.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for list, retrieve, list_metrics, and retrieve_multiple methods.
  • cognite/client/_sync_api/transformations/notifications.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for create, list, and delete methods.
  • cognite/client/_sync_api/transformations/schedules.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for create, retrieve, retrieve_multiple, list, delete, and update methods.
  • cognite/client/_sync_api/transformations/schema.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for retrieve method.
  • cognite/client/_sync_api/unit_system.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for list method.
  • cognite/client/_sync_api/units.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for retrieve and list methods.
  • cognite/client/_sync_api/user_profiles.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for me, retrieve, search, and list methods.
  • cognite/client/_sync_api/vision.py
    • Updated auto-generated file header.
    • Updated API reference links in docstrings for extract and get_extract_job methods.
  • cognite/client/_sync_api/workflows/init.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for upsert method.
  • cognite/client/_sync_api/workflows/executions.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for retry method.
  • cognite/client/_sync_api/workflows/triggers.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for list method.
  • cognite/client/_sync_api/workflows/versions.py
    • Updated auto-generated file header.
    • Updated API reference link in docstring for upsert method.
  • cognite/client/data_classes/functions.py
    • Updated API reference links in docstrings for cpu and memory parameters in FunctionCore and Function classes.
  • cognite/client/data_classes/simulators/models.py
    • Updated API reference link in docstring for get_data_async method.
  • cognite/client/data_classes/simulators/runs.py
    • Updated API reference links in docstrings for get_logs_async and get_data_async methods.
Activity
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates numerous documentation links to point to the new API reference. The changes are largely correct, but I've identified one URL that appears to use an incorrect -alpha version string, which should be corrected for consistency.


async def get_data_async(self) -> SimulatorModelRevisionData | None:
"""`Retrieve data associated with this simulator model revision. <https://developer.cognite.com/api#tag/Simulator-Models/operation/retrieve_simulator_model_revision_data>`_
"""`Retrieve data associated with this simulator model revision. <https://api-docs.cognite.com/20230101-alpha/tag/Simulator-Models/operation/retrieve_simulator_model_revision_data>`_
Copy link
Contributor

Choose a reason for hiding this comment

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

high

The updated URL contains -alpha in the version string (20230101-alpha), which is inconsistent with the other updated URLs in this pull request that use 20230101. For consistency, this should be updated to use the 20230101 version string.

Suggested change
"""`Retrieve data associated with this simulator model revision. <https://api-docs.cognite.com/20230101-alpha/tag/Simulator-Models/operation/retrieve_simulator_model_revision_data>`_
"""`Retrieve data associated with this simulator model revision. <https://api-docs.cognite.com/20230101/tag/Simulator-Models/operation/retrieve_simulator_model_revision_data>`_

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@gemini-code-assist yes that links to the alpha version of the docs because it is in alpha...

Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you for the clarification. I understand that the -alpha in the version string is intentional for this specific link because it points to an alpha version of the documentation. My apologies for the incorrect suggestion.

@codecov
Copy link

codecov bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.60%. Comparing base (7c4f228) to head (ae89d9f).
⚠️ Report is 2 commits behind head on pysdk-release-v8.

Additional details and impacted files
@@                 Coverage Diff                  @@
##           pysdk-release-v8    #2496      +/-   ##
====================================================
- Coverage             64.61%   64.60%   -0.02%     
====================================================
  Files                   467      467              
  Lines                 47745    47745              
====================================================
- Hits                  30852    30844       -8     
- Misses                16893    16901       +8     
Files with missing lines Coverage Δ
cognite/client/_api/ai/tools/documents.py 39.28% <ø> (ø)
cognite/client/_api/annotations.py 50.00% <ø> (ø)
cognite/client/_api/assets.py 66.22% <ø> (ø)
cognite/client/_api/data_modeling/containers.py 38.88% <ø> (ø)
cognite/client/_api/data_modeling/data_models.py 33.33% <ø> (ø)
cognite/client/_api/data_modeling/instances.py 60.38% <ø> (-0.85%) ⬇️
...nite/client/_api/data_modeling/space_statistics.py 32.00% <ø> (ø)
cognite/client/_api/data_modeling/spaces.py 33.33% <ø> (ø)
cognite/client/_api/data_modeling/statistics.py 38.88% <ø> (ø)
cognite/client/_api/data_modeling/views.py 45.09% <ø> (ø)
... and 120 more

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@haakonvt
Copy link
Contributor Author

haakonvt commented Mar 2, 2026

🦄

@haakonvt haakonvt self-assigned this Mar 2, 2026
@haakonvt haakonvt added risk-review-ongoing Risk review is in progress waiting-for-team Waiting for the submitter or reviewer of the PR to take an action labels Mar 2, 2026
Copy link
Contributor

@erlendvollset erlendvollset left a comment

Choose a reason for hiding this comment

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

🦄

@haakonvt haakonvt enabled auto-merge (squash) March 2, 2026 13:39
@haakonvt haakonvt merged commit dfc4f92 into pysdk-release-v8 Mar 2, 2026
15 checks passed
@haakonvt haakonvt deleted the update-links branch March 2, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk-review-ongoing Risk review is in progress waiting-for-team Waiting for the submitter or reviewer of the PR to take an action

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants