mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-09 02:02:12 +00:00
6 lines
122 B
Python
6 lines
122 B
Python
![]() |
from pyspark.sql import SparkSession
|
||
|
|
||
|
spark = SparkSession.builder.getOrCreate()
|
||
|
|
||
|
spark.sql("DROP TABLE nyc.taxis PURGE")
|