Skip to content

Commit

Permalink
Deploying to gh-pages from @ ec50f65 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Dec 11, 2023
1 parent a4dac0d commit 92a2e51
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dbt/catalog.json

Large diffs are not rendered by default.

Binary file modified dbt/graph.gpickle
Binary file not shown.
2 changes: 1 addition & 1 deletion dbt/graph_summary.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"_invocation_id": "e7d1d603-dd06-42f7-93ae-0c92ecc1feeb", "linked": {"0": {"name": "source.datadex.web.energy", "type": "source", "succ": [5]}, "1": {"name": "source.datadex.web.co2_global_trend", "type": "source", "succ": [7]}, "2": {"name": "source.datadex.public.raw_threatened_animal_species", "type": "source", "succ": [6]}, "3": {"name": "source.datadex.public.raw_owid_co2_data", "type": "source", "succ": [4]}, "4": {"name": "model.datadex.climate_owid_co2_by_country", "type": "model"}, "5": {"name": "model.datadex.climate_energy", "type": "model"}, "6": {"name": "model.datadex.climate_theatened_animal_species", "type": "model"}, "7": {"name": "model.datadex.climate_co2_global_trend", "type": "model"}}}
{"_invocation_id": "e5cea9e7-826f-40db-a1af-34c132e4cac2", "linked": {"0": {"name": "source.datadex.web.energy", "type": "source", "succ": [5]}, "1": {"name": "source.datadex.web.co2_global_trend", "type": "source", "succ": [7]}, "2": {"name": "source.datadex.public.raw_threatened_animal_species", "type": "source", "succ": [6]}, "3": {"name": "source.datadex.public.raw_owid_co2_data", "type": "source", "succ": [4]}, "4": {"name": "model.datadex.climate_owid_co2_by_country", "type": "model"}, "5": {"name": "model.datadex.climate_energy", "type": "model"}, "6": {"name": "model.datadex.climate_theatened_animal_species", "type": "model"}, "7": {"name": "model.datadex.climate_co2_global_trend", "type": "model"}}}
2 changes: 1 addition & 1 deletion dbt/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dbt/run_results.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v5.json", "dbt_version": "1.7.3", "generated_at": "2023-12-11T15:36:30.030948Z", "invocation_id": "e7d1d603-dd06-42f7-93ae-0c92ecc1feeb", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-11T15:36:29.999593Z", "completed_at": "2023-12-11T15:36:30.014677Z"}, {"name": "execute", "started_at": "2023-12-11T15:36:30.019145Z", "completed_at": "2023-12-11T15:36:30.019159Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.028304576873779297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.datadex.climate_co2_global_trend", "compiled": true, "compiled_code": "with\n source as (select * from 'https://gml.noaa.gov/webdata/ccgg/trends/co2/co2_trend_gl.csv'),\n\n renamed as (\n select make_date(year, month, day) as date, trend from source order by 1 asc\n )\n\nselect *\nfrom renamed", "relation_name": "\"local\".\"main\".\"climate_co2_global_trend\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-11T15:36:30.006869Z", "completed_at": "2023-12-11T15:36:30.015962Z"}, {"name": "execute", "started_at": "2023-12-11T15:36:30.020352Z", "completed_at": "2023-12-11T15:36:30.020360Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.028536558151245117, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.datadex.climate_energy", "compiled": true, "compiled_code": "select * from 'https://raw.githubusercontent.com/owid/energy-data/master/owid-energy-data.csv'", "relation_name": "\"local\".\"main\".\"climate_energy\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-11T15:36:30.009405Z", "completed_at": "2023-12-11T15:36:30.017263Z"}, {"name": "execute", "started_at": "2023-12-11T15:36:30.022726Z", "completed_at": "2023-12-11T15:36:30.022732Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.029285669326782227, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.datadex.climate_owid_co2_by_country", "compiled": true, "compiled_code": "select country, iso_code, year, co2 from \"local\".\"public\".\"raw_owid_co2_data\"", "relation_name": "\"local\".\"main\".\"climate_owid_co2_by_country\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-11T15:36:30.012151Z", "completed_at": "2023-12-11T15:36:30.018452Z"}, {"name": "execute", "started_at": "2023-12-11T15:36:30.024375Z", "completed_at": "2023-12-11T15:36:30.024382Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.028895854949951172, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.datadex.climate_theatened_animal_species", "compiled": true, "compiled_code": "select * from \"local\".\"public\".\"raw_threatened_animal_species\"", "relation_name": "\"local\".\"main\".\"climate_theatened_animal_species\""}], "elapsed_time": 0.21500921249389648, "args": {"empty_catalog": false, "log_level": "info", "enable_legacy_logger": false, "printer_width": 80, "select": [], "vars": {}, "static": false, "populate_cache": true, "quiet": false, "warn_error_options": {"include": [], "exclude": []}, "which": "generate", "invocation_command": "dbt docs generate --profiles-dir .", "print": true, "compile": true, "log_level_file": "debug", "cache_selected_only": false, "log_file_max_bytes": 10485760, "exclude": [], "show_resource_report": false, "partial_parse_file_diff": true, "static_parser": true, "strict_mode": false, "log_path": "/home/runner/work/datadex/datadex/dbt/logs", "log_format_file": "debug", "profiles_dir": ".", "partial_parse": true, "defer": false, "indirect_selection": "eager", "use_colors": true, "favor_state": false, "version_check": true, "macro_debugging": false, "write_json": true, "send_anonymous_usage_stats": false, "project_dir": "/home/runner/work/datadex/datadex/dbt", "introspect": true, "use_colors_file": true, "log_format": "default"}}
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v5.json", "dbt_version": "1.7.3", "generated_at": "2023-12-11T16:20:53.029908Z", "invocation_id": "e5cea9e7-826f-40db-a1af-34c132e4cac2", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-11T16:20:53.004377Z", "completed_at": "2023-12-11T16:20:53.013157Z"}, {"name": "execute", "started_at": "2023-12-11T16:20:53.017280Z", "completed_at": "2023-12-11T16:20:53.017297Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.028478622436523438, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.datadex.climate_energy", "compiled": true, "compiled_code": "select * from 'https://raw.githubusercontent.com/owid/energy-data/master/owid-energy-data.csv'", "relation_name": "\"local\".\"main\".\"climate_energy\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-11T16:20:52.996455Z", "completed_at": "2023-12-11T16:20:53.013948Z"}, {"name": "execute", "started_at": "2023-12-11T16:20:53.019088Z", "completed_at": "2023-12-11T16:20:53.019098Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.032381534576416016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.datadex.climate_co2_global_trend", "compiled": true, "compiled_code": "with\n source as (select * from 'https://gml.noaa.gov/webdata/ccgg/trends/co2/co2_trend_gl.csv'),\n\n renamed as (\n select make_date(year, month, day) as date, trend from source order by 1 asc\n )\n\nselect *\nfrom renamed", "relation_name": "\"local\".\"main\".\"climate_co2_global_trend\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-11T16:20:53.007188Z", "completed_at": "2023-12-11T16:20:53.015420Z"}, {"name": "execute", "started_at": "2023-12-11T16:20:53.021208Z", "completed_at": "2023-12-11T16:20:53.021217Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.031001567840576172, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.datadex.climate_owid_co2_by_country", "compiled": true, "compiled_code": "select country, iso_code, year, co2 from \"local\".\"public\".\"raw_owid_co2_data\"", "relation_name": "\"local\".\"main\".\"climate_owid_co2_by_country\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-12-11T16:20:53.010169Z", "completed_at": "2023-12-11T16:20:53.016044Z"}, {"name": "execute", "started_at": "2023-12-11T16:20:53.021876Z", "completed_at": "2023-12-11T16:20:53.021884Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.030479907989501953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.datadex.climate_theatened_animal_species", "compiled": true, "compiled_code": "select * from \"local\".\"public\".\"raw_threatened_animal_species\"", "relation_name": "\"local\".\"main\".\"climate_theatened_animal_species\""}], "elapsed_time": 0.2356419563293457, "args": {"log_path": "/home/runner/work/datadex/datadex/dbt/logs", "print": true, "version_check": true, "select": [], "exclude": [], "static_parser": true, "profiles_dir": ".", "enable_legacy_logger": false, "project_dir": "/home/runner/work/datadex/datadex/dbt", "send_anonymous_usage_stats": false, "warn_error_options": {"include": [], "exclude": []}, "empty_catalog": false, "strict_mode": false, "show_resource_report": false, "populate_cache": true, "use_colors_file": true, "printer_width": 80, "invocation_command": "dbt docs generate --profiles-dir .", "favor_state": false, "vars": {}, "compile": true, "macro_debugging": false, "cache_selected_only": false, "log_format_file": "debug", "defer": false, "introspect": true, "which": "generate", "log_level_file": "debug", "partial_parse": true, "static": false, "write_json": true, "log_file_max_bytes": 10485760, "indirect_selection": "eager", "quiet": false, "use_colors": true, "partial_parse_file_diff": true, "log_level": "info", "log_format": "default"}}
4 changes: 2 additions & 2 deletions reports/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h1 class="title">Notebooks</h1>

<div class="quarto-listing quarto-listing-container-default" id="listing-listing">
<div class="list quarto-listing-default">
<div class="quarto-post image-right" data-index="0" data-listing-date-sort="1672531200000" data-listing-file-modified-sort="1702308906010" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-word-count-sort="100">
<div class="quarto-post image-right" data-index="0" data-listing-date-sort="1672531200000" data-listing-file-modified-sort="1702311558394" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-word-count-sort="100">
<div class="thumbnail">
<p><a href="../reports/2023-01-01-Datadex.html" class="no-external"></a></p><a href="../reports/2023-01-01-Datadex.html" class="no-external">
<p class="card-img-top"><img src="2023-01-01-Datadex_files/figure-html/fig-charts-output-1.png" class="thumbnail-image card-img"/></p>
Expand Down Expand Up @@ -228,7 +228,7 @@ <h3 class="no-anchor listing-title">
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="1" data-listing-date-sort="1672531200000" data-listing-file-modified-sort="1702308906010" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="2" data-listing-word-count-sort="315">
<div class="quarto-post image-right" data-index="1" data-listing-date-sort="1672531200000" data-listing-file-modified-sort="1702311558394" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="2" data-listing-word-count-sort="315">
<div class="thumbnail">
<p><a href="../reports/2023-11-01-Observable.html" class="no-external"></a></p><a href="../reports/2023-11-01-Observable.html" class="no-external">
<div class="listing-item-img-placeholder card-img-top" >&nbsp;</div>
Expand Down

0 comments on commit 92a2e51

Please sign in to comment.