Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
paul.marcombes committed Mar 3, 2025
1 parent 910cd0a commit ec17ea7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bigfun/templates/bigfunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ search:
??? success "Call `{{ name }}` directly"

**The easiest way to use bigfunctions**

- `{{ name }}` function is deployed in 39 public datasets for all of the 39 BigQuery regions.
- It can be called by anyone. Just copy / paste examples below in your BigQuery console. It just works!
- *(You need to use the dataset in the same region as your datasets otherwise you may have a function not found error)*
Expand Down Expand Up @@ -69,7 +69,7 @@ search:

{% if secrets is defined -%}
**Requirements**

`{{ name }}` uses the following secrets. Get them by reading the documentation link and store them in [Google Secret Manager](https://console.cloud.google.com/security/secret-manager){ target="_blank" } in the project where you deploy the function (and give Accessor role to the service account of the function):

| name | description | documentation to get the secret |
Expand Down Expand Up @@ -300,22 +300,22 @@ from sample_data
??? question "Need help or Found a bug using `{{ name }}`?"

??? success "Get help using `{{ name }}`"

The community can help! Engage the conversation on [Slack](https://join.slack.com/t/unytics/shared_invite/zt-1gbv491mu-cs03EJbQ1fsHdQMcFN7E1Q)

**We also provide [professional suppport](../chat_with_us.md)**.


??? success "Report a bug about `{{ name }}`"

If the function does not work as expected, please

- [report a bug](https://github.com/unytics/bigfunctions/issues/new/choose) so that it can be improved.
- or open the discussion with the community on [Slack](https://join.slack.com/t/unytics/shared_invite/zt-1gbv491mu-cs03EJbQ1fsHdQMcFN7E1Q).

**We also provide [professional suppport](../chat_with_us.md)**.





Expand Down

0 comments on commit ec17ea7

Please sign in to comment.