-
Notifications
You must be signed in to change notification settings - Fork 8
fix: rename sample stagingqueries to something else #1023
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
Conversation
WalkthroughThis change renames staging query variables and metadata fields from versioned names ("v1"–"v6") to ordinal words ("first"–"sixth"), updates corresponding references in dependencies, deletes two obsolete compiled query files, adds two new ones, and adjusts SQL query parameter placeholders from single- to double-curly brace templating in both JSON and Python files. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant PythonStagingQueries
participant CompiledJSON
User->>PythonStagingQueries: Define staging queries (first–sixth, terminal)
PythonStagingQueries->>CompiledJSON: Generate JSON with updated names and dependencies
User->>PythonStagingQueries: Reference queries using new ordinal names
PythonStagingQueries->>CompiledJSON: Use double-brace templating in SQL queries
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (11)
💤 Files with no reviewable changes (2)
🧰 Additional context used🧠 Learnings (1)📚 Learning: the gcs bucket configuration `spark.chronon.table.gcs.temporary_gcs_bucket: "zl-warehouse"` should r...Applied to files:
🧬 Code Graph Analysis (1)api/python/test/canary/staging_queries/gcp/sample_staging_query.py (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (18)
🔇 Additional comments (16)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary
Don't use
vNconvention in the sample, it is confusing.Checklist
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Chores