potiuk commented on a change in pull request #12558:
URL: https://github.com/apache/airflow/pull/12558#discussion_r537045825
##########
File path: airflow/providers/facebook/ads/hooks/ads.py
##########
@@ -55,9 +55,15 @@ class FacebookAdsReportingHook(BaseHook):
"""
+ conn_name_attr = 'facebook_conn_id'
+ default_conn_name = 'facebook_default'
+ conn_type = 'facebook_social'
+ hook_name = 'Facebook Social'
+ supports_autocommit = True
Review comment:
Another good one. Removed.
----------------------------------------------------------------
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:
[email protected]