Skip to content

Commit 279375c

Browse files
Declarative Pipelines
1 parent 61fce75 commit 279375c

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

docs/declarative-pipelines/.pages

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
title: Declarative Pipelines
2+
nav:
3+
- index.md
4+
- ...

docs/declarative-pipelines/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
subtitle: 4.1.0-SNAPSHOT
3+
---
4+
5+
# Declarative Pipelines
6+
7+
**Spark Declarative Pipelines (SDP)** is a declarative framework for building ETL pipelines on Apache Spark.
8+
9+
!!! danger
10+
Declarative Pipelines framework is only available in the development branch of Apache Spark 4.1.0-SNAPSHOT.
11+
12+
## Learning Resources
13+
14+
1. [Spark Declarative Pipelines Programming Guide](https://github.com/apache/spark/blob/master/docs/declarative-pipelines-programming-guide.md)

docs/features/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The following are the features of Spark SQL that help place it in the top of the
1212
* [Catalog Plugin API](../connector/catalog/index.md)
1313
* [Columnar Execution](../columnar-execution/index.md)
1414
* [Connector API](../connector/index.md)
15+
* [Declarative Pipelines](../declarative-pipelines/index.md) (4.1.0-SNAPSHOT)
1516
* [Default Columns](../default-columns/index.md)
1617
* [Direct Queries on Files](../direct-queries-on-files/index.md)
1718
* [Dynamic Partition Pruning](../dynamic-partition-pruning/index.md)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ nav:
206206
- SizeInBytesOnlyStatsPlanVisitor: cost-based-optimization/SizeInBytesOnlyStatsPlanVisitor.md
207207
- Statistics: cost-based-optimization/Statistics.md
208208
- ... | default-columns/**.md
209+
- ... | declarative-pipelines/**.md
209210
- ... | direct-queries-on-files/**.md
210211
- Dynamic Partition Pruning:
211212
- dynamic-partition-pruning/index.md

0 commit comments

Comments
 (0)