-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This combinator would use the existing result as the body for
`create_table("table_name";
replace_if_exists=false,
schema=TRDW.user_schema(),
catalog=TRDW.env_catalog())
For now, we could grant ALL PRIVILEGES on schema and table to CTSIStaff.
I suppose this is an alternative to #83 since the output of this would be pure SQL. Therefore, I can see why this is preferable.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request