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
As noted in #174, the synchronous version of this package has the pod_exec.py example, but only the non-interactive part of that is re-implemented in examples/example3.py.
Is it possible to implement the interactive version with this library as well? My use case is to start psql in the container and execute various ddl statements from an operator (based on kopf) and emit the responses.
The text was updated successfully, but these errors were encountered:
As noted in #174, the synchronous version of this package has the pod_exec.py example, but only the non-interactive part of that is re-implemented in examples/example3.py.
Is it possible to implement the interactive version with this library as well? My use case is to start
psql
in the container and execute various ddl statements from an operator (based on kopf) and emit the responses.The text was updated successfully, but these errors were encountered: