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
It looks like the parameter to specify the session name is "session_name" in the class header. However, it does not work and seems to be "compute_session_name".
To be aligned with SASComputeCreateSession, "session_name" should be preferable.
The text was updated successfully, but these errors were encountered:
I don't think that the session_name in SASComputeCreateSession and the session id (I assume you meant compute_session_id because I don't see a compute_session_name) are referring to the same thing.
In SASComputeCreateSession the session_name is the name you want to give the session whereas the compute_session_id is the actual id that was assigned to it by compute. The studio operator does not (currently) allow you to assign a session name, it only allows passing in of a pre-existing id, or to try to look up the session id using the default "Airflow-Session" name.
It looks like the parameter to specify the session name is "session_name" in the class header. However, it does not work and seems to be "compute_session_name".
To be aligned with SASComputeCreateSession, "session_name" should be preferable.
The text was updated successfully, but these errors were encountered: