File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ title: Declarative Pipelines
2
+ nav:
3
+ - index.md
4
+ - ...
Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ The following are the features of Spark SQL that help place it in the top of the
12
12
* [ Catalog Plugin API] ( ../connector/catalog/index.md )
13
13
* [ Columnar Execution] ( ../columnar-execution/index.md )
14
14
* [ Connector API] ( ../connector/index.md )
15
+ * [ Declarative Pipelines] ( ../declarative-pipelines/index.md ) (4.1.0-SNAPSHOT)
15
16
* [ Default Columns] ( ../default-columns/index.md )
16
17
* [ Direct Queries on Files] ( ../direct-queries-on-files/index.md )
17
18
* [ Dynamic Partition Pruning] ( ../dynamic-partition-pruning/index.md )
Original file line number Diff line number Diff line change 206
206
- SizeInBytesOnlyStatsPlanVisitor : cost-based-optimization/SizeInBytesOnlyStatsPlanVisitor.md
207
207
- Statistics : cost-based-optimization/Statistics.md
208
208
- ... | default-columns/**.md
209
+ - ... | declarative-pipelines/**.md
209
210
- ... | direct-queries-on-files/**.md
210
211
- Dynamic Partition Pruning :
211
212
- dynamic-partition-pruning/index.md
You can’t perform that action at this time.
0 commit comments