forked from SocialFinanceDigitalLabs/liia-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
from sufficiency_data_transform.all_dim_and_fact import create_sufficiency_data | ||
from dagster import job | ||
from liiatools_pipeline.ops import ssda903 | ||
from liiatools_pipeline.ops.sufficiency903 import ons_area | ||
|
||
|
||
@job | ||
def ssda903_sufficiency(): | ||
print("Hi") | ||
create_sufficiency_data() | ||
ons_area() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
from sufficiency_data_transform.all_dim_and_fact import ( | ||
create_dimONSArea, | ||
create_dimLookedAfterChild, | ||
create_dimOfstedProvider, | ||
create_dimPostcode, | ||
create_factEpisode, | ||
create_factOfstedInspection, | ||
create_dim_tables, | ||
) | ||
|
||
from dagster import op | ||
|
||
@op | ||
def ons_area(): | ||
create_dimONSArea() |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters