Teradata / jupyter-demos

16 stars 19 forks source link

Need to improve messages/comments from get_data #317

Open DougEbel opened 1 year ago

DougEbel commented 1 year ago

German Carrasco (Customer Success Manager in BARCELONA) chatted:

[7:27 AM] Carrasco, German I'm executing this : call get_data('DEMO_SalesOffload_cloud'); ---takes about 35 seconds

[7:27 AM] Carrasco, German and I got this - Success: 0 rows affected

is it a sucessful run?

The message is likely a default for DDL or stored procedure we can't change, but we should look to see if we can get a positive indication that something was created or add comments to notebooks that "Success: 0 rows affected" was the expected response

DougEbel commented 1 year ago

Nupur responded to James Perkins asking about a cryptic sqlalcchemy message:

It is coming essentially where we are creating tables or views in notebook using eng.execute(query)command and there is no output for display. The result above indicates that the command is executed successfully.

we should be hiding or explaining what "success" looks like.