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

Updating data export job and matching new schema #74

Merged
merged 4 commits into from
Mar 29, 2024
Merged

Conversation

jim-sheldon
Copy link
Contributor

@jim-sheldon jim-sheldon commented Mar 25, 2024

Fixes #76 #110 #106 #100 #82

@jim-sheldon jim-sheldon marked this pull request as ready for review March 28, 2024 17:31
@jim-sheldon jim-sheldon changed the title WIP matching export script to day 0 case schema Updating data export job and matching new schema Mar 28, 2024
Comment on lines -32 to -38
REPO_COUNTRY: gdh-tcp-country-exporter
REPO_FULL: gdh-tcp-full-exporter
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t $REGISTRY/$REPO_COUNTRY:$IMAGE_TAG -t $REGISTRY/$REPO_COUNTRY .
docker push $REGISTRY/$REPO_COUNTRY:$IMAGE_TAG
docker push $REGISTRY/$REPO_COUNTRY:latest
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can just comment it out. We still might need the country exporter in the future.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can just add it back if we need it. It's in the commit history and the other repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Travel history and location admin levels do not appear in downloaded data
2 participants