Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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