Skip to content

Commit

Permalink
Merge pull request #3414 from yuwenma/fix-pr
Browse files Browse the repository at this point in the history
fix: PR merge issue
  • Loading branch information
google-oss-prow[bot] authored Dec 18, 2024
2 parents 95b3225 + 3136e90 commit 10fabf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ spec:
properties:
external:
description: A reference to an externally managed BigQueryAnalyticsHubDataExchange
resource. Should be in the format "projects/<projectID>/locations/<location>/dataexchanges/<dataexchangeID>".
resource. Should be in the format "projects/{{projectID}}/locations/{{ocation}}/dataexchanges/{{dataexchangeID}}".
type: string
name:
description: The name of a BigQueryAnalyticsHubDataExchange resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ source:
</td>
<td>
<p><code class="apitype">string</code></p>
<p>{% verbatim %}A reference to an externally managed BigQueryAnalyticsHubDataExchange resource. Should be in the format "projects/<projectID>/locations/<location>/dataexchanges/<dataexchangeID>".{% endverbatim %}</p>
<p>{% verbatim %}A reference to an externally managed BigQueryAnalyticsHubDataExchange resource. Should be in the format "projects/{{projectID}}/locations/{{ocation}}/dataexchanges/{{dataexchangeID}}".{% endverbatim %}</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 10fabf0

Please sign in to comment.