You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/docs/build/udfs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ User-defined functions (UDFs) enable you to define and register custom functions
10
10
11
11
UDFs are particularly valuable for sharing logic across multiple tools, standardizing complex business calculations, improving performance for compute-intensive operations (since they're compiled and optimized by your warehouse's query engine), and version controlling custom logic within your dbt project.
12
12
13
-
dbt creates, updates, and renames UDFs as part of DAG execution. The UDF is built in the warehouse before the model that references it.
13
+
dbt creates, updates, and renames UDFs as part of DAG execution. The UDF is built in the warehouse before the model that references it. Refer to [listing and selecting UDFs](/docs/build/udfs#listing-and-selecting-udfs) for more info on how to build UDFs in your project.
14
14
15
15
## Prerequisites
16
16
@@ -222,11 +222,11 @@ unit_tests:
222
222
223
223
## Listing and selecting UDFs
224
224
225
-
To listUDFs in your project, run`dbt list --select "resource_type:function"`or`dbt list --resource-type function`.
225
+
Use the [`list` command](/reference/commands/list#listing-functions) to list UDFs in your project: `dbt list --select "resource_type:function"` or `dbt list --resource-type function`.
226
226
227
-
To select UDFs when building a project, run`dbt build --select "resource_type:function"`.
227
+
Use the [`build` command](/reference/commands/build#functions) to select UDFs when building a project: `dbt build --select "resource_type:function"`.
228
228
229
-
For more information about selecting UDFs, see the examples in [Node selector methods](/reference/node-selection/methods).
229
+
For more information about selecting UDFs, see the examples in [Node selector methods](/reference/node-selection/methods#file).
230
230
231
231
## Limitations
232
232
- Creating UDFs in other languages (for example, Python, Java, or Scala) is not yet supported.
Copy file name to clipboardExpand all lines: website/docs/docs/cloud/connect-data-platform/connect-amazon-athena.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Connect <Constant name="cloud" /> to Amazon's Athena interactive query service t
23
23
| AWS S3 temp tables prefix | s3_tmp_table_dir | Prefix for storing temporary tables, if different from the connection's s3_data_dir | String | Optional | s3://bucket3/dbt/ |
24
24
| Poll interval | poll_interval | Interval in seconds to use for polling the status of query results in Athena | Integer| Optional | 5 |
25
25
| Query retries | num_retries | Number of times to retry a failing query | Integer| Optional | 3 |
26
-
| Boto3 retries | num_boto3_retries| Number of times to retry boto3 requests (e.g. deleting S3 files for materialized tables)| Integer | Optional | 5 |
26
+
| Boto3 retries | num_boto3_retries| Number of times to retry boto3 requests (for example, deleting S3 files for materialized tables)| Integer | Optional | 5 |
27
27
| Iceberg retries | num_iceberg_retries| Number of times to retry iceberg commit queries to fix ICEBERG_COMMIT_ERROR | Integer | Optional | 0 |
Copy file name to clipboardExpand all lines: website/docs/docs/cloud/secure/az-postgres-private-link.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ From your Azure portal:
29
29
- Postgres Flexible Server name:
30
30
- Azure Database for Postgres Flexible Server resource ID:
31
31
- dbt Azure multi-tenant environment (EMEA):
32
-
- Azure Postgres server region (e.g., WestEurope, NorthEurope):
32
+
- Azure Postgres server region (for example, WestEurope, NorthEurope):
33
33
```
34
34
5. Once our support team confirms the endpoint has been created, navigate to the Azure Database for Postgres Flexible Server in the Azure Portal and browse to **Settings** > **Networking**. In the **Private Endpoints** section, highlight the `dbt` named option and select **Approve**. Confirm with Support that the connection has been approved so they can validate the connection and make it available for use in <Constant name="cloud" />.
Copy file name to clipboardExpand all lines: website/docs/docs/cloud/secure/az-synapse-private-link.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ From your Azure portal:
29
29
- Server name:
30
30
- Azure Synapse workspace resource ID:
31
31
- dbt Azure multi-tenant environment (EMEA):
32
-
- Azure Synapse workspace region (e.g., WestEurope, NorthEurope):
32
+
- Azure Synapse workspace region (for example, WestEurope, NorthEurope):
33
33
```
34
34
5. Once our support team confirms the the endpoint has been created, navigate to the Azure Synapse workspace in the Azure Portal and browse to **Security** > **Private endpoint connections**. In the **Private endpoint connections** table, highlight the `dbt` named option and select **Approve**. Confirm with Support that the connection has been approved so they can validate the connection and make it available for use in <Constant name="cloud" />.
Copy file name to clipboardExpand all lines: website/docs/docs/cloud/use-dbt-copilot.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This page explains how to use <Constant name="copilot" /> to:
21
21
-[Generate and edit SQL inline](#generate-and-edit-sql-inline)— Use natural language prompts to generate SQL code from scratch or to edit existing SQL file by using keyboard shortcuts or highlighting code in the [<Constantname="cloud_ide" />](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud).
22
22
-[Build visual models](#build-visual-models)— Use <Constantname="copilot" /> to generate models in [<Constantname="visual_editor" />](/docs/cloud/use-canvas) with natural language prompts.
23
23
-[Build queries](#build-queries)— Use <Constantname="copilot" /> to generate queries in [<Constantname="query_page" />](/docs/explore/dbt-insights) for exploratory data analysis using natural language prompts.
24
-
-[Analyze data with the <Constantname="copilot" /> agent](#analyze-data-with-the-copilot-agent)— Use <Constantname="copilot" /> to analyze your data and get contextualized results in real time by asking a natural language question to the <Constantname="copilot" /> agent.
24
+
-[Analyze data with the Analyst agent](#analyze-data-with-the-analyst-agent)— Use <Constantname="copilot" /> to analyze your data and get contextualized results in real time by asking a natural language question to the Analyst agent.
25
25
26
26
:::tip
27
27
Check out our [dbt Copilot on-demand course](https://learn.getdbt.com/learn/course/dbt-copilot/welcome-to-dbt-copilot/welcome-5-mins) to learn how to use <Constantname="copilot" /> to generate resources, and more!
@@ -59,21 +59,23 @@ To begin building SQL queries with natural language prompts in <Constant name="q
59
59
60
60
<Lightboxsrc="/img/docs/dbt-insights/insights-copilot.gif"width="95%"title="dbt Copilot in dbt Insights" />
61
61
62
-
## Analyze data with the Copilot agent <Lifecyclestatus='private_beta' />
62
+
## Analyze data with the Analyst agent <Lifecyclestatus='private_beta' />
63
63
64
-
Use dbt <Constantname="copilot" /> to analyze your data and get contextualized results in real time by asking natural language questions to the [<Constantname="query_page" />](/docs/explore/dbt-insights) <Constantname="copilot" /> agent. Before you begin, make sure you can [access <Constantname="query_page" />](/docs/explore/access-dbt-insights).
64
+
Use dbt <Constantname="copilot" /> to analyze your data and get contextualized results in real time by asking natural language questions to the [<Constantname="query_page" />](/docs/explore/dbt-insights) Analyst agent. To request access to the Analyst agent, [join the waitlist](https://www.getdbt.com/product/dbt-agents#dbt-Agents-signup).
65
+
66
+
Before you begin, make sure you can [access <Constantname="query_page" />](/docs/explore/access-dbt-insights).
65
67
66
68
1. Click the **<Constantname="copilot" />** icon in the Query console sidebar menu.
67
69
2. Click **Agent**.
68
70
3. In the dbt <Constantname="copilot" /> prompt box, enter your question.
69
71
4. Click **↑** to submit your question.
70
72
71
-
The <Constantname="copilot" /> agent then translates natural language questions into structured queries, executes queries against governed dbt models and metrics, and returns results with references, assumptions, and possible next steps.
73
+
The agent then translates natural language questions into structured queries, executes queries against governed dbt models and metrics, and returns results with references, assumptions, and possible next steps.
72
74
73
-
The <Constantname="copilot" /> agent can loop through these steps multiple times if it hasn't reached a complete answer, allowing for complex, multi-step analysis.
75
+
The agent can loop through these steps multiple times if it hasn't reached a complete answer, allowing for complex, multi-step analysis.
74
76
75
-
5. Confirm the results or continue asking the <Constantname="copilot" /> agent for more insights about your data.
77
+
5. Confirm the results or continue asking the agent for more insights about your data.
76
78
77
-
Your conversation with the <Constantname="copilot" /> agent remains even if you switch tabs within dbt <Constantname="query_page" />. However, they disappear when you navigate out of <Constantname="query_page" /> or when you close your browser.
79
+
Your conversation with the agent remains even if you switch tabs within dbt <Constantname="query_page" />. However, they disappear when you navigate out of <Constantname="query_page" /> or when you close your browser.
78
80
79
-
<Lightboxsrc="/img/docs/dbt-insights/insights-copilot-agent.png"width="60%"title="Using the Copilot agent in Insights" />
81
+
<Lightboxsrc="/img/docs/dbt-insights/insights-copilot-agent.png"width="60%"title="Using the Analyst agent in Insights" />
0 commit comments