Skip to content

Conversation

arnels
Copy link
Contributor

@arnels arnels commented Aug 14, 2025

v8 overview: https://cognitedata.atlassian.net/browse/DM-3055

Description

Templates was deprecated in v7, released 2023-11-14. The Templates API itself was retired and turned off 2025-05-31. Time to remove the unused code.

To be included in v8 release #2118. The Templates API is turned off, but removing the code from the SDK in a minor release could potentially break clients.

@arnels arnels requested review from a team as code owners August 14, 2025 11:41
Copy link
Contributor

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 in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

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 issue 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.

@arnels arnels force-pushed the remove-templates-api branch from fa007e9 to 12878e9 Compare August 14, 2025 11:45
Copy link

codecov bot commented Aug 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.07%. Comparing base (500e257) to head (12878e9).
⚠️ Report is 74 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2251      +/-   ##
==========================================
+ Coverage   90.81%   91.07%   +0.26%     
==========================================
  Files         166      164       -2     
  Lines       24636    24269     -367     
==========================================
- Hits        22373    22104     -269     
+ Misses       2263     2165      -98     
Files with missing lines Coverage Δ
cognite/client/_cognite_client.py 93.93% <ø> (-0.13%) ⬇️
cognite/client/data_classes/__init__.py 100.00% <ø> (ø)
cognite/client/testing.py 100.00% <ø> (ø)

... and 4 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

haakonvt commented Oct 7, 2025

Closing as merged manually into #2273

@haakonvt haakonvt closed this Oct 7, 2025
@haakonvt haakonvt deleted the remove-templates-api branch October 7, 2025 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants