forked from apache/airflow
-
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.
* Bump marquez-python to 0.7.0 Signed-off-by: wslulciuc <[email protected]> * Add collect operator type Signed-off-by: wslulciuc <[email protected]> * Remove unused class Signed-off-by: wslulciuc <[email protected]> * Add write only client Signed-off-by: wslulciuc <[email protected]> * continued: Add write only client Signed-off-by: wslulciuc <[email protected]> * Fix test deps Signed-off-by: wslulciuc <[email protected]> * Use client JobType Signed-off-by: wslulciuc <[email protected]> * Remove unused file Signed-off-by: wslulciuc <[email protected]> * continued: Add write only client Signed-off-by: wslulciuc <[email protected]> * Add external run id Signed-off-by: wslulciuc <[email protected]> * Pass external run id as string Signed-off-by: wslulciuc <[email protected]> * Capture obj members Signed-off-by: wslulciuc <[email protected]> * Fix formatting Signed-off-by: wslulciuc <[email protected]> * Bump marquez-python to 0.7.1 Signed-off-by: wslulciuc <[email protected]> * Update task info key in context Signed-off-by: wslulciuc <[email protected]> * Remove sample log file Signed-off-by: wslulciuc <[email protected]> * Remove pyrfc3339 dep Signed-off-by: wslulciuc <[email protected]> * Use airflow.* prefix in context Signed-off-by: wslulciuc <[email protected]> * Bump marquez-python to 0.7.2 Signed-off-by: wslulciuc <[email protected]> * Use task.__dict__ to set airflow.task_info Signed-off-by: wslulciuc <[email protected]> * Remove unused import Signed-off-by: wslulciuc <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
14 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
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,7 +1,6 @@ | ||
apache-airflow==1.10.11 | ||
codecov==2.1.8 | ||
marquez-python==0.6.0 | ||
marquez-python==0.7.2 | ||
pytest==6.0.1 | ||
pytest-cov==2.10.1 | ||
requests==2.24.0 | ||
|