mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 20:34:03 +00:00
21 lines
990 B
YAML
21 lines
990 B
YAML
version: 2
|
|
|
|
macros:
|
|
- name: address_to_coordinates
|
|
description: '{{ doc("macro_address_to_coordinates") }}'
|
|
arguments:
|
|
- name: address_line_one
|
|
type: string
|
|
description: The first line of the address, typically representing the primary address information such as street number, name, and building name.
|
|
- name: address_line_two
|
|
type: string
|
|
description: The second line of the address, used to provide additional address details if needed, such as apartment number, suite number, or floor.
|
|
- name: postcode
|
|
type: integer
|
|
description: The postal code or ZIP code of the address, which identifies a specific geographic area.
|
|
- name: district_name
|
|
type: string
|
|
description: The name of the district or neighborhood where the address is located.
|
|
- name: state_name
|
|
type: string
|
|
description: The name of the state or region where the address is situated. |