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

Add namespace argument to example konduit commands #4718

Merged
merged 1 commit into from
Apr 17, 2024
Merged
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
10 changes: 5 additions & 5 deletions analytics_queries/README
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Note, the above process has been streamlined by moving the `\copy` command into

Now we can `cd /tmp/exports` and run the ones we need:

konduit cpd-ecf-production-web -- psql --file=declarations.sql
konduit cpd-ecf-production-web -- psql --file=induction_records.sql
konduit cpd-ecf-production-web -- psql --file=participants.sql
konduit cpd-ecf-production-web -- psql --file=partnerships.sql
konduit cpd-ecf-production-web -- psql --file=schools.sql
konduit -n cpd-production cpd-ecf-production-web -- psql --file=declarations.sql
konduit -n cpd-production cpd-ecf-production-web -- psql --file=induction_records.sql
konduit -n cpd-production cpd-ecf-production-web -- psql --file=participants.sql
konduit -n cpd-production cpd-ecf-production-web -- psql --file=partnerships.sql
konduit -n cpd-production cpd-ecf-production-web -- psql --file=schools.sql

The CSV files will be deposited in our `/tmp/exports` folder. We can zip, password and upload them as normal.
Loading