-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Create DB Migration for ETL Tool monitoring tables #955
feat: Create DB Migration for ETL Tool monitoring tables #955
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Progress. :)
@marcionemec-daitan Backend deployment is failing with the message below.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SQL State : 42703
Error Code : 0
Message : ERROR: column "last_run_ts" of relation "spar.etl_execution_map" does not exist
Location : db/migration/V29__create_etl_tool_monitoring_tables.sql (/db/migration/V29__create_etl_tool_monitoring_tables.sql)
Line : 40
Statement : comment on column spar.ETL_EXECUTION_MAP.last_run_ts is 'Last timestamp this interface was executed for batch execution'
build fails
oops, didn't see Derek's message, but yea same issue. Also could you provide a link to this old repo's issue? @marcionemec-daitan
|
Old repo issue link: bcgov/nr-spar-data#49 |
I just saw that and migrated it here. |
Description
Create monitoring tables (ETL_EXECUTION_LOG_HIST, ETL_EXECUTION_LOG and ETL_EXECUTION_MAP) to store interface executions of batch processes.
Refers to issue 35 of old spar-data-sync repo.
Changelog
New
Changed
Removed
How was this tested?
What gif/image best describes this PR or how it makes you feel?
Thanks for the PR!
Any successful deployments (not always required) will be available below.
Frontend
Backend
Oracle-API
Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow