You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add README location in connection message. Alternatively the message could reference the project name instead if that's preferable.
* Indicate that the path to the CA certificate bundle location must be accessible from within the Airflow pods.
* Include instructions that the SAS Viya ingress must have an inbound security rule to allow access for Airflow.
`{"ssl_certificate_verification": "/path/to/trustedcerts.pem"}`. Note that the path used for the CA certificate bundle must reference a location within the Airflow pods.
45
+
46
+
Inbound security rules must allow communication from the Airflow web server pod through the ingress defined for SAS Viya. Connection timeout errors might occur if the rule is not in place.
44
47
45
48
### Running a DAG with a SAS provider
46
49
See example files in the src/sas_airflow_provider/example_dags directory. These dags can be modified and
self.log.info("Get oauth token (see README if this crashes)")
82
+
self.log.info("Get oauth token (see the the https://github.com/sassoftware/sas-airflow-provider?tab=readme-ov-file#create-a-connection-to-sas if this crashes)")
0 commit comments