JDarDagran commented on code in PR #33959:
URL: https://github.com/apache/airflow/pull/33959#discussion_r1314858378
##########
airflow/providers/dbt/cloud/hooks/dbt.py:
##########
@@ -211,12 +212,12 @@ def get_request_url_params(
async def get_headers_tenants_from_connection(self) -> tuple[dict[str,
Any], str]:
"""Get Headers, tenants from the connection details."""
headers: dict[str, Any] = {}
- connection: Connection = await
sync_to_async(self.get_connection)(self.dbt_cloud_conn_id)
- tenant = self._get_tenant_domain(connection)
+ # connection: Connection = await
sync_to_async(self.get_connection)(self.dbt_cloud_conn_id)
Review Comment:
Fixed.
--
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]