-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Streaming of SAS-log while the task is running (#26)
* The SAS Log will now be streamed back to the DAG-log while the task is running, instead of being retrieved after the code have been executed * New version 0.0.12 --------- Co-authored-by: sdktjj <[email protected]>
- Loading branch information
1 parent
4ed8b18
commit 1c8f96a
Showing
3 changed files
with
62 additions
and
22 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,6 +1,6 @@ | ||
[metadata] | ||
name = sas-airflow-provider | ||
version = 0.0.11 | ||
version = 0.0.12 | ||
author = SAS | ||
author_email = [email protected] | ||
description = Enables execution of Studio Flows and Jobs from Airflow | ||
|
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