keptt
keptt
Hello, Thank you for giving us feedback and sharing your suggestions, To my knowledge the feature you are talking about is implemented in the premium version of the management center
Hello, You don't really need the license. It is not used, so you can just ignore the message that you see in the console. Management center will still work
The problem you are experiencing is probably due to the topic tree feature. As a solution try pulling a newer version of the management center where you can turn off...
Hi, this is still a problem for me in 1.12.0. I was looking into the cause of this warning and found that it comes from the thrift package. Databricks driver...
Well, I ended up with roughly the following monstrosity if this helps someone else: ``` const fs = require('fs'); const path = require('path'); const { parse } = require('@babel/parser'); const...
A relevant issue inside the Thrift project already exists on their issue tracker: [THRIFT-5224](https://issues.apache.org/jira/browse/THRIFT-5224?jql=project%20%3D%20THRIFT%20AND%20resolution%20%3D%20Unresolved%20AND%20text%20~%20%22DeprecationWarning%22%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC) There was also a PR to fix it, which unfortunately was closed due to inactivity. I...