pyspark.sql.DataFrameWriterV2.using

DataFrameWriterV2.using(provider: str) → pyspark.sql.readwriter.DataFrameWriterV2[source]

Specifies a provider for the underlying output data source. Spark’s default catalog supports “parquet”, “json”, etc.

New in version 3.1.