chore: add user agent to Databricks requests (#20660)

This commit is contained in:
Beto Dealmeida
2022-07-20 08:17:52 -07:00
committed by GitHub
parent 81bd4968d0
commit 2a4c7cfb2a
3 changed files with 20 additions and 5 deletions

View File

@@ -20,6 +20,8 @@
# string to use when None values *need* to be converted to/from strings
from enum import Enum
USER_AGENT = "Apache Superset"
NULL_STRING = "<NULL>"
EMPTY_STRING = "<empty string>"