This call creates the explain tables under the SYSTOOLS schema. To create them under a different schema, specify a schema name as the last parameter in the call. Run the EXPLAIN.DDL command file: CONNECT TOdatabase-namedb2 -tf EXPLAIN.DDL This command file creates explain tables under the ...
If you’re using the apscheduler library in your FastAPI app running in a Docker container, and you’re not seeing print messages in the container logs, it’s possible that the messages are being buffered by the apscheduler library or the Python interpreter, and are not being immediately flu...