Resolved! Databricks-Connect shows different partitions than Databricks for the same delta table
Hello,here is a small code-snippet:from pyspark.sql import SparkSession spark = SparkSession.builder.appName('example_app').getOrCreate() spark.sql('SHOW PARTITIONS database.table').show() The output inside the Databricks-Notebook:+-------------+--...
- 3480 Views
- 6 replies
- 5 kudos
Latest Reply