From b2712b94986a6fca601425866334cd17541d4d70 Mon Sep 17 00:00:00 2001 From: jonhopper-dataengineers Date: Sat, 30 Jul 2022 13:08:58 +1200 Subject: [PATCH] reloacted yml files --- macros/{docs => file_formats}/file_formats.yml | 3 +-- macros/{docs => generic}/generic.yml | 0 macros/{docs => source_tables}/source_tables.yml | 0 macros/{docs => stages}/stages.yml | 0 macros/{docs => stored_procedures}/stored_procedures.yml | 0 macros/{docs => streams}/streams.yml | 0 macros/{docs => tasks}/tasks.yml | 8 +++----- 7 files changed, 4 insertions(+), 7 deletions(-) rename macros/{docs => file_formats}/file_formats.yml (89%) rename macros/{docs => generic}/generic.yml (100%) rename macros/{docs => source_tables}/source_tables.yml (100%) rename macros/{docs => stages}/stages.yml (100%) rename macros/{docs => stored_procedures}/stored_procedures.yml (100%) rename macros/{docs => streams}/streams.yml (100%) rename macros/{docs => tasks}/tasks.yml (80%) diff --git a/macros/docs/file_formats.yml b/macros/file_formats/file_formats.yml similarity index 89% rename from macros/docs/file_formats.yml rename to macros/file_formats/file_formats.yml index 4a08b10..e0800c1 100644 --- a/macros/docs/file_formats.yml +++ b/macros/file_formats/file_formats.yml @@ -1,8 +1,7 @@ version: 2 macros: - - + - name: snowflake_create_fileformat_statement docs: show: false \ No newline at end of file diff --git a/macros/docs/generic.yml b/macros/generic/generic.yml similarity index 100% rename from macros/docs/generic.yml rename to macros/generic/generic.yml diff --git a/macros/docs/source_tables.yml b/macros/source_tables/source_tables.yml similarity index 100% rename from macros/docs/source_tables.yml rename to macros/source_tables/source_tables.yml diff --git a/macros/docs/stages.yml b/macros/stages/stages.yml similarity index 100% rename from macros/docs/stages.yml rename to macros/stages/stages.yml diff --git a/macros/docs/stored_procedures.yml b/macros/stored_procedures/stored_procedures.yml similarity index 100% rename from macros/docs/stored_procedures.yml rename to macros/stored_procedures/stored_procedures.yml diff --git a/macros/docs/streams.yml b/macros/streams/streams.yml similarity index 100% rename from macros/docs/streams.yml rename to macros/streams/streams.yml diff --git a/macros/docs/tasks.yml b/macros/tasks/tasks.yml similarity index 80% rename from macros/docs/tasks.yml rename to macros/tasks/tasks.yml index 5b78203..30e2cc8 100644 --- a/macros/docs/tasks.yml +++ b/macros/tasks/tasks.yml @@ -8,11 +8,9 @@ macros: This macro should be added to the `on-run-end` hook after the `dbt_dataengineers_utils.grant_privileges` macro has been run. It will enable any task defined within dbt. - Usage within dbt_project.yml: - ```yml - on-run-end: - - "\{\{ dbt_dataengineers_materilizations.enable_tasks() \}\}" - ``` + ```yml + dbt_dataengineers_materilizations.enable_tasks() + ``` docs: show: true