Skip to content

Commit

Permalink
Flytte feilsøking under oracle og legge til bømlo-dbt
Browse files Browse the repository at this point in the history
  • Loading branch information
patped committed Sep 26, 2024
1 parent 0e8e143 commit 7a577a5
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 26 deletions.
18 changes: 9 additions & 9 deletions docs/Installasjon-på-VDI/dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Vi har laget et ferdig [oppsett](https://github.com/navikt/dbt-template) av et d



Resten av denne siden omhandler manuelt oppsett av dbt-oracle uten virteul. Følg denne guiden hvis du ikke ønsker automatisk oppsett i Visual Studio Code.
Resten av denne siden omhandler manuelt oppsett av dbt-oracle uten virteul. Følg denne guiden hvis du ikke ønsker automatisk oppsett i Visual Studio Code.

## Oppsett av sertifikater til pip

Expand Down Expand Up @@ -51,18 +51,18 @@ pip install dbt-oracle
Could not fetch URL https://pypi.org/simple/dbt-oracle/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/dbt-oracle/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)')))
```

Sjekk om du har gjort [oppsett av sertifikater til pip](pip-og-oppsett.md#oppsett-av-sertifikater-til-pip).
Sjekk om du har gjort [oppsett av sertifikater til pip](#oppsett-av-sertifikater-til-pip).

!!! failure "Installasjon feiler"
I noen tilfeller har vi opplevd at [Microsoft Visual C++]( https://visualstudio.microsoft.com/visual-cpp-build-tools/) mangler.
Feilmeldingen kan se slik ut:

```shell
...
Building wheels for collected packages: cx-Oracle
Building wheel for cx-Oracle (pyproject.toml) ... error
error: subprocess-exited-with-error

× Building wheel for cx-Oracle (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Expand All @@ -82,7 +82,7 @@ pip install dbt-oracle
ERROR: Could not build wheels for cx-Oracle, which is required to install pyproject.toml-based projects
...
```
Last ned og installer Build Tools. Følg gjerne guiden her: [Fixed: Microsoft Visual C++ 14.0 Is Required Error]( https://www.partitionwizard.com/partitionmanager/microsoft-visual-c-14-is-required.html )
Last ned og installer Build Tools. Følg gjerne guiden her: [Fixed: Microsoft Visual C++ 14.0 Is Required Error]( https://www.partitionwizard.com/partitionmanager/microsoft-visual-c-14-is-required.html )
Husk å restarte VDI etter installasjon.

## Opprette nytt dbt prosjekt for Oracle fra scratc
Expand All @@ -101,7 +101,7 @@ quoting:
```

### Hemmeligheter ved kjøring fra utviklerimage
Av sikkerhetshensyn anbefaler vi og oracle å bruke miljøvariabler for å holde på
Av sikkerhetshensyn anbefaler vi og oracle å bruke miljøvariabler for å holde på
hemmeligheter. Vi har derfor laget et script og profiles.yml som kan ligge i
dbt-prosjektet.

Expand Down Expand Up @@ -135,7 +135,7 @@ profiles.yml i prosjektmappen.
```shell
$ .\setup_db_user.ps1
Target db: U <eventuelt Q,R eller P>
Schema:
Schema:

cmdlet Get-Credential at command pipeline position 1
Supply values for the following parameters:
Expand All @@ -145,14 +145,14 @@ profiles.yml i prosjektmappen.
09:15:08 Running with dbt=1.1.1
dbt version: 1.1.1
python version: 3.8.10
python path: c:\users\****\appdata\local\programs\python\python38\python.exe
python path: c:\users\****\appdata\local\programs\python\python38\python.exe
os info: Windows-10-10.0.19044-SP0
Using profiles.yml file at C:\Users\****\git\dvh-sykefravar-dmx\profiles.yml
Using dbt_project.yml file at C:\Users\****\git\dvh-sykefravar-dmx\dbt_project.yml

09:15:08 oracle adapter: Running in cx mode
Configuration:
profiles.yml file [OK found and valid]
profiles.yml file [OK found and valid]
dbt_project.yml file [OK found and valid]

Required dependencies:
Expand Down
3 changes: 3 additions & 0 deletions docs/dokumentasjon/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Dokumentajson

Dokumentasjon for produkter finner du på [DBT Docs by nada](https://dbt.ansatt.nav.no)
18 changes: 18 additions & 0 deletions docs/prosjekter/bomlo-dbt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# bomlo-dbt

Eies av [PO Helse](https://teamkatalog.nav.no/area/6b149078-927b-4570-a1ce-97bbb9499fb6)

---

## Formål

DBT-prosjekt for Team Bømlo.

## Dokumentasjon

- dbt: [bomlo-dbt](https://navikt.github.io/bomlo-dbt)
- GitHub: [navikt/bomlo-dbt](https://github.com/navikt/dvh_arb_cv)

---

slack: [#team-bømlo-værsågod](https://nav-it.slack.com/archives/C019637N90X)
3 changes: 3 additions & 0 deletions docs/prosjekter/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Prosjekter

Her finner du en oversikt over noen dbt-prosjekter. Dokumentasjon for produkter finner du på [DBT Docs by nada](https://dbt.ansatt.nav.no)
37 changes: 20 additions & 17 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,38 @@ edit_uri: edit/main/docs/

nav:
- Introduksjon til dbt: 'index.md'
- Installasjon på VDI:
- 'Installasjon-på-VDI/installere.md'
- Forutsetninger:
- Installasjon-på-VDI/python.md
- Installasjon-på-VDI/pip-og-oppsett.md
- Installasjon-på-VDI/git.md
- Installasjon-på-VDI/dbt.md
- Anbefalinger:
- Installasjon-på-VDI/vscode.md
- Installasjon-på-VDI/dbt-power-user.md
- Installasjon-på-VDI/sqlfluff.md
- Tips og triks:
- Installasjon-på-VDI/miljovariabler.md
- Oracle:
- Installasjon på VDI:
- 'Installasjon-på-VDI/installere.md'
- Forutsetninger:
- Installasjon-på-VDI/python.md
- Installasjon-på-VDI/pip-og-oppsett.md
- Installasjon-på-VDI/git.md
- Installasjon-på-VDI/dbt.md

- Tips og triks:
- Installasjon-på-VDI/miljovariabler.md
- feilsoking/feilsoking.md
- Arkitektur:
- arkitektur/materialisering.md
- arkitektur/style_guide.md
- Dokumentasjon:
- dokumentasjon/index.md
- dokumentasjon/dokumentasjon.md
- dokumentasjon/overview.md
- Feilsøking:
- feilsoking/feilsoking.md
- Anbefalinger:
- Installasjon-på-VDI/vscode.md
- Installasjon-på-VDI/dbt-power-user.md
- Installasjon-på-VDI/sqlfluff.md
- Prosjekter som bruker dbt:
- prosjekter/index.md
- prosjekter/dvh_arb_cv.md
- prosjekter/dvh_arb_permittering.md
- prosjekter/dvh_arb_person.md
- prosjekter/dvh_arb_styrke_ssb.md
- prosjekter/dvh-sykefravar-dmx.md
- Nystøl:
- prosjekter/nystol/vdl-regnskapsdata.md
- prosjekter/nystol/vdl-regnskapsdata.md
- prosjeter/bomlo-dbt.md

theme:
name: material
Expand Down

0 comments on commit 7a577a5

Please sign in to comment.