We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6b47d commit c258568Copy full SHA for c258568
1 file changed
hypernets_processor/data_io/format/databases.py
@@ -45,7 +45,8 @@
45
46
# Archive Database
47
ARCHIVE_DB = {"products": {"columns": {"product_name": {"type": str},
48
- "raw_product_name": {"type": str}
+ "raw_product_name": {"type": str},
49
+ "site": {"type": str}
50
}
51
52
0 commit comments