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 optional parameter http_timeout to avoid the risk of HTTP-call's running indefinitely #30

Closed torbenjuul closed 8 months ago

torbenjuul commented 8 months ago

To avoid the risk of HTTP-call's running indefinitely, optional parameter http_timeout can now be specified when creating a task. Default timeout is set to (30.05, 300) and is applied to all HTTP-calls. Upgraded to version 0.0.13