You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/getting_started/runoboardingopt1.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ draft: false
27
27
8. Click Add.
28
28
29
29
9. In Parameters, select keyword argument then select JSON. Past below json parameters with :
30
-
```
30
+
```json
31
31
{
32
32
"onboard_layer": "bronze_silver",
33
33
"database": "dlt_demo",
@@ -41,11 +41,12 @@ draft: false
41
41
"overwrite": "True",
42
42
"env": "dev"
43
43
}
44
-
```
45
-
Alternatly you can enter keyword arguments, click + Add and enter a key and value. Click + Add again to enter more arguments.
44
+
```
45
+
46
+
Alternatly you can enter keyword arguments, click + Add and enter a key and value. Click + Add again to enter more arguments.
46
47
47
48
10. Click Save task.
48
49
49
50
11. Run now
50
51
51
-
12. Make sure job run successfully. Verify metadata in your dataflow spec tables entered in step: 9 e.g ```dlt_demo.bronze_dataflowspec_table``` , ```dlt_demo.silver_dataflowspec_table```
52
+
12. Make sure job run successfully. Verify metadata in your dataflow spec tables entered in step: 11 e.g ```dlt_demo.bronze_dataflowspec_table``` , ```dlt_demo.silver_dataflowspec_table```
0 commit comments