Skip to content

Commit 8ead09b

Browse files
committed
Add two table type styles for reporting purposes
1 parent 0b2ba21 commit 8ead09b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pointblank/_constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@
148148
"parquet": {"background": "#3F9FF9", "text": "#FFFFFF", "label": "Parquet"},
149149
"memtable": {"background": "#2C3E50", "text": "#FFFFFF", "label": "Ibis memtable"},
150150
"mssql": {"background": "#E2E2E2", "text": "#222222", "label": "MSSQL"},
151+
"pyspark": {"background": "#E66F21", "text": "#FFFFFF", "label": "Spark DataFrame"},
152+
"databricks": {"background": "#FF3621", "text": "#FFFFFF", "label": "Databricks"},
151153
}
152154

153155
REPORTING_LANGUAGES = ["en", "fr", "de", "it", "es", "pt", "tr", "zh", "ru", "pl", "da", "sv", "nl"]

0 commit comments

Comments
 (0)