- 5612 Views
- 5 replies
- 6 kudos
Hello Experts,Is there any API in databricks that allows to write the data in the Databricks tables. I would like to send small size Logs information to Databricks tables from other service. What are my options?Thank you very much.
- 5612 Views
- 5 replies
- 6 kudos
Latest Reply
and what about use the jdbc/odbc driver, either programatically or using a tool like dbeaver?
4 More Replies
- 8213 Views
- 4 replies
- 8 kudos
Hi, I would like to be able to do something like this...create table if not exists table1using parquetlocation = '/mnt/somelocationsome location needs to be a concatenation of static and code generated string. Documentation suggests that location onl...
- 8213 Views
- 4 replies
- 8 kudos
Latest Reply
FString Python can be used. example > spark.sql(f"CREATE TABLE {table_name} (id INT, name STRING, value DOUBLE, state STRING)")
3 More Replies