Skip to content
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

[CDF-23339] 🐙QuickStart demo #1228

Open
wants to merge 18 commits into
base: user-group
Choose a base branch
from
Open

[CDF-23339] 🐙QuickStart demo #1228

wants to merge 18 commits into from

Conversation

doctrino
Copy link
Collaborator

@doctrino doctrino commented Nov 24, 2024

Description

Demo Script

import micropip
micropip.uninstall("prompt-toolkit")

await micropip.install("https://cdn.jsdelivr.net/gh/cognitedata/toolkit@2334577a58616d18b60e3da37e5048653731d7f8/dist/cognite_toolkit-0.3.12-py3-none-any.whl")

from cognite_toolkit.demo import CogniteToolkitDemo

toolkit = CogniteToolkitDemo()

toolkit.quickstart()

Note The wheel in this PR should be removed before it is merged, but it is kept to enable testing.

Demo

image

image

Including automatically adding the user to the Run Workflow group

image

Checklist

Copy link

github-actions bot commented Nov 24, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
13810 10326 75% 60% 🟢

New Files

File Coverage Status
cognite_toolkit/demo/init.py 0% 🟢
cognite_toolkit/demo/_base.py 0% 🟢
TOTAL 0% 🟢

Modified Files

File Coverage Status
cognite_toolkit/_cdf_tk/commands/_base.py 90% 🟢
cognite_toolkit/_cdf_tk/commands/modules.py 57% 🟢
cognite_toolkit/_cdf_tk/hints.py 53% 🟢
cognite_toolkit/_cdf_tk/tracker.py 66% 🟢
cognite_toolkit/_cdf_tk/utils/repository.py 33% 🟢
TOTAL 60% 🟢

updated for commit: d8742ca by action🐍

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.

1 participant