feat(elt-pipelines): Port opralogweb to elt-pipelines - #462
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
I should have spotted this the last time I looked but we need to keep the old model files in warehouses around too. The production pipelines are still using them so we can't delete them until we've fully switched over. For this and the other pull requests we'll just need copies rather than moves of the files.
There was a problem hiding this comment.
Thanks for putting these files back.
As these are the old pipelines their content needs to remain unchanged. They still use the old ingest approach that changes the column names to lower case. Essentially this pull request and the future ones should not contain any changes in the warehouses directory.
The simplest way to get everything in the warehouses directory back to what it looks like on main is to run these commands
git fetch
git checkout origin/main warehousesfrom the root of the repository and then commit and push the results.
martyngigg
left a comment
There was a problem hiding this comment.
Looks good. The old pipelines still work as needed for production.
The full elt run facility_ops accelerator.opralogweb works locally when the environment variables are set.
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(elt-common): Fix bug in package --> ### Summary Move `OPRALOGWEB` staging tables from `warehouses` to `elt-pipelines` <!--- Describe the change below, including rationale and design decisions --> Ref #458 . <!-- and fix #xxxx or close #xxxx xor resolves #xxxx. One line per issue fixed. --> <!-- alternative *There is no associated issue.* -->
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(elt-common): Fix bug in package --> Move `OPRALOGWEB` staging tables from `warehouses` to `elt-pipelines` <!--- Describe the change below, including rationale and design decisions --> Ref #458 . <!-- and fix #xxxx or close #xxxx xor resolves #xxxx. One line per issue fixed. --> <!-- alternative *There is no associated issue.* -->
Summary
Move
OPRALOGWEBstaging tables fromwarehousestoelt-pipelinesRef #458 .