Volodymyr128
Volodymyr128
Any updates here?
Agree, it'd be very usefull to have this parametrization
I have the same issue, at lineage view it's possible to see facets only for tables which has `fields` property. I suspect it isn't an expected behaviour
The same issue! Got: ``` ERROR in ./~/stompjs/lib/stomp-node.js Module not found: Error: Cannot resolve module 'net' in D:\Projects\MyProject\node_modules\stompjs\lib ``` when running karma tests. Without Karma all works correct. Looks like...
@gottfrois I solved this by adding ``` node: { net: 'empty' } ``` to my webpackConfig.js