Deprecation Warning
Please switch from the SAS Studio Flow Operator to SAS Studio Operator. The SAS Studio Flow Operator will still function, but any new functionality will be added to the SAS Studio Operator.
Added
- New operator SAS Studio Operator, superseding SAS Studio Flow Operator
- Ability to pass macro variables to the SAS Studio Operator
- Ability to get macro variables as output via xcom from SAS Studio Operator
- More templating parameters added
- Ability to execute programs instead of just flows added for the SAS Studio Operator
- Ability to pass in code to execute
- New operator to create a Compute session - SAS Compute Create Session Operator
- Ability to pass a compute session in to a SAS Studio Operator to avoid extra compute session startup time (optional)
- Ability to pass a compute session in to a SAS Job Execution Operator to avoid extra compute session startup time (optional)
- Note about security considerations in README
- New example example_studio_advanced.py
Fixed
- Ability to pass in Airflow environment variables ([12](https://github.com/sassoftware/sas-airflow-provider/issues/12))
Changed
- Code refactoring and cleanup
- Existing examples have been updated