easy_sql icon indicating copy to clipboard operation
easy_sql copied to clipboard

temporary tables should belong to one database

Open lust4life opened this issue 1 year ago • 0 comments

in Flink case:

reconstruct the yaml file to make temporary tables belong to one database, as we will register the tables before the user's SQL script, so these temporary tables would be under default_catalog.default_database which might not be convenient for later usage in user's SQL script.

Making it belong to one database will give the user ability to choose how to use it, they can put it under some catalog.database, then use that database or catalog in their ETL file, then have a more convenient reference there.

lust4life avatar Jun 06 '23 01:06 lust4life