|
1 | | -# This dataset is static, and thus only needs to be extracted in it's raw form |
2 | | -# once and saved to blob storage. For a human viewable we format, see: |
3 | | -# "https://www.fema.gov/api/open/v2/FemaRegions" |
4 | | -# Raw (extracted) and transformed (loaded) data will be stored in azure blob storage |
5 | | -# which requires the account, container and path for access |
6 | | - |
7 | | -[properties] |
8 | | -name = "fips_to_name_improved" |
9 | | -automate = false |
10 | | -transform_template = "fips_to_name_improved.sql" |
11 | | - |
12 | | -[source] |
13 | | -url = "https://www.fema.gov/api/open/v2/FemaRegions" |
14 | | -pagination = {limit = 1000} |
15 | | - |
16 | | -[extract] |
17 | | -account = "cfadatalakeprd" |
18 | | -container = "cfapredict" |
19 | | -prefix = "dataops/scenarios/raw/fips_to_name_improved" |
20 | | - |
21 | | -[load] |
22 | | -account = "cfadatalakeprd" |
23 | | -container = "cfapredict" |
24 | | -prefix = "dataops/scenarios/transformed/fips_to_name_improved" |
| 1 | +# This dataset is static, and thus only needs to be extracted in it's raw form |
| 2 | +# once and saved to blob storage. For a human viewable we format, see: |
| 3 | +# "https://www.fema.gov/api/open/v2/FemaRegions" |
| 4 | +# Raw (extracted) and transformed (loaded) data will be stored in azure blob storage |
| 5 | +# which requires the account, container and path for access |
| 6 | + |
| 7 | +[properties] |
| 8 | +name = "fips_to_name_improved" |
| 9 | +automate = false |
| 10 | +transform_template = "fips_to_name_improved.sql" |
| 11 | +schema = "datasets/schemas/fips_to_name_improved.py" |
| 12 | + |
| 13 | +[source] |
| 14 | +url = "https://www.fema.gov/api/open/v2/FemaRegions" |
| 15 | +pagination = {limit = 1000} |
| 16 | + |
| 17 | +[extract] |
| 18 | +account = "cfadatalakeprd" |
| 19 | +container = "cfapredict" |
| 20 | +prefix = "dataops/scenarios/raw/fips_to_name_improved" |
| 21 | + |
| 22 | +[load] |
| 23 | +account = "cfadatalakeprd" |
| 24 | +container = "cfapredict" |
| 25 | +prefix = "dataops/scenarios/transformed/fips_to_name_improved" |
0 commit comments