After running `CREATE EXTERNAL STREAM ...`, the user cannot run `DROP EXTERNAL STREAM name`. Has to run `DROP STREAM name` ```sql jove-mbp14.local :) drop external stream github Syntax error: failed at position 15 ('stream'): drop external stream github Expected TABLE ``` This is not intuitive