-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ c6a93d2 🚀
- Loading branch information
1 parent
3da6c25
commit 6d474a8
Showing
38 changed files
with
79 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"_invocation_id": "0835e05e-b649-400e-976e-b2a08f51cf73", "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": "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"}}} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.7", "generated_at": "2024-02-12T10:27:53.212448Z", "invocation_id": "0835e05e-b649-400e-976e-b2a08f51cf73", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2024-02-12T10:27:53.199944Z", "completed_at": "2024-02-12T10:27:53.207151Z"}, {"name": "execute", "started_at": "2024-02-12T10:27:53.208314Z", "completed_at": "2024-02-12T10:27:53.208328Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.010539531707763672, "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.06212878227233887, "args": {"write_json": true, "use_colors_file": true, "favor_state": false, "log_format_file": "debug", "printer_width": 80, "log_level_file": "debug", "static_parser": true, "static": false, "populate_cache": true, "log_file_max_bytes": 10485760, "macro_debugging": false, "strict_mode": false, "project_dir": "/home/runner/work/datadex/datadex/dbt", "partial_parse_file_diff": true, "defer": false, "exclude": [], "quiet": false, "print": true, "indirect_selection": "eager", "profiles_dir": ".", "log_format": "default", "show_resource_report": false, "introspect": true, "which": "generate", "enable_legacy_logger": false, "invocation_command": "dbt docs generate --profiles-dir .", "empty_catalog": false, "compile": true, "warn_error_options": {"include": [], "exclude": []}, "log_path": "/home/runner/work/datadex/datadex/dbt/logs", "cache_selected_only": false, "select": [], "partial_parse": true, "vars": {}, "log_level": "info", "version_check": true, "send_anonymous_usage_stats": false, "use_colors": true}} | ||
{"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}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.