Skip to content

Commit d241816

Browse files
committed
feat(bigquery usage): update README
1 parent b3dc70c commit d241816

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/extractors/bigquery/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Leaving `credentials_json` blank will default to [Google's default authenticatio
5252
| `profile.total_rows` | `2100` |
5353
| `profile.usage_count` | `15` |
5454
| `profile.common_join` | [][CommonJoin](#CommonJoin) |
55+
| `profile.filter_conditions` | [`"WHERE t.param_3 = 'the_param' AND t.column_1 = \"xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx\""`,`"WHERE event_timestamp >= TIMESTAMP(\"2021-10-29\", \"UTC\") AND event_timestamp < TIMESTAMP(\"2021-11-22T02:01:06Z\")"`] |
5556
| `schema` | [][Column](#column) |
5657

5758
### Column
@@ -71,6 +72,7 @@ Leaving `credentials_json` blank will default to [Google's default authenticatio
7172
| :---- | :---- |
7273
| `urn` | `project_id.dataset_name.table_name` |
7374
| `count` | `3` |
75+
| `conditions` | [`"ON target.column_1 = source.column_1 and target.param_name = source.param_name"`,`"ON DATE(target.event_timestamp) = DATE(source.event_timestamp)"`] |
7476

7577

7678
## Contributing

0 commit comments

Comments
 (0)