File tree Expand file tree Collapse file tree 15 files changed +36
-11
lines changed
Expand file tree Collapse file tree 15 files changed +36
-11
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Deployment complete!
99>>> [CLI] bundle run my_pipeline --refresh table1,table2
1010Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
1111
12+ Update ID: [UUID]
1213
1314>>> print_requests
1415{
@@ -26,6 +27,7 @@ Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
2627>>> [CLI] bundle run my_pipeline --full-refresh-all
2728Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
2829
30+ Update ID: [UUID]
2931
3032>>> print_requests
3133{
@@ -40,6 +42,7 @@ Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
4042>>> [CLI] bundle run my_pipeline --full-refresh table1,table2
4143Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
4244
45+ Update ID: [UUID]
4346
4447>>> print_requests
4548{
@@ -57,6 +60,7 @@ Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
5760>>> [CLI] bundle run my_pipeline --full-refresh table1,table2 --refresh table3,table4
5861Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
5962
63+ Update ID: [UUID]
6064
6165>>> print_requests
6266{
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ View your pipeline my_pipeline here: [DATABRICKS_URL]/pipelines/[UUID]?o=[NUMID]
1010>>> [PIPELINES] dry-run
1111Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
1212
13+ Update ID: [UUID]
1314{
1415 "body": {
1516 "validate_only": true
@@ -22,6 +23,7 @@ Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
2223>>> [PIPELINES] dry-run my_pipeline
2324Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
2425
26+ Update ID: [UUID]
2527{
2628 "body": {
2729 "validate_only": true
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ View your pipeline my_pipeline here: [DATABRICKS_URL]/pipelines/[UUID]?o=[NUMID]
1010>>> [PIPELINES] dry-run --no-wait
1111Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
1212
13- <EOL>
13+ Update ID: [UUID]
Original file line number Diff line number Diff line change 11trace $PIPELINES deploy
22title "Dry running pipeline with --no-wait flag"
33trace $PIPELINES dry-run --no-wait
4- # This printf is here to fix the whitespace linter error (ensures exactly one newline at end)
5- printf "<EOL>\n"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ View your pipeline my_pipeline here: [DATABRICKS_URL]/pipelines/[UUID]?o=[NUMID]
1010>>> [PIPELINES] dry-run --restart
1111Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
1212
13+ Update ID: [UUID]
1314
1415>>> print_requests
1516{
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ View your pipeline my_project_pipeline here: [DATABRICKS_URL]/pipelines/[UUID]?o
2222>>> [PIPELINES] run
2323Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
2424
25+ Update ID: [UUID]
2526
2627=== Edit project by creating and running a new second pipeline
2728>>> [PIPELINES] deploy
@@ -58,6 +59,7 @@ View your pipeline my_project_pipeline_2 here: [DATABRICKS_URL]/pipelines/[UUID]
5859>>> [PIPELINES] run my_project_pipeline_2
5960Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
6061
62+ Update ID: [UUID]
6163
6264=== Stop both pipelines before destroy
6365>>> [PIPELINES] stop my_project_pipeline
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ View your pipeline my_pipeline here: [DATABRICKS_URL]/pipelines/[UUID]?o=[NUMID]
1010>>> [PIPELINES] run --no-wait
1111Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
1212
13- <EOL>
13+ Update ID: [UUID]
Original file line number Diff line number Diff line change 11trace $PIPELINES deploy
22title "test --no-wait flag"
33trace $PIPELINES run --no-wait
4- # This printf is here to fix the whitespace linter error (ensures exactly one newline at end)
5- printf "<EOL>\n"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ View your pipeline my_pipeline here: [DATABRICKS_URL]/pipelines/[UUID]?o=[NUMID]
1010>>> [PIPELINES] run --refresh table1,table2
1111Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
1212
13+ Update ID: [UUID]
1314
1415>>> print_requests
1516{
@@ -27,6 +28,7 @@ Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
2728>>> [PIPELINES] run --full-refresh-all
2829Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
2930
31+ Update ID: [UUID]
3032
3133>>> print_requests
3234{
@@ -41,6 +43,7 @@ Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
4143>>> [PIPELINES] run --full-refresh table1,table2
4244Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
4345
46+ Update ID: [UUID]
4447
4548>>> print_requests
4649{
@@ -58,6 +61,7 @@ Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
5861>>> [PIPELINES] run --full-refresh table1,table2 --refresh table3,table4
5962Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
6063
64+ Update ID: [UUID]
6165
6266>>> print_requests
6367{
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ View your pipeline my_pipeline here: [DATABRICKS_URL]/pipelines/[UUID]?o=[NUMID]
1010>>> [PIPELINES] run --restart
1111Update URL: [DATABRICKS_URL]/#joblist/pipelines/[UUID]/updates/[UUID]
1212
13+ Update ID: [UUID]
1314
1415>>> print_requests
1516{
You can’t perform that action at this time.
0 commit comments