jacobhjkim opened a new issue #15269:
URL: https://github.com/apache/airflow/issues/15269


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the 
following questions.
   Don't worry if they're not all applicable; just try to include what you can 
:-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   **Description**
   Currently, GoogleAdsHook only supports the `service account authentication 
flow`. It would be nice to have a way to authenticate with `OAuth2 installed 
application flow`.
   <!-- A short description of your feature -->
   
   **Use case / motivation**
   [AdWords API 
Doc](https://developers.google.com/adwords/api/docs/guides/authentication#an_alternative_to_service_accounts)
 
   > Because of the complexity of setting up service account access for the 
AdWords API, we recommend a simpler alternative that achieves the same goal, 
which is to use the OAuth2 installed application flow
   
   To quote Google, service account flow is a hassle, and they recommend 
`OAuth2 installed application flow`. With this feature, GoogleAds operator 
users will be able to choose which authentication flow to use.
   
   <!-- What do you want to happen?
   
   Rather than telling us how you might implement this solution, try to take a
   step back and describe what you are trying to achieve.
   
   -->
   
   **Are you willing to submit a PR?**
   Yes!
   
   <!--- We accept contributions! -->
   
   **Related Issues**
   AIRFLOW-6732
   
   <!-- Is there currently another issue associated with this? -->
   


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to