Skip to content

Commit

Permalink
deploying new dag
Browse files Browse the repository at this point in the history
  • Loading branch information
vishreddy01 committed Feb 28, 2024
1 parent f8d32ee commit d7d6333
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions logs/dbt.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
13:45:48.463405 [debug] [MainThread]: Sending event: {'category': 'dbt', 'action': 'invocation', 'label': 'start', 'context': [<snowplow_tracker.self_describing_json.SelfDescribingJson object at 0x000001813DBFD890>, <snowplow_tracker.self_describing_json.SelfDescribingJson object at 0x000001813D9B7A10>, <snowplow_tracker.self_describing_json.SelfDescribingJson object at 0x000001813D4A67D0>]}


============================== 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': [<snowplow_tracker.self_describing_json.SelfDescribingJson object at 0x000001813D4B18D0>, <snowplow_tracker.self_describing_json.SelfDescribingJson object at 0x000001813D570390>, <snowplow_tracker.self_describing_json.SelfDescribingJson object at 0x000001813D49E050>]}
13:46:15.759950 [debug] [MainThread]: Flushing usage events
2 changes: 1 addition & 1 deletion pmt/af/DAG/pmt_dlh_load_dal_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d7d6333

Please sign in to comment.