Open
Description
The pattern of usage is a user uses the use <keyspace>
and then uses source
to read a CQL file and the CQL file is applied in the context of the use <keyspace>
.
The goal here is users have multiple keyspaces with the same table structure in each different keyspace and need to use first to make sure the schema changes are applied to that keyspace, and then move onto the next one.
The CQL file execution is not contextualised to the keyspace unless use
is in the CQL file itself.
When doing this on Win 11 it produces an error and I am not 100% sure this useage pattern is working.