Files
dbt-snowflake/.changes/unreleased/Fixes-20240516-224134.yaml
Kshitij Aranke d0a259f4c9 Implement get_catalog_for_single_relation macro (#1064)
* Allow enabling/disabling stats collection on catalog table using env var

* Implement get_relation_metadata macro

* Discard changes to dbt/include/snowflake/macros/catalog.sql

* Import artifacts from dbt_common

* fix dbt_common import

* Use get_relation_metadata from dbt-common

* Update Fixes-20240516-224134.yaml

* use snowflakerelation

* add broken test

* wip

* add test for get_catalog_for_single_relation

* wip

* hardcode macro name

* fix docs_generate test

* address pr comments

* update changie, add type sigs

* Use enum values for comparison

* remove mv

* Discard changes to dev-requirements.txt

* Discard changes to setup.py

* Bump pins on dbt-common and dbt-adapters

---------

Co-authored-by: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com>
Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
2024-06-21 12:02:40 -07:00

7 lines
234 B
YAML

kind: Fixes
body: Get catalog metadata for a single relation in the most optimized way using the get_catalog_for_single_relation macro and capability
time: 2024-05-16T22:41:34.256095+01:00
custom:
Author: aranke
Issue: "1048"