adamwhitneysoftwire opened a new pull request, #29981:
URL: https://github.com/apache/airflow/pull/29981

   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of an existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   Uses the `host` field from the connection to populate the `account_url` that 
is sent to DataLakeServiceClient.
   
   Previously used the `login` field, which when using Active Directory 
authentication is set to the Client ID. This is incorrect as the dfs URL should 
be of the format `https://{storage_account}.dfs.core.windows.net`.
   
   closes: #29980 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to