-
Notifications
You must be signed in to change notification settings - Fork 1
feat: refresh hubspot project #105
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
Caution Review failedThe pull request is closed. WalkthroughThis update introduces a major overhaul and expansion of HubSpot data transformation and interoperability infrastructure. The changes migrate transformation logic, configuration, and schema mapping from a Fivetran-centric approach to an Airbyte-oriented domain. Numerous new YAML transform configurations are added for HubSpot entities, each mapping source fields to target schemas with detailed metadata and evaluation annotations. Many SQL models are introduced or updated to align with the new mappings, while documentation is significantly expanded with mapping confidence and rationale. Simultaneously, legacy Fivetran interop files, configurations, and example projects are removed. Schema definitions and requirements are updated to reflect new fields and improved structure, and Changes
Sequence Diagram(s)sequenceDiagram
participant Source (Airbyte/HubSpot)
participant Transform (YAML/SQL)
participant Target Schema (dbt/Fivetran-like)
Source->>Transform: Extract raw HubSpot data streams
Transform->>Transform: Map and transform fields (YAML config)
Transform->>Target Schema: Output standardized tables (SQL models)
sequenceDiagram
participant Developer
participant Mapping Docs
participant dbt Project
Developer->>Mapping Docs: Review mapping confidence and rationale
Developer->>dbt Project: Update or add SQL/YAML transform
dbt Project->>Mapping Docs: Auto-generate mapping documentation
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 SQLFluff (3.3.0)catalog/hubspot/airbyte-interop-dbt-project/models/company.sqlUser Error: No dialect was specified. You must configure a dialect or specify one on the command line using --dialect after the command. Available dialects: catalog/hubspot/airbyte-interop-dbt-project/models/company_property_history.sqlUser Error: No dialect was specified. You must configure a dialect or specify one on the command line using --dialect after the command. Available dialects: catalog/hubspot/airbyte-interop-dbt-project/models/contact_form_submission.sqlUser Error: No dialect was specified. You must configure a dialect or specify one on the command line using --dialect after the command. Available dialects:
✨ Finishing Touches
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 (
|
Summary by CodeRabbit
New Features
Enhancements
Bug Fixes
Documentation
Chores