sassoftware / sas-airflow-provider

Apache Airflow Provider for creating tasks in Airflow to execute SAS Studio Flows and Jobs.
Apache License 2.0
18 stars 15 forks source link

Added allways_reuse_session in SASStudioOperator to configure a task to reuse a compute session or run in parallel #24

Closed torbenjuul closed 11 months ago

torbenjuul commented 11 months ago

Enables SASStudioOperator tasks to always reuse the same Compute Session across all tasks when setting allways_reuse_session=True. Default value is False meaning a new unnamed compute sessions will always be created to enable SASStudioOperator tasks run in parallel. In addition, management of compute sessions have been improved. If needed, compute sessions are now terminated after a SASStudioOperator task have completed.