Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test update #25

Merged
merged 7 commits into from
Apr 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Log in to Docker Hub
#uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Log in to the Container registry
#uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v2
Expand Down
7 changes: 6 additions & 1 deletion meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,12 @@ plugins:
description: Runs dbt USGS (earthquake data) jobs instead of all dbt jobs.
gie:
args: run --select tag:gie
description: Runs dbt GIE (gas inventory data) jobs instead of all dbt jobs.
description: Runs dbt GIE (gas inventory data) jobs instead of all dbt jobs.
- name: great_expectations
variant: great-expectations
pip_url: great_expectations[sqlalchemy]
duckdb-engine==0.7.0
# sqlalchemy==1.4.47
jobs:
- name: usgs-to-duckdb-rpt
tasks:
Expand Down
4 changes: 0 additions & 4 deletions meltano_transform/models/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

![mimodast Logo](https://github.com/EJOOSTEROP/mimodast/blob/master/assets/hatchful/logo_transparent.png)

<a href="https://github.com/EJOOSTEROP/mimodast">
<img src="assets/hatchful/logo_transparent.png" alt="Logo" width="180" height="180">
</a>

# Mimodast dbt Project
Mimodast is a minimal modern data stack with working data pipelines in a single Docker container.

Expand Down
7 changes: 6 additions & 1 deletion meltano_transform/tests/storage_max.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{{ config(
error_if = '>50',
warn_if = '>0'
) }}

SELECT *
FROM {{ ref('rpt_gie_storage')}}
WHERE gasinstorage - workinggasvolume > 1
WHERE gasinstorage - workinggasvolume > 1.75