-
Notifications
You must be signed in to change notification settings - Fork 1
fix: update slash command syntaxes #96
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
Warning Rate limit exceeded@aaronsteers has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 4 minutes and 59 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (4)
WalkthroughThis update removes the Besides workflow changes, a new HubSpot data integration setup is added, including a detailed DBML schema for HubSpot data, a comprehensive dbt source configuration YAML file, and multiple configuration files for the dbt project such as Changes
Poem
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 (
|
/poe morph-build hubspot
|
/poe morph-build hubspot |
/poe morph-build hubspot
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
build/hubspot/requirements/airbyte-interop/src_dbt_requirements.yml (1)
345-366
: Remove trailing spaces to satisfy YAMLlint.
YAMLlint is flagging trailing spaces on multiple lines (e.g., 345, 366, 868, 872–873, 877, 963, 967–968, 972, 1024, 1028–1029, 1033, 1057, 1061–1062, 1066, 1088, 1092–1093, 1097, 1168, 1184, 1282). These extra spaces can cause CI failures.You can clean them up in bulk with:
sed -i 's/[ \t]*$//' build/hubspot/requirements/airbyte-interop/src_dbt_requirements.yml
Or better yet, adjust the morph generator template to trim trailing whitespace on emit.
Also applies to: 868-877, 963-973, 1024-1033, 1057-1066, 1088-1097, 1168-1184, 1282-1282
🧰 Tools
🪛 YAMLlint (1.35.1)
[error] 345-345: trailing spaces
(trailing-spaces)
[error] 366-366: trailing spaces
(trailing-spaces)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (2)
build/hubspot/erd/source-schema-erd.svg
is excluded by!**/*.svg
build/hubspot/erd/target-schema-erd.svg
is excluded by!**/*.svg
📒 Files selected for processing (9)
build/hubspot/airbyte-interop.morph-lock.toml
(1 hunks)build/hubspot/erd/target-schema-erd.dbml
(1 hunks)build/hubspot/requirements/airbyte-interop/src_dbt_requirements.yml
(1 hunks)catalog/hubspot/README.md
(1 hunks)catalog/hubspot/airbyte-interop-dbt-project/.gitignore
(1 hunks)catalog/hubspot/airbyte-interop-dbt-project/dbt_project.yml
(1 hunks)catalog/hubspot/airbyte-interop-dbt-project/packages.yml
(1 hunks)catalog/hubspot/airbyte-interop-dbt-project/poe_tasks.toml
(1 hunks)catalog/hubspot/airbyte-interop-dbt-project/profiles/profiles.yml
(1 hunks)
✅ Files skipped from review due to trivial changes (8)
- catalog/hubspot/README.md
- catalog/hubspot/airbyte-interop-dbt-project/packages.yml
- catalog/hubspot/airbyte-interop-dbt-project/.gitignore
- catalog/hubspot/airbyte-interop-dbt-project/dbt_project.yml
- catalog/hubspot/airbyte-interop-dbt-project/profiles/profiles.yml
- catalog/hubspot/airbyte-interop-dbt-project/poe_tasks.toml
- build/hubspot/airbyte-interop.morph-lock.toml
- build/hubspot/erd/target-schema-erd.dbml
🧰 Additional context used
🧠 Learnings (1)
📓 Common learnings
Learnt from: aaronsteers
PR: airbytehq/airbyte-morph-catalog#95
File: .github/workflows/fix-command.yml:14-17
Timestamp: 2025-04-23T00:05:34.657Z
Learning: GitHub Actions workflows triggered by slash command dispatcher need to declare the `comment-text` input parameter even if they don't explicitly use it, as the dispatcher will fail otherwise.
Learnt from: aaronsteers
PR: airbytehq/airbyte-morph-catalog#95
File: .github/workflows/generate-command.yml:21-24
Timestamp: 2025-04-23T00:05:22.294Z
Learning: Workflows triggered by the slash command dispatcher must declare the `comment-text` input parameter even if they don't use it directly, as the dispatcher will fail if this parameter is not declared in the target workflow.
🪛 YAMLlint (1.35.1)
build/hubspot/requirements/airbyte-interop/src_dbt_requirements.yml
[error] 345-345: trailing spaces
(trailing-spaces)
[error] 366-366: trailing spaces
(trailing-spaces)
[error] 868-868: trailing spaces
(trailing-spaces)
[error] 872-872: trailing spaces
(trailing-spaces)
[error] 873-873: trailing spaces
(trailing-spaces)
[error] 877-877: trailing spaces
(trailing-spaces)
[error] 963-963: trailing spaces
(trailing-spaces)
[error] 967-967: trailing spaces
(trailing-spaces)
[error] 968-968: trailing spaces
(trailing-spaces)
[error] 972-972: trailing spaces
(trailing-spaces)
[error] 1024-1024: trailing spaces
(trailing-spaces)
[error] 1028-1028: trailing spaces
(trailing-spaces)
[error] 1029-1029: trailing spaces
(trailing-spaces)
[error] 1033-1033: trailing spaces
(trailing-spaces)
[error] 1057-1057: trailing spaces
(trailing-spaces)
[error] 1061-1061: trailing spaces
(trailing-spaces)
[error] 1062-1062: trailing spaces
(trailing-spaces)
[error] 1066-1066: trailing spaces
(trailing-spaces)
[error] 1088-1088: trailing spaces
(trailing-spaces)
[error] 1092-1092: trailing spaces
(trailing-spaces)
[error] 1093-1093: trailing spaces
(trailing-spaces)
[error] 1097-1097: trailing spaces
(trailing-spaces)
[error] 1168-1168: trailing spaces
(trailing-spaces)
[error] 1184-1184: trailing spaces
(trailing-spaces)
[error] 1282-1282: trailing spaces
(trailing-spaces)
🔇 Additional comments (1)
build/hubspot/requirements/airbyte-interop/src_dbt_requirements.yml (1)
1-4
: Note: Auto-generated file – do not manually edit.
This file is produced by the morph CLI (morph generate
). Any manual edits here will be overwritten on the next generation cycle. If you need to adjust metadata, descriptions, or column settings, please update the upstream template or configuration in the generator instead of editing this file directly.
Summary by CodeRabbit
comment-text
input parameter from several GitHub Actions workflows.