- 20378 Views
- 11 replies
- 12 kudos
I have created a metastore and within that metastore i have created multiple schemas and tables underlying it but none of table details is visible from information schema. All the tables are empty.Could you please let me know if I am missing here. Be...
- 20378 Views
- 11 replies
- 12 kudos
Latest Reply
I noticed this issue is currently caused when you rename a catalog. The contents of <catalog>.information_schema are all views like this:SELECT
*
FROM
system.information_schema.columns
WHERE
table_catalog = '<catalog>'If you rename the catalog...
10 More Replies
by
Direo
• Contributor II
- 9073 Views
- 3 replies
- 2 kudos
Can Databricks feature tables be stored outside of DBFS?
- 9073 Views
- 3 replies
- 2 kudos
Latest Reply
Yes, Databricks feature tables can be stored outside of Databricks File System (DBFS). You can store your feature tables in external storage systems such as Amazon S3, Azure Blob Storage, Azure Data Lake Storage, or Hadoop Distributed File System (HD...
2 More Replies
- 9841 Views
- 4 replies
- 0 kudos
My notebook is pulling in Hive tables from DBFS, that point to ADLS Gen1 file locations for their data (Delta tables), creating the feature table as a data frame within the notebook, then calling on the feature store client to save down the feature t...
- 9841 Views
- 4 replies
- 0 kudos
Latest Reply
Atanu
Databricks Employee
@Jack Watson Could you please confirm the write is succeeding ? If yes, as per my understanding This is a warning for some validation that we will be removing shortly. We’ll likely remove the validation which save the data source.Thanks.
3 More Replies