You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
After #84 , print() or return using typer's api, a success message with the number of records or rows inserted. This should be available from the dataframe https://stackoverflow.com/a/15943975
Acceptance criteria
cli reports success or failure
The text was updated successfully, but these errors were encountered:
This was implemented in a PR but not pulled in based on a discussion there. Closing as the work was implemented correctly. We can revisit the approach once the project starts up again.
Summary
After #84 ,
print()
or return using typer's api, a success message with the number of records or rows inserted. This should be available from the dataframe https://stackoverflow.com/a/15943975Acceptance criteria
The text was updated successfully, but these errors were encountered: