Skip to content

Releases: sassoftware/sas-airflow-provider

v.0.0.9

20 Sep 18:29
ab8277a
Compare
Choose a tag to compare

Enable TLS verification by default.
Ability to specify a custom CA Certificate bundle
Ability to login using client credentials

v0.0.8

21 Aug 19:16
0b530ad
Compare
Choose a tag to compare
feat: delete session (#21)

Provides a new operator to delete a Compute session

v0.0.7

31 Jul 16:05
f44f33e
Compare
Choose a tag to compare

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

28 Jul 17:38
70a9f9b
Compare
Choose a tag to compare

Fix a bug where the env vars are not generated if there are macro vars

v0.0.5

14 Jul 19:47
e735103
Compare
Choose a tag to compare
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

09 Jun 18:45
Compare
Choose a tag to compare
v0.0.4b

update to 0.0.4

v0.0.3

26 May 20:21
Compare
Choose a tag to compare
update version to 0.0.3

Initial release

12 Jan 15:45
462b3a0
Compare
Choose a tag to compare
v0.0.1

Create python-publish.yml