Releases: sassoftware/sas-airflow-provider
Releases · sassoftware/sas-airflow-provider
v.0.0.9
Enable TLS verification by default.
Ability to specify a custom CA Certificate bundle
Ability to login using client credentials
v0.0.8
feat: delete session (#21) Provides a new operator to delete a Compute session
v0.0.7
Push airflow environment variables as macro variables in the job exec operator.
This facility is already available in the Studio operator although it pushes them as env vars in that case.
v0.0.6
Fix a bug where the env vars are not generated if there are macro vars
v0.0.5
enhancements to Studio Flow (#14) * enhancements to Studio Operators * Deprecate SASStudioFlowOperator which is superseded SASStudioOperator. The original will still function, but any new functionality is added to SASStudioOperator * Ability to pass macro variables in to the operator * Ability to get macro variables as output via xcom * Pass in Airflow env vars (Fixes #12) * Add more templatable parameters * Ability to execute program as well as Flow * Ability to pass in code to execute * Ability to pass Compute session in to avoid extra compute session startup time. This is optional * We now allow passing session into job execution to avoid creating a new session (also optional) * New operator to create a Compute session * Code refactoring and cleanup * update readme
v0.0.4
v0.0.4b update to 0.0.4
v0.0.3
update version to 0.0.3
Initial release
v0.0.1 Create python-publish.yml