ilsaloving
ilsaloving
One extremely useful feature would be if, instead of constructing the webhook payload directly in python, you allowed users to provide a Jinja template. Then you could feed the alert...
2 years and still no traction? This would be incredibly valuable.
Is there a reason superset isn't standardizing on python 3.11? It would save a great deal of frustration, given that most of the distro-supplied python packages are built for 3.11.
I'm going to have to give up on rc2. I keep running into one problem after another. I bit the bullet and built the ldap module. Now when Superset starts...
I was creating a docker container, using the superset provided docker container as the base and adding the required drivers. And yes, it seems like all of that is missing....
I'm revisiting this since things don't appear to have changed since the rc. What I've found so far: - I had to switch from `pip install psycopg2` to `pip install...
I was successful by installing build-essential, and then autoremoving it after it was done, to avoid ballooning the layer with unnecessary stuff. Here is my working Dockerfile. I'm using a...
Is there any update to this? - legacy-export-datasources works but doesn't include the security information (credentials, impersonation, etc) - export-datasources does not export data sources at all. It only exports...
How the heck do you expect me to file a "specific bug report" when there is no way of knowing how this thing is supposed to be working in the...
I just took a quick look and realized there was a typo in my Base DN. >_< After I corrected that, authentication worked.