Scott Robertson
07/26/2024, 12:27 PMScott Robertson
07/26/2024, 3:01 PM./bin/sql-client.sh
has something like:
| sql-gateway.endpoint.rest.address | localhost |
| sql-gateway.endpoint.rest.port | 36855
Scott Robertson
07/26/2024, 3:01 PM./bin/sql-client.sh gateway --endpoint <http://localhost:36855>
Scott Robertson
07/26/2024, 3:05 PMSort 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