This commit is contained in:
Beto Dealmeida
2021-04-23 16:59:44 -07:00
committed by GitHub
parent aada73302f
commit 919fd496a9
2 changed files with 23 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.o
from superset.db_engine_specs.hive import HiveEngineSpec
@@ -21,3 +22,4 @@ class DatabricksHiveEngineSpec(HiveEngineSpec):
engine = "databricks"
engine_name = "Databricks Hive"
driver = "pyhive"
_show_functions_column = "function"