Hello, From the SQL client, is there a way to hoo...
# troubleshooting
s
Hello, From the SQL client, is there a way to hook into existing tables created by the TableApi? i.e. can it hook into the ExecutionEnvironment somehow? Or am I misunderstanding the tool?
A SQL client when run like
./bin/sql-client.sh
has something like:
Copy code
|          sql-gateway.endpoint.rest.address |                                             localhost |
|             sql-gateway.endpoint.rest.port |                                                 36855
but this doesn't seem to work:
./bin/sql-client.sh gateway --endpoint <http://localhost:36855>
I must be misunderstanding the tools: Sorry, slowly catching up to state-of-the-art: https://stackoverflow.com/questions/77454277/flinksql-table-gone-after-session-closed
Sort of. If you put all your DDL commands into a file, you could initialize each SQL client session using it. That's what David Anderson is suggesting in his comment above