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 8, 2024
1 parent 193cb72 commit 023d148
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 22 deletions.
4 changes: 2 additions & 2 deletions 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.533">
<meta name="generator" content="quarto-1.4.537">

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

Expand Down Expand Up @@ -215,7 +215,7 @@ <h3 class="anchored" data-anchor-id="what-can-you-do-with-datadex">🚀 What can
<li>Explore your data wherever you want. Use Jupyter Notebooks, BI Tools, Excel, …. <a href="https://davidgasquez.github.io/datadex/reports/2023-01-01-Datadex.html">Share your findings with others</a> by publishing them online as beautiful static websites (thanks to Quarto).</li>
<li>Add new data sources to the Datadex. The goal is simple; bring data locally and work with it!</li>
</ul>
<div class="img-fluid quarto-figure quarto-figure-center">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://user-images.githubusercontent.com/1682202/259458000-92984525-66bc-4410-8cb0-bd1b0cbfaf1d.png" class="img-fluid figure-img"></p>
<figcaption>Dagster Asset_Group</figcaption>
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.533">
<meta name="generator" content="quarto-1.4.537">

<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": "f16b14f7-c772-4da4-91f6-6e09f8e5955d", "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": "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"}}}
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-01T10:06:31.780171Z", "invocation_id": "f16b14f7-c772-4da4-91f6-6e09f8e5955d", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2024-01-01T10:06:31.748955Z", "completed_at": "2024-01-01T10:06:31.764415Z"}, {"name": "execute", "started_at": "2024-01-01T10:06:31.769773Z", "completed_at": "2024-01-01T10:06:31.769787Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.02925872802734375, "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-01T10:06:31.759072Z", "completed_at": "2024-01-01T10:06:31.765577Z"}, {"name": "execute", "started_at": "2024-01-01T10:06:31.770405Z", "completed_at": "2024-01-01T10:06:31.770414Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.028026819229125977, "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-01T10:06:31.756471Z", "completed_at": "2024-01-01T10:06:31.766279Z"}, {"name": "execute", "started_at": "2024-01-01T10:06:31.771070Z", "completed_at": "2024-01-01T10:06:31.771077Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.029912233352661133, "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-01T10:06:31.761759Z", "completed_at": "2024-01-01T10:06:31.766846Z"}, {"name": "execute", "started_at": "2024-01-01T10:06:31.771680Z", "completed_at": "2024-01-01T10:06:31.771689Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.028522491455078125, "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.2064347267150879, "args": {"log_format": "default", "cache_selected_only": false, "static": false, "warn_error_options": {"include": [], "exclude": []}, "vars": {}, "favor_state": false, "log_format_file": "debug", "log_file_max_bytes": 10485760, "which": "generate", "static_parser": true, "log_path": "/home/runner/work/datadex/datadex/dbt/logs", "use_colors_file": true, "write_json": true, "log_level_file": "debug", "empty_catalog": false, "exclude": [], "populate_cache": true, "macro_debugging": false, "log_level": "info", "defer": false, "strict_mode": false, "select": [], "indirect_selection": "eager", "quiet": false, "invocation_command": "dbt docs generate --profiles-dir .", "introspect": true, "compile": true, "send_anonymous_usage_stats": false, "profiles_dir": ".", "use_colors": true, "enable_legacy_logger": false, "partial_parse_file_diff": true, "show_resource_report": false, "version_check": true, "printer_width": 80, "project_dir": "/home/runner/work/datadex/datadex/dbt", "print": true, "partial_parse": true}}
{"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"}}
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.533">
<meta name="generator" content="quarto-1.4.537">

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

Expand Down
4 changes: 2 additions & 2 deletions 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.533">
<meta name="generator" content="quarto-1.4.537">

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

Expand Down Expand Up @@ -215,7 +215,7 @@ <h3 class="anchored" data-anchor-id="what-can-you-do-with-datadex">🚀 What can
<li>Explore your data wherever you want. Use Jupyter Notebooks, BI Tools, Excel, …. <a href="https://davidgasquez.github.io/datadex/reports/2023-01-01-Datadex.html">Share your findings with others</a> by publishing them online as beautiful static websites (thanks to Quarto).</li>
<li>Add new data sources to the Datadex. The goal is simple; bring data locally and work with it!</li>
</ul>
<div class="img-fluid quarto-figure quarto-figure-center">
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://user-images.githubusercontent.com/1682202/259458000-92984525-66bc-4410-8cb0-bd1b0cbfaf1d.png" class="img-fluid figure-img"></p>
<figcaption>Dagster Asset_Group</figcaption>
Expand Down
6 changes: 3 additions & 3 deletions 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.533">
<meta name="generator" content="quarto-1.4.537">

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

Expand Down Expand Up @@ -288,7 +288,7 @@
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-charts-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<div class="quarto-layout-row">
<div class="cell-output cell-output-display quarto-layout-cell-subref quarto-layout-cell" data-ref-parent="fig-charts" style="flex-basis: 50.0%;justify-content: flex-start;display: flex;">
<div class="cell-output cell-output-display quarto-layout-cell-subref quarto-layout-cell" data-ref-parent="fig-charts" style="flex-basis: 50.0%;justify-content: flex-start;">
<div id="fig-charts-1" class="quarto-figure quarto-figure-center quarto-float anchored">
<figure class="quarto-float quarto-subfloat-fig figure">
<div aria-describedby="fig-charts-1-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Expand All @@ -300,7 +300,7 @@
</figure>
</div>
</div>
<div class="cell-output cell-output-display quarto-layout-cell-subref quarto-layout-cell" data-ref-parent="fig-charts" style="flex-basis: 50.0%;justify-content: flex-start;display: flex;">
<div class="cell-output cell-output-display quarto-layout-cell-subref quarto-layout-cell" data-ref-parent="fig-charts" style="flex-basis: 50.0%;justify-content: flex-start;">
<div id="fig-charts-2" class="quarto-figure quarto-figure-center quarto-float anchored">
<figure class="quarto-float quarto-subfloat-fig figure">
<div aria-describedby="fig-charts-2-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
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.533">
<meta name="generator" content="quarto-1.4.537">

<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.533">
<meta name="generator" content="quarto-1.4.537">

<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="1704103499931" 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="1704708285152" 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="1704103499931" 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="1704708285152" 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
4 changes: 2 additions & 2 deletions site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions site_libs/quarto-html/quarto.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const layoutMarginEls = () => {
// Find any conflicting margin elements and add margins to the
// top to prevent overlap
const marginChildren = window.document.querySelectorAll(
".column-margin.column-container > * "
".column-margin.column-container > *, .margin-caption, .aside"
);

let lastBottom = 0;
Expand All @@ -19,7 +19,9 @@ const layoutMarginEls = () => {
marginChild.style.marginTop = null;
const top = marginChild.getBoundingClientRect().top + window.scrollY;
if (top < lastBottom) {
const margin = lastBottom - top;
const marginChildStyle = window.getComputedStyle(marginChild);
const marginBottom = parseFloat(marginChildStyle["marginBottom"]);
const margin = lastBottom - top + marginBottom;
marginChild.style.marginTop = `${margin}px`;
}
const styles = window.getComputedStyle(marginChild);
Expand Down
1 change: 0 additions & 1 deletion site_libs/quarto-nav/quarto-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ window.document.addEventListener("DOMContentLoaded", function () {
} else {
sidebar.style.top = topOffset + "px";
sidebar.style.maxHeight = "calc(100vh - " + topOffset + "px)";
sidebar.style.minHeight = "calc(100vh - " + topOffset + "px)";
}
});

Expand Down

0 comments on commit 023d148

Please sign in to comment.