mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-13 20:18:24 +00:00

* fetch query log path as dir/file * add test for multiple files log fetch * non-csv log file test
162 B
162 B
1 | query_text | database_name | schema_name |
---|---|---|---|
2 | select * from product_data | default | information_schema |
3 | select * from students where marks>=80 | default | information_schema |