Skip to content
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

[Bug Fix] Update Quickstart.yml casing #61

Merged
merged 12 commits into from
Jan 22, 2025

Conversation

fivetran-avinash
Copy link
Contributor

@fivetran-avinash fivetran-avinash commented Jan 17, 2025

PR Overview

This PR will address the following Issue/Feature: [#60]

This PR will result in the following new package version: 1.2.0

This updates the Quickstart configuration, so a breaking change is best practice here.

Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:

Quickstart Fixes

  • Fixed casing syntax in quickstart.yml to match the default Salesforce connector schema. Source tables are now in upper case, and snake casing is updated to camel casing.
    • Now Quickstart customers can now properly reference the source tables. Customers can now enable or disable them as they wish.

Documentation

  • Added Quickstart model counts to README. (#59)
  • Corrected references to connectors and connections in the README. (#59)

PR Checklist

Basic Validation

Please acknowledge that you have successfully performed the following commands locally:

  • dbt run –full-refresh && dbt test
  • dbt run (if incremental models are present) && dbt test

Before marking this PR as "ready for review" the following have been applied:

  • The appropriate issue has been linked, tagged, and properly assigned
  • All necessary documentation and version upgrades have been applied
  • docs were regenerated (unless this PR does not include any code or yml updates)
  • BuildKite integration tests are passing
  • Detailed validation steps have been provided below

Detailed Validation

Please share any and all of your validation steps:

Screenshot 2025-01-17 at 3 43 20 PM

If you had to summarize this PR in an emoji, which would it be?

@fivetran-avinash fivetran-avinash self-assigned this Jan 17, 2025
fivetran-avinash and others added 7 commits January 17, 2025 15:51
* MagicBot/add-model-counts updates

* Update README.md

* update connector to connection

---------

Co-authored-by: Avinash Kunnath <[email protected]>
Co-authored-by: Avinash Kunnath <[email protected]>
Copy link
Contributor

@fivetran-joemarkiewicz fivetran-joemarkiewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fivetran-avinash a few change requests, suggestions, and questions before approval.

integration_tests/dbt_project.yml Outdated Show resolved Hide resolved
integration_tests/dbt_project.yml Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Comment on lines 27 to 35
public_models: [
"salesforce__contact_enhanced",
"salesforce__daily_activity",
"salesforce__manager_performance",
"salesforce__opportunity_enhanced",
"salesforce__opportunity_line_item_enhanced",
"salesforce__owner_performance",
"salesforce__sales_snapshot"
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why were these removed?! We need to ensure the public models are included otherwise they will not be visible in the UI.

Copy link
Contributor Author

@fivetran-avinash fivetran-avinash Jan 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fivetran-joemarkiewicz This stumped me for a second. For some reason on my git fetch/git pull it did not pick up this quickstart.yml update.

Is it because this change was merged in September, but the last release was in July, so it picked up the release but not these updates?

UPDATE: I checked the above and only the quickstart.yml changes from the merged PR weren't brought back. I really don't remember deleting this. I hope this is just a ghost in the machine situation. In any case I'm bringing these back in.

Copy link
Contributor Author

@fivetran-avinash fivetran-avinash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fivetran-joemarkiewicz This is ready for re-review.

Copy link
Contributor

@fivetran-joemarkiewicz fivetran-joemarkiewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@fivetran-catfritz fivetran-catfritz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@fivetran-avinash fivetran-avinash merged commit e204a7e into main Jan 22, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants