Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up some cruft
Browse files Browse the repository at this point in the history
jdangerx committed Jan 26, 2024
1 parent 959e4d9 commit 96e4479
Showing 4 changed files with 5 additions and 18 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-deploy-pudl.yml
Original file line number Diff line number Diff line change
@@ -4,8 +4,6 @@ on:
push:
tags:
- "v20*"
branches:
- try-google-batch
schedule:
# 6am UTC daily (11pm PDT, 2am EDT)
# But only if there are changes since the last nightly build.
@@ -147,7 +145,7 @@ jobs:
--container-env GITHUB_ACTION_TRIGGER=${{ github.event_name }} \
--container-env NIGHTLY_TAG=${{ env.NIGHTLY_TAG }} \
--container-env PUDL_BOT_PAT=${{ secrets.PUDL_BOT_PAT }} \
--container-env PUDL_GCS_OUTPUT=${{ env.PUDL_GCS_OUTPUT }}
--container-env PUDL_GCS_OUTPUT=${{ env.PUDL_GCS_OUTPUT }} \
--container-env PUDL_SETTINGS_YML="/home/mambauser/pudl/src/pudl/package_data/settings/etl_full.yml" \
--container-env SLACK_TOKEN=${{ secrets.PUDL_DEPLOY_SLACK_TOKEN }} \
--container-env ZENODO_SANDBOX_TOKEN_PUBLISH=${{ secrets.ZENODO_SANDBOX_TOKEN_PUBLISH }} \
8 changes: 3 additions & 5 deletions devtools/debug-column-mapping.ipynb
Original file line number Diff line number Diff line change
@@ -67,9 +67,7 @@
},
{
"cell_type": "markdown",
"metadata": {
"jp-MarkdownHeadingCollapsed": true
},
"metadata": {},
"source": [
"## File Check"
]
@@ -149,7 +147,7 @@
"source": [
"raw_check = True # If false, only check that mapped columns are found in the raw dataset.\n",
" # Useful when a table is split between several pages.\n",
"table_subset = [] # Leave list empty to check all tables\n",
"table_subset = [\"yearly_miles_of_pipe_in_state_by_material\"] # Leave list empty to check all tables\n",
"years_subset = [] # Use empty list if you want to check all years, otherwise supply a list of integers or a range"
]
},
@@ -267,7 +265,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.11.6"
}
},
"nbformat": 4,
10 changes: 0 additions & 10 deletions docker/.env

This file was deleted.

1 change: 1 addition & 0 deletions docker/gcp_pudl_etl.sh
Original file line number Diff line number Diff line change
@@ -138,6 +138,7 @@ function notify_slack() {
message+="See <https://console.cloud.google.com/storage/browser/builds.catalyst.coop/$BUILD_ID|GCS> for outputs."

send_slack_msg "$message"
upload_file_to_slack "$LOGFILE" "pudl_etl logs for $BUILD_ID:"
}

function update_nightly_branch() {

0 comments on commit 96e4479

Please sign in to comment.