This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implements cleaner spec of reuse_functions, moves and renames
This is a log nicer. See discussion here for full context: #86.
- Loading branch information
1 parent
484678f
commit 79ac476
Showing
8 changed files
with
310 additions
and
302 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
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,12 @@ | ||
# subdag operator | ||
|
||
This README demonstrates the use of the subdag operator. | ||
|
||
The subdag operator allows you to effectively run a driver within a node. | ||
In this case, we are calculating unique website visitors from the following set of parameters: | ||
|
||
1. Region = CA (canada) or US (United States) | ||
2. Granularity of data = (day, week, month) | ||
|
||
You can find the code in [unique_users.py](unique_users.py) and [reusable_subdags.py](reusable_subdags.py) | ||
and look at how we run it in [main.py](main.py). |
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
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
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
Oops, something went wrong.