fix typo in readme.md

This commit is contained in:
shah 2024-11-05 16:19:38 -08:00 committed by Julius Remigio
parent 6a9f4c343a
commit c8dce1d376

View File

@ -469,7 +469,7 @@ When False, none of the on-run-start macros are executed on model run
Default values are False
* Usage:
`dbt run --vars` '{"UPDATE_UDFS_AND_SPS":True}' -m ...`
`dbt run --vars '{"UPDATE_UDFS_AND_SPS":True}' -m ...`
Dropping and creating udfs can also be done without running a model: