Skip to content

Commit

Permalink
try n+1
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt committed Mar 5, 2024
1 parent b2e1652 commit 998222e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python3 scripts/generate_code_snippets.py > python-sdk-examples.json
sh ./scripts/deploy_code_snippets.sh || echo 'PR failed. There is probably nothing to commit'
sh ./scripts/deploy_code_snippets.sh
1 change: 1 addition & 0 deletions cognite/client/_api/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def retrieve_multiple(
Get assets by id::
>>> # TESTING: DO NOT MERGE ME <3
>>> from cognite.client import CogniteClient
>>> client = CogniteClient()
>>> res = client.assets.retrieve_multiple(ids=[1, 2, 3])
Expand Down

0 comments on commit 998222e

Please sign in to comment.