diff --git a/logs/dbt.log b/logs/dbt.log index 418fd9d..c369782 100644 --- a/logs/dbt.log +++ b/logs/dbt.log @@ -39,3 +39,17 @@ Runtime Error 14:37:37.566372 [debug] [MainThread]: Command `dbt snapshot` failed at 14:37:37.566372 after 0.04 seconds 14:37:37.566372 [debug] [MainThread]: Sending event: {'category': 'dbt', 'action': 'invocation', 'label': 'end', 'context': [, , ]} 14:37:37.566372 [debug] [MainThread]: Flushing usage events +13:17:47.324010 [debug] [MainThread]: Sending event: {'category': 'dbt', 'action': 'invocation', 'label': 'start', 'context': [, , ]} + + +============================== 13:17:47.334168 | 82b3665c-e5af-42e3-bce5-e00a293fe9d5 ============================== +13:17:47.334168 [info ] [MainThread]: Running with dbt=1.6.2 +13:17:47.334168 [debug] [MainThread]: running dbt with arguments {'printer_width': '80', 'indirect_selection': 'eager', 'write_json': 'True', 'log_cache_events': 'False', 'partial_parse': 'True', 'cache_selected_only': 'False', 'profiles_dir': 'C:\\Users\\VREDDY\\.dbt', 'fail_fast': 'False', 'debug': 'False', 'log_path': 'logs', 'version_check': 'True', 'warn_error': 'None', 'use_colors': 'True', 'use_experimental_parser': 'False', 'no_print': 'None', 'quiet': 'False', 'log_format': 'default', 'invocation_command': 'dbt docs generate', 'static_parser': 'True', 'warn_error_options': 'WarnErrorOptions(include=[], exclude=[])', 'target_path': 'None', 'introspect': 'True', 'send_anonymous_usage_stats': 'True'} +13:17:47.335148 [error] [MainThread]: Encountered an error: +Runtime Error + No dbt_project.yml found at expected path C:\Users\VREDDY\Softwares\nr-dap-dlh\dbt_project.yml + Verify that each entry within packages.yml (and their transitive dependencies) contains a file named dbt_project.yml + +13:17:47.336167 [debug] [MainThread]: Command `dbt docs generate` failed at 13:17:47.336167 after 0.04 seconds +13:17:47.336167 [debug] [MainThread]: Sending event: {'category': 'dbt', 'action': 'invocation', 'label': 'end', 'context': [, , ]} +13:17:47.336167 [debug] [MainThread]: Flushing usage events diff --git a/pmt/dbt/pmt_dbt/profiles.yml b/pmt/dbt/pmt_dbt/profiles.yml index d74470f..4619711 100644 --- a/pmt/dbt/pmt_dbt/profiles.yml +++ b/pmt/dbt/pmt_dbt/profiles.yml @@ -7,7 +7,8 @@ pmt_dbt: host: theory.bcgov port: 5443 user: dlh_admin_user - pass: "{{ env_var('dlh_password') }}" + #pass: "{{ env_var('dlh_password') }}" + pass: Agf#6Lhouse723 dbname: lhousedev schema: public diff --git a/pmt/dbt/pmt_dbt/snapshots/dpl/qa_dpl_pmt.yml b/pmt/dbt/pmt_dbt/snapshots/dpl/qa_dpl_pmt.yml index fd3d7de..49af416 100644 --- a/pmt/dbt/pmt_dbt/snapshots/dpl/qa_dpl_pmt.yml +++ b/pmt/dbt/pmt_dbt/snapshots/dpl/qa_dpl_pmt.yml @@ -17,8 +17,7 @@ models: - CORP - name: dim_source_system - description: >- - This table holds the values for each source system for X-NRS report. Below are source systems values + description: This table holds the values for each source system for X-NRS report. Below are source systems values columns: - name: src_sys_code tests: