We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bdf56 commit 21b3a5eCopy full SHA for 21b3a5e
README.md
@@ -354,6 +354,23 @@ Usage:
354
```
355
{{ dbt_utils.get_url_parameter(field='page_url', url_parameter='utm_source') }}
356
357
+
358
+#### get_url_host ([source](macros/web/get_url_host.sql))
359
+This macro extracts a hostname from a column containing a url.
360
361
+Usage:
362
+```
363
+{{ dbt_utils.get_url_host(field='page_url') }}
364
365
366
+#### get_url_path ([source](macros/web/get_url_path.sql))
367
+This macro extracts a page path from a column containing a url.
368
369
370
371
372
373
374
---
375
### Materializations
376
#### insert_by_period ([source](macros/materializations/insert_by_period_materialization.sql))
0 commit comments