mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
minor update to readme
This commit is contained in:
parent
ef8796e158
commit
a3b2e173ca
@ -34,7 +34,7 @@ The `fsc_utils` dbt package is a centralized repository consisting of various db
|
||||
{% endset %}
|
||||
{% do run_query(sql) %}
|
||||
```
|
||||
3. Note: fsc_utils.create_udfs() takes two parameters (drop_=False, schema=utils). Set `drop_` to `True` to drop existing functions or define `schema` for the functions (default set to `utils`). Params not required.
|
||||
3. Note: fsc_utils.create_udfs() takes two parameters (drop_=False, schema="utils"). Set `drop_` to `True` to drop existing functions or define `schema` for the functions (default set to `utils`). Params not required.
|
||||
4. Navigate to `packages.yml` in your respective repo.
|
||||
5. Add the following:
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user