Skip to content

Commit

Permalink
Fix pre-commit lint.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tiemann <[email protected]>
  • Loading branch information
MichaelTiemannOSC committed May 18, 2024
1 parent 580c9ac commit 10bf68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The notebook [OECM-benchmark-ingest](notebooks/OECM-benchmark-ingest.ipynb) tran
- Chemical Industry
- Textiles and Leather

The notebook [osc-ingest-rmi_utility_transition_hub](osc-ingest-rmi_utility_transition_hub.ipynb) follows the [Data Mesh pattern](https://github.com/opendatahub-io-contrib/datamesh-platform) to ingest and transform RMI utility data published in 2022, 2023, and 2024 (with data dating back to before 2019) into reference corporate data. See instructions in the `dbt/rmi_transform/README.md` file for more information on activating the Data Mesh pattern.
The notebook [osc-ingest-rmi_utility_transition_hub](osc-ingest-rmi_utility_transition_hub.ipynb) follows the [Data Mesh pattern](https://github.com/opendatahub-io-contrib/datamesh-platform) to ingest and transform RMI utility data published in 2022, 2023, and 2024 (with data dating back to before 2019) into reference corporate data. See instructions in the `dbt/rmi_transform/README.md` file for more information on activating the Data Mesh pattern.

The notebook [ITR-data-production](ITR-data-production.ipynb) synthesizes a set of corporate data from a variety of public sources, including [GLEIF](https://www.gleif.org/en) legal entity identifiers, [SEC financial disclosures](https://www.sec.gov/edgar/searchedgar/companysearch), [US Census data](https://www.census.gov/data.html), [RMI-curated production data](https://utilitytransitionhub.rmi.org/data-download/), and some hand-curated sources as well.

Expand Down
2 changes: 1 addition & 1 deletion notebooks/osc-ingest-rmi_utility_transition_hub.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@
" prefix = f\"{' '*indent}{meta_key}:\"\n",
" print(prefix, json_dumps_no_lint(meta[meta_key], len(prefix), comma=True), file=dbt_yml)\n",
" indent = indent - 4\n",
" print(f\"{' '*indent} }}\", end = \"\", file=dbt_yml)\n",
" print(f\"{' '*indent} }}\", end=\"\", file=dbt_yml)\n",
" print(f\"\\n{' '*indent}columns:\", file=dbt_yml)\n",
" indent = indent + 2\n",
" columns = model[\"columns\"]\n",
Expand Down

0 comments on commit 10bf68b

Please sign in to comment.