Skip to content

Commit

Permalink
Update cross-database-macros.md
Browse files Browse the repository at this point in the history
addversions
  • Loading branch information
mirnawong1 authored Apr 16, 2024
1 parent 76d9f44 commit cfec9ec
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,9 @@ array_to_string(
### cast

**Availability**:
dbt v1.8 or higher
dbt v1.8 or higher. For more information, select the version from the documentation navigation menu.

<VersionBlock firstVersion="1.8">

__Args__:

Expand All @@ -808,6 +810,8 @@ This macro casts a value to the specified data type. Unlike [safe\_cast](#safe_c
cast('2016-03-09' as date)
```

</VersionBlock>

### cast_bool_to_text
__Args__:

Expand Down

0 comments on commit cfec9ec

Please sign in to comment.