Skip to content

Commit

Permalink
Deploying to gh-pages from @ c6a93d2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Feb 19, 2024
1 parent 6d474a8 commit 70764be
Show file tree
Hide file tree
Showing 28 changed files with 40 additions and 40 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": "beb7f3f7-5447-48af-81a5-6f8097336c63", "linked": {"0": {"name": "source.datadex.public.threatened_animal_species", "type": "source"}, "1": {"name": "source.datadex.public.owid_co2_data", "type": "source"}, "2": {"name": "source.datadex.public.owid_energy_data", "type": "source", "succ": [4]}, "3": {"name": "source.datadex.public.co2_global_trend", "type": "source", "succ": [4]}, "4": {"name": "model.datadex.climate", "type": "model"}}}
{"_invocation_id": "033a2ed3-25b4-47b8-8049-54bcf67b0fa0", "linked": {"0": {"name": "source.datadex.public.threatened_animal_species", "type": "source"}, "1": {"name": "source.datadex.public.owid_co2_data", "type": "source"}, "2": {"name": "source.datadex.public.owid_energy_data", "type": "source", "succ": [4]}, "3": {"name": "source.datadex.public.co2_global_trend", "type": "source", "succ": [4]}, "4": {"name": "model.datadex.climate", "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.8", "generated_at": "2024-02-19T10:00:38.509085Z", "invocation_id": "beb7f3f7-5447-48af-81a5-6f8097336c63", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2024-02-19T10:00:38.496408Z", "completed_at": "2024-02-19T10:00:38.503736Z"}, {"name": "execute", "started_at": "2024-02-19T10:00:38.504955Z", "completed_at": "2024-02-19T10:00:38.504968Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.010768890380859375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.datadex.climate", "compiled": true, "compiled_code": "with\n energy_data as (\n select year, sum(solar_electricity) as solar_electricity\n from \"local\".\"public\".\"owid_energy_data\"\n where iso_code is not null and solar_electricity is not null and year >= 2014\n group by year\n ),\n co2_global_trend as (\n select year, avg(trend) as co2_trend\n from \"local\".\"public\".\"co2_global_trend\"\n group by year\n )\nselect\n energy_data.year,\n energy_data.solar_electricity,\n co2_global_trend.co2_trend as co2_trend\nfrom energy_data\nleft join co2_global_trend on energy_data.year = co2_global_trend.year", "relation_name": "\"local\".\"main\".\"climate\""}], "elapsed_time": 0.0625, "args": {"indirect_selection": "eager", "show_resource_report": false, "enable_legacy_logger": false, "project_dir": "/home/runner/work/datadex/datadex/dbt", "warn_error_options": {"include": [], "exclude": []}, "partial_parse": true, "log_format": "default", "which": "generate", "profiles_dir": ".", "cache_selected_only": false, "print": true, "quiet": false, "static_parser": true, "defer": false, "use_colors_file": true, "invocation_command": "dbt docs generate --profiles-dir .", "empty_catalog": false, "log_path": "/home/runner/work/datadex/datadex/dbt/logs", "vars": {}, "static": false, "strict_mode": false, "write_json": true, "use_colors": true, "log_file_max_bytes": 10485760, "send_anonymous_usage_stats": false, "log_format_file": "debug", "populate_cache": true, "macro_debugging": false, "printer_width": 80, "introspect": true, "log_level": "info", "log_level_file": "debug", "favor_state": false, "compile": true, "exclude": [], "select": [], "partial_parse_file_diff": true, "version_check": true}}
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v5.json", "dbt_version": "1.7.8", "generated_at": "2024-02-19T10:26:58.361670Z", "invocation_id": "033a2ed3-25b4-47b8-8049-54bcf67b0fa0", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2024-02-19T10:26:58.349009Z", "completed_at": "2024-02-19T10:26:58.356438Z"}, {"name": "execute", "started_at": "2024-02-19T10:26:58.357629Z", "completed_at": "2024-02-19T10:26:58.357642Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.010805606842041016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.datadex.climate", "compiled": true, "compiled_code": "with\n energy_data as (\n select year, sum(solar_electricity) as solar_electricity\n from \"local\".\"public\".\"owid_energy_data\"\n where iso_code is not null and solar_electricity is not null and year >= 2014\n group by year\n ),\n co2_global_trend as (\n select year, avg(trend) as co2_trend\n from \"local\".\"public\".\"co2_global_trend\"\n group by year\n )\nselect\n energy_data.year,\n energy_data.solar_electricity,\n co2_global_trend.co2_trend as co2_trend\nfrom energy_data\nleft join co2_global_trend on energy_data.year = co2_global_trend.year", "relation_name": "\"local\".\"main\".\"climate\""}], "elapsed_time": 0.06299591064453125, "args": {"log_format": "default", "populate_cache": true, "print": true, "project_dir": "/home/runner/work/datadex/datadex/dbt", "introspect": true, "partial_parse": true, "strict_mode": false, "warn_error_options": {"include": [], "exclude": []}, "which": "generate", "send_anonymous_usage_stats": false, "show_resource_report": false, "invocation_command": "dbt docs generate --profiles-dir .", "exclude": [], "log_level": "info", "compile": true, "log_path": "/home/runner/work/datadex/datadex/dbt/logs", "partial_parse_file_diff": true, "static": false, "empty_catalog": false, "profiles_dir": ".", "indirect_selection": "eager", "select": [], "use_colors": true, "static_parser": true, "defer": false, "version_check": true, "log_level_file": "debug", "log_file_max_bytes": 10485760, "write_json": true, "enable_legacy_logger": false, "cache_selected_only": false, "printer_width": 80, "macro_debugging": false, "quiet": false, "vars": {}, "use_colors_file": true, "favor_state": false, "log_format_file": "debug"}}
6 changes: 3 additions & 3 deletions notebooks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,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="1708336068628" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="2" data-listing-word-count-sort="275">
<div class="quarto-post image-right" data-index="0" data-listing-date-sort="1672531200000" data-listing-file-modified-sort="1708337746293" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="2" data-listing-word-count-sort="275">
<div class="thumbnail">
<p><a href="../notebooks/2024-01-01-Dashboard.html" class="no-external"></a></p><a href="../notebooks/2024-01-01-Dashboard.html" class="no-external">
<p><img src="https://www.freeiconspng.com/uploads/dashboard-icon-3.png" class="thumbnail-image"></p>
Expand All @@ -247,7 +247,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="1708336068628" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-word-count-sort="85">
<div class="quarto-post image-right" data-index="1" data-listing-date-sort="1672531200000" data-listing-file-modified-sort="1708337746293" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-word-count-sort="85">
<div class="thumbnail">
<p><a href="../notebooks/2023-01-01-Datadex.html" class="no-external"></a></p><a href="../notebooks/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 @@ -275,7 +275,7 @@ <h3 class="no-anchor listing-title">
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="2" data-listing-date-sort="1672531200000" data-listing-file-modified-sort="1708336068628" 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="2" data-listing-date-sort="1672531200000" data-listing-file-modified-sort="1708337746293" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="2" data-listing-word-count-sort="315">
<div class="thumbnail">
<p><a href="../notebooks/2023-11-01-Observable.html" class="no-external"></a></p><a href="../notebooks/2023-11-01-Observable.html" class="no-external">
<div class="listing-item-img-placeholder card-img-top" >&nbsp;</div>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 70764be

Please sign in to comment.