Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8edf199 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Jan 15, 2024
1 parent 023d148 commit 292d649
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.537">
<meta name="generator" content="quarto-1.4.542">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down
2 changes: 1 addition & 1 deletion dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.537">
<meta name="generator" content="quarto-1.4.542">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down
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": "1f677d3c-d88f-4ead-92c1-d03df444c253", "linked": {"0": {"name": "source.datadex.web.energy", "type": "source", "succ": [7]}, "1": {"name": "source.datadex.web.co2_global_trend", "type": "source", "succ": [5]}, "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_co2_global_trend", "type": "model"}, "6": {"name": "model.datadex.climate_theatened_animal_species", "type": "model"}, "7": {"name": "model.datadex.climate_energy", "type": "model"}}}
{"_invocation_id": "0ef5ca7f-10a4-4f5f-ba90-33ad96be8252", "linked": {"0": {"name": "source.datadex.web.energy", "type": "source", "succ": [7]}, "1": {"name": "source.datadex.web.co2_global_trend", "type": "source", "succ": [5]}, "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_co2_global_trend", "type": "model"}, "6": {"name": "model.datadex.climate_theatened_animal_species", "type": "model"}, "7": {"name": "model.datadex.climate_energy", "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.4", "generated_at": "2024-01-08T10:06:15.337675Z", "invocation_id": "1f677d3c-d88f-4ead-92c1-d03df444c253", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2024-01-08T10:06:15.306162Z", "completed_at": "2024-01-08T10:06:15.321652Z"}, {"name": "execute", "started_at": "2024-01-08T10:06:15.325968Z", "completed_at": "2024-01-08T10:06:15.325981Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.02815556526184082, "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": "2024-01-08T10:06:15.316361Z", "completed_at": "2024-01-08T10:06:15.322880Z"}, {"name": "execute", "started_at": "2024-01-08T10:06:15.327763Z", "completed_at": "2024-01-08T10:06:15.327769Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.02815532684326172, "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": "2024-01-08T10:06:15.313816Z", "completed_at": "2024-01-08T10:06:15.324141Z"}, {"name": "execute", "started_at": "2024-01-08T10:06:15.329378Z", "completed_at": "2024-01-08T10:06:15.329384Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.030146360397338867, "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": "2024-01-08T10:06:15.319062Z", "completed_at": "2024-01-08T10:06:15.324794Z"}, {"name": "execute", "started_at": "2024-01-08T10:06:15.330040Z", "completed_at": "2024-01-08T10:06:15.330047Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.02878737449645996, "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.20938396453857422, "args": {"favor_state": false, "log_format_file": "debug", "use_colors": true, "log_level_file": "debug", "quiet": false, "vars": {}, "introspect": true, "invocation_command": "dbt docs generate --profiles-dir .", "cache_selected_only": false, "empty_catalog": false, "show_resource_report": false, "profiles_dir": ".", "strict_mode": false, "static_parser": true, "version_check": true, "which": "generate", "project_dir": "/home/runner/work/datadex/datadex/dbt", "warn_error_options": {"include": [], "exclude": []}, "indirect_selection": "eager", "log_format": "default", "exclude": [], "partial_parse": true, "populate_cache": true, "use_colors_file": true, "enable_legacy_logger": false, "compile": true, "defer": false, "select": [], "static": false, "partial_parse_file_diff": true, "write_json": true, "log_file_max_bytes": 10485760, "print": true, "macro_debugging": false, "send_anonymous_usage_stats": false, "printer_width": 80, "log_path": "/home/runner/work/datadex/datadex/dbt/logs", "log_level": "info"}}
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v5.json", "dbt_version": "1.7.4", "generated_at": "2024-01-15T10:06:28.440744Z", "invocation_id": "0ef5ca7f-10a4-4f5f-ba90-33ad96be8252", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2024-01-15T10:06:28.409402Z", "completed_at": "2024-01-15T10:06:28.424827Z"}, {"name": "execute", "started_at": "2024-01-15T10:06:28.426592Z", "completed_at": "2024-01-15T10:06:28.426606Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.023954391479492188, "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": "2024-01-15T10:06:28.416775Z", "completed_at": "2024-01-15T10:06:28.428534Z"}, {"name": "execute", "started_at": "2024-01-15T10:06:28.432146Z", "completed_at": "2024-01-15T10:06:28.432156Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.029274702072143555, "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": "2024-01-15T10:06:28.422119Z", "completed_at": "2024-01-15T10:06:28.429223Z"}, {"name": "execute", "started_at": "2024-01-15T10:06:28.432784Z", "completed_at": "2024-01-15T10:06:28.432790Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.027815818786621094, "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\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-01-15T10:06:28.419466Z", "completed_at": "2024-01-15T10:06:28.429805Z"}, {"name": "execute", "started_at": "2024-01-15T10:06:28.433396Z", "completed_at": "2024-01-15T10:06:28.433403Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.030267715454101562, "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\""}], "elapsed_time": 0.1629030704498291, "args": {"log_level": "info", "static_parser": true, "log_format_file": "debug", "profiles_dir": ".", "quiet": false, "populate_cache": true, "introspect": true, "show_resource_report": false, "invocation_command": "dbt docs generate --profiles-dir .", "exclude": [], "empty_catalog": false, "partial_parse": true, "log_path": "/home/runner/work/datadex/datadex/dbt/logs", "favor_state": false, "select": [], "log_level_file": "debug", "print": true, "strict_mode": false, "log_file_max_bytes": 10485760, "log_format": "default", "use_colors_file": true, "static": false, "send_anonymous_usage_stats": false, "enable_legacy_logger": false, "use_colors": true, "which": "generate", "cache_selected_only": false, "indirect_selection": "eager", "macro_debugging": false, "partial_parse_file_diff": true, "defer": false, "printer_width": 80, "warn_error_options": {"include": [], "exclude": []}, "write_json": true, "version_check": true, "compile": true, "vars": {}, "project_dir": "/home/runner/work/datadex/datadex/dbt"}}
2 changes: 1 addition & 1 deletion dbt/semantic_manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"semantic_models": [], "metrics": [], "project_configuration": {"time_spine_table_configurations": [], "metadata": null, "dsi_package_version": {"major_version": "0", "minor_version": "4", "patch_version": "2"}}, "saved_queries": []}
{"semantic_models": [], "metrics": [], "project_configuration": {"time_spine_table_configurations": [], "metadata": null, "dsi_package_version": {"major_version": "0", "minor_version": "4", "patch_version": "3"}}, "saved_queries": []}
2 changes: 1 addition & 1 deletion docs/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.537">
<meta name="generator" content="quarto-1.4.542">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.537">
<meta name="generator" content="quarto-1.4.542">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down
2 changes: 1 addition & 1 deletion reports/2023-01-01-Datadex.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.537">
<meta name="generator" content="quarto-1.4.542">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down
2 changes: 1 addition & 1 deletion reports/2023-11-01-Observable.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.537">
<meta name="generator" content="quarto-1.4.542">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down
6 changes: 3 additions & 3 deletions reports/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.537">
<meta name="generator" content="quarto-1.4.542">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -227,7 +227,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="1704708285152" 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="1705313092960" 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 @@ -255,7 +255,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="1704708285152" 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="1705313092960" 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
2 changes: 1 addition & 1 deletion site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions site_libs/quarto-ojs/quarto-ojs-runtime.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// quarto-ojs-runtime v0.0.18 Copyright 2023 undefined
// quarto-ojs-runtime v0.0.18 Copyright 2024 undefined
var EOL = {},
EOF = {},
QUOTE = 34,
Expand Down Expand Up @@ -19517,7 +19517,7 @@ function createOjsModuleFromHTMLSrc(text) {
const doc = parser.parseFromString(text, "text/html");
const staticDefns = [];
for (const el of doc.querySelectorAll('script[type="ojs-define"]')) {
staticDefns.push(base64ToStr(el.text));
staticDefns.push(el.text);
}
const ojsSource = [];
for (
Expand Down

0 comments on commit 292d649

Please sign in to comment.