Skip to content

Commit

Permalink
Use correct configured link in resources (#7949)
Browse files Browse the repository at this point in the history
Summary:
User pointed out that this was a dead link.

Test Plan: build and view api docs
  • Loading branch information
gibsondan committed May 18, 2022
1 parent d0524c2 commit f27ee8b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def airbyte_resource(context) -> AirbyteResource:
schema, see the `Airbyte API Docs <https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#overview>`_.
To configure this resource, we recommend using the `configured
<https://docs.dagster.io/overview/configuration#configured>`_ method.
<https://docs.dagster.io/concepts/configuration/configured>`_ method.
**Examples:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def dbt_cli_resource(context) -> DbtCliResource:
"""This resource defines a dbt CLI interface.
To configure this resource, we recommend using the `configured
<https://docs.dagster.io/overview/configuration#configured>`_ method.
<https://docs.dagster.io/concepts/configuration/configured>`_ method.
Examples:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def dbt_cloud_resource(context) -> DbtCloudResourceV2:
response JSON schemae, see the `dbt Cloud API Docs <https://docs.getdbt.com/dbt-cloud/api-v2>`_.
To configure this resource, we recommend using the `configured
<https://docs.dagster.io/overview/configuration#configured>`_ method.
<https://docs.dagster.io/concepts/configuration/configured>`_ method.
**Examples:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def dbt_rpc_resource(context) -> DbtRpcResource:
"""This resource defines a dbt RPC client.
To configure this resource, we recommend using the `configured
<https://docs.dagster.io/overview/configuration#configured>`_ method.
<https://docs.dagster.io/concepts/configuration/configured>`_ method.
Examples:
Expand Down Expand Up @@ -613,7 +613,7 @@ def dbt_rpc_sync_resource(
and waits for the request to complete before returning.
To configure this resource, we recommend using the `configured
<https://docs.dagster.io/overview/configuration#configured>`_ method.
<https://docs.dagster.io/concepts/configuration/configured>`_ method.
Examples:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def fivetran_resource(context) -> FivetranResource:
schemae, see the `Fivetran API Docs <https://fivetran.com/docs/rest-api/connectors>`_.
To configure this resource, we recommend using the `configured
<https://docs.dagster.io/overview/configuration#configured>`_ method.
<https://docs.dagster.io/concepts/configuration/configured>`_ method.
**Examples:**
Expand Down

0 comments on commit f27ee8b

Please sign in to comment.