Skip to main content

using

Specifies a provider for the underlying output data source. Spark's default catalog supports "parquet", "json", and other built-in formats.

Syntax

using(provider)

Parameters

Parameter

Type

Description

provider

str

The name of the data source provider.

Returns

DataFrameWriterV2