Skip to content

Commit

Permalink
Feat/add update share (#28)
Browse files Browse the repository at this point in the history
* update md share

* debugging pipeline
  • Loading branch information
mehd-io authored Sep 19, 2024
1 parent a718390 commit 52fb124
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline-ingest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ jobs:
make pypi-transform DOCKER=true DBT_TARGET=${DBT_TARGET}
update-motherduck-share:
needs: setup
needs: transform-pypi-data
runs-on: ubuntu-latest
if: needs.setup.outputs.run_update == 'true'
if: needs.transform-pypi-data.result == 'success' || needs.transform-pypi-data.result == 'skipped'
steps:
- name: Setup DuckDB
uses: opt-nc/[email protected]
Expand All @@ -163,4 +163,4 @@ jobs:
env:
motherduck_token: ${{ secrets.MOTHERDUCK_TOKEN }}
run: |
duckdb -c "attach 'md:';update share duckdb_stats"
duckdb -c "attach 'md:';"

0 comments on commit 52fb124

Please sign in to comment.