feature(hudi-query): 增加查询 Hudi 表结构

This commit is contained in:
2023-07-07 12:33:14 +08:00
parent b6d60af652
commit bd0a56217d
7 changed files with 198 additions and 2 deletions

View File

@@ -91,8 +91,8 @@
enableAMISDebug: debug,
},
);
console.log('Source', amisJSON)
if (debug) {
console.log('Source', amisJSON)
}
})()
</script>