mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-19 07:17:38 +00:00
4 lines
207 B
CSV
4 lines
207 B
CSV
query,database_name,schema_name
|
|
"select * from sales",default,information_schema
|
|
"select * from marketing",default,information_schema
|
|
"insert into marketing select * from sales",default,information_schema |