mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-08 17:53:11 +00:00

Co-authored-by: cccs-Dustin <96579982+cccs-Dustin@users.noreply.github.com> Co-authored-by: Fokko Driesprong <fokko@apache.org> Co-authored-by: Andrew Sikowitz <andrew.sikowitz@acryl.io>
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")
|