kaxil commented on code in PR #43094:
URL: https://github.com/apache/airflow/pull/43094#discussion_r1803977925
##########
docs/apache-airflow-providers-dbt-cloud/connections.rst:
##########
@@ -109,11 +109,17 @@ For example, to add a connection with the connection ID
of "dbt_cloud_default":
export AIRFLOW_CONN_DBT_CLOUD_DEFAULT='dbt-cloud://:api_token@'
- When specifying a Tenant domain:
+ When specifying a Tenant domain, be sure to follow the Access URL pattern
in the table
[here](https://docs.getdbt.com/docs/cloud/about-cloud/access-regions-ip-addresses)
.. code-block:: bash
- export
AIRFLOW_CONN_DBT_CLOUD_DEFAULT='dbt-cloud://:[email protected]'
+ export
AIRFLOW_CONN_DBT_CLOUD_DEFAULT='dbt-cloud://:api_token@my-access-url'
+
+ As an example, if my account is hosted in the Cell-based North America
region and my access URL is ab123.us1.dbt.com, my conn string should be:
+
Review Comment:
```suggestion
```
--
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]