File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ When we write the configuration files for our `RestModel`, we'll see how this li
113113
114114The second function here launches a helpful UI to browse the ` hydra ` configuration hierarchy we've constructed.
115115
116- > ![ NOTE]
116+ > [ ! NOTE]
117117> These can be run directly from ` ccflow ` :
118118> ` python -m ccflow.examples.etl ` and ` python -m ccflow.examples.etl.explain `
119119
@@ -311,7 +311,7 @@ python -m ccflow.examples.etl.explain ++extract.publisher.name=test
311311
312312# # Appendix - Multiple Files
313313
314- In `hydra`, its conveniet to have things broken up across multiple files.
314+ In `hydra`, its convenient to have things broken up across multiple files.
315315In our example above, we can do this as follows :
316316
317317**etl/config/base.yaml**
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Notes for editors:
1919
2020- [ Configuration] ( Configuration )
2121- [ Workflows] ( Workflows )
22+ - [ ETL] ( ETL )
2223
2324** Developer Guide**
2425
You can’t perform that action at this time.
0 commit comments