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
This plugin is designed to optimize BigQuery resource usage by automatically assigning compute reservations to Dataform actions based on predefined configuration. This system enables businesses to efficiently manage their BigQuery costs and resource allocation with minimal manual intervention.
7
+
This package is designed to optimize BigQuery resource usage by automatically assigning compute reservations to Dataform actions based on predefined configuration. This system enables businesses to efficiently manage their BigQuery costs and resource allocation with minimal manual intervention.
8
8
9
9
## Key Benefits
10
10
@@ -22,17 +22,17 @@ Add the dependency to your `package.json`:
22
22
```json
23
23
{
24
24
"dependencies": {
25
-
"@masthead-data/dataform-plugin": "0.0.2"
25
+
"@masthead-data/dataform-package": "0.0.1"
26
26
}
27
27
}
28
28
```
29
29
30
30
and click **Install Packages** in Dataform UI.
31
31
32
-
Then, import the plugin and create a setter function in your global scope under `/includes` directory:
32
+
Then, import the package and create a setter function in your global scope under `/includes` directory:
0 commit comments