Skip to content

Commit 3ced544

Browse files
committed
Merge main
1 parent 854a34e commit 3ced544

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ From the [SELECT](https://select.dev) team, a dbt package to automatically tag d
2323
"materialized": "incremental",
2424
"is_incremental": true,
2525
"node_refs": [
26-
[
27-
"raw_orders"
28-
],
29-
[
30-
"product_mapping"
31-
]
26+
"raw_orders",
27+
"product_mapping"
3228
]
3329
}
3430
```

0 commit comments

Comments
 (0)