python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Delta live tables feature missing
In my Azure Databricks workspace UI I do not have the tab "Delta live tables". In the documentation is says that there is a tab after clicking on Jobs in the main menu.
Chris
Votes: 0
Answers: 2
How do I select the columns of a table in databricks sql?
I can use: show columns in table_name
but this does not allow me to use the output in a query?
This throws an error:
SELECT
*
FROM
show columns in table_name
Jacob
Votes: 0
Answers: 0
Databricks Lakehouse JDBC and Docker
Pretty new to Databricks.
I've got a requirement to access data in the Lakehouse using a JDBC driver. This works fine.
I now want to stub the Lakehouse using a docker image for some tests I want to wr...
Kinght007
Votes: 0
Answers: 1
PySpark mergeSchema on Read operation Parquet vs Avro
I have around 200 parquet files with each parquet file having a different schema and I am trying to read these parquet files using mergeSchema enabled during read and it takes almost 2 hours.
If I ins...
smati
Votes: 0
Answers: 0