I am trying to see how can I retrieve the azure connection string value stored in airflow as a connection ID.
I have called the azure blob storage connection id using azure_conn
as shown below. I am trying to see how can I return back the connection string from this variable azure_conn
azure_conn = WasbHook(wasb_conn_id='wasb_conn_id')
The variable azure_conn is of type
<class 'airflow.providers.microsoft.azure.hooks.wasb.WasbHook'>