diff --git a/logs/dbt.log b/logs/dbt.log new file mode 100644 index 0000000..c084225 --- /dev/null +++ b/logs/dbt.log @@ -0,0 +1,27 @@ +13:45:48.463405 [debug] [MainThread]: Sending event: {'category': 'dbt', 'action': 'invocation', 'label': 'start', 'context': [, , ]} + + +============================== 13:45:48.467412 | 080aa687-e9bf-47e0-9b51-2cd1e020ef1d ============================== +13:45:48.467412 [info ] [MainThread]: Running with dbt=1.6.2 +13:45:48.468404 [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', 'debug': 'False', 'fail_fast': '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', 'static_parser': 'True', 'introspect': 'True', 'warn_error_options': 'WarnErrorOptions(include=[], exclude=[])', 'target_path': 'None', 'invocation_command': 'dbt init', 'send_anonymous_usage_stats': 'True'} +13:46:04.910652 [debug] [MainThread]: Starter project path: C:\Users\VREDDY\AppData\Local\Programs\Python\Python311\Lib\site-packages\dbt\include\starter_project +13:46:04.962637 [info ] [MainThread]: +Your new dbt project "pmt_dbt" was created! + +For more information on how to configure the profiles.yml file, +please consult the dbt documentation here: + + https://docs.getdbt.com/docs/configure-your-profile + +One more thing: + +Need help? Don't hesitate to reach out to us via GitHub issues or on Slack: + + https://community.getdbt.com/ + +Happy modeling! + +13:46:04.963648 [info ] [MainThread]: Setting up your profile. +13:46:15.758932 [debug] [MainThread]: Command `dbt init` succeeded at 13:46:15.758932 after 27.32 seconds +13:46:15.758932 [debug] [MainThread]: Sending event: {'category': 'dbt', 'action': 'invocation', 'label': 'end', 'context': [, , ]} +13:46:15.759950 [debug] [MainThread]: Flushing usage events diff --git a/pmt/af/DAG/pmt_dlh_load_dal_extract.py b/pmt/af/DAG/pmt_dlh_load_dal_extract.py index 4f4d45b..a6a4a90 100644 --- a/pmt/af/DAG/pmt_dlh_load_dal_extract.py +++ b/pmt/af/DAG/pmt_dlh_load_dal_extract.py @@ -10,7 +10,7 @@ dlh_password = Variable.get("dlh_password") with DAG( - start_date=datetime(2024, 2, 20), + start_date=datetime(2024, 2, 27), catchup=False, schedule=None, dag_id="pmt_dlh_load_dal_extract",