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

Feat/note book #2134

Merged
merged 20 commits into from
Nov 21, 2024
Merged

Feat/note book #2134

merged 20 commits into from
Nov 21, 2024

Conversation

yhjun1026
Copy link
Collaborator

Description

add libro notebook display python awel flow, defualt turrn on.

How Has This Been Tested?

Snapshots:

image

Include snapshots for easier review.

@Aries-ckt
Copy link
Collaborator

Failed the unit test.

ERROR dbgpt/datasource/rdbms/tests/test_conn_duckdb.py::test_get_users - sqlalchemy.exc.ProgrammingError: (duckdb.duckdb.CatalogException) Catalog Error: Table with name pg_collation does not exist!
Did you mean "pg_constraint"?
LINE 2: ...e, pg_catalog.pg_type.typtypmod) AS attype, NOT pg_catalog.pg_type.typnotnull ...

Copy link
Collaborator

@csunny csunny left a comment

Choose a reason for hiding this comment

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

r+

@Aries-ckt
Copy link
Collaborator

test success

  • step 1
    image
  • step 2
    image
  • step 3
import asyncio

from dbgpt.core.awel import DAG, MapOperator

with DAG("awel_hello_world") as dag:
    task = MapOperator(map_function=lambda x: print(f"Hello, {x}!"))

await task.call(call_data="world")

image

Copy link
Collaborator

@Aries-ckt Aries-ckt left a comment

Choose a reason for hiding this comment

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

r+

@Aries-ckt Aries-ckt merged commit 0bc478b into main Nov 21, 2024
2 checks passed
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.

4 participants