diff --git a/README.md b/README.md index 90a26e7..1eb626a 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ The complete list of macros included are: - `not_one_of(string_list, relation or list)` - `matches(string, relation)` - `everything(relation)` +- `where(fn, relation)` where `fn` is the string name of a [Column type-checker](https://docs.getdbt.com/reference/dbt-classes/#column) (e.g. "is_number") Note that all of the select-helper functions that take a relation as an argument can optionally be passed a list of names instead. diff --git a/dbt_project.yml b/dbt_project.yml index 77b1741..ea5487a 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -3,7 +3,7 @@ # and underscores. A good package name should reflect your organization's # name or the intended use of these models name: 'dbtplyr' -version: '0.1.1' +version: '0.2.0' config-version: 2 require-dbt-version: ">=0.19.0" diff --git a/docs/catalog.json b/docs/catalog.json index 70a3840..d6eb6bb 100644 --- a/docs/catalog.json +++ b/docs/catalog.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "0.19.0", "generated_at": "2021-04-10T16:37:46.220893Z", "invocation_id": "02c1793a-12e3-403e-94f3-88d1e09499b8", "env": {}}, "nodes": {}, "sources": {}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "0.20.1", "generated_at": "2021-09-05T16:01:55.753633Z", "invocation_id": "5fde9619-1fac-4388-b0f3-13a0a7d66850", "env": {}}, "nodes": {}, "sources": {}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 360349a..ee9f297 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ - + @@ -16,9 +16,9 @@ - + - +
@@ -26,7 +26,7 @@