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

update ymls #51

Merged

Conversation

fivetran-catfritz
Copy link
Contributor

Are you a current Fivetran customer?

What change(s) does this PR introduce?

Did you update the CHANGELOG?

  • Yes

Does this PR introduce a breaking change?

  • Yes (please provide breaking change details below.)
  • No (please provide an explanation as to how the change is non-breaking below.)

Did you update the dbt_project.yml files with the version upgrade (please leverage standard semantic versioning)? (In both your main project and integration_tests)

  • Yes

Is this PR in response to a previously created Bug or Feature Request

  • Yes, Issue/Feature [link bug/feature number here]
  • No

How did you test the PR changes?

  • Buildkite
  • Local (please provide additional testing details below)

Select which warehouse(s) were used to test the PR

  • BigQuery
  • Redshift
  • Snowflake
  • Postgres
  • Databricks
  • Other (provide details below)

Provide an emoji that best describes your current mood

💃

Feedback

We are so excited you decided to contribute to the Fivetran community dbt package! We continue to work to improve the packages and would greatly appreciate your feedback on our existing dbt packages or what you'd like to see next.

@fivetran-catfritz fivetran-catfritz changed the base branch from feature/revamp/documentation to feature/revamp/add-tax-line January 28, 2023 03:58
@fivetran-catfritz fivetran-catfritz changed the base branch from feature/revamp/add-tax-line to feature/revamp/documentation January 28, 2023 04:13
@fivetran-catfritz fivetran-catfritz changed the base branch from feature/revamp/documentation to feature/revamp/add-tax-line January 28, 2023 04:18
@fivetran-catfritz fivetran-catfritz changed the base branch from feature/revamp/add-tax-line to feature/docs-generation January 28, 2023 04:57
@fivetran-catfritz fivetran-catfritz changed the base branch from feature/docs-generation to feature/revamp/documentation January 28, 2023 04:58
@fivetran-jamie fivetran-jamie self-requested a review January 30, 2023 19:46
Copy link
Contributor

@fivetran-jamie fivetran-jamie left a comment

Choose a reason for hiding this comment

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

looks good but i have a suggestion for the order identifier part!

Comment on lines 10 to 12
identifier: >
{% if target.type == 'snowflake' %}{{ var('shopify_order_identifier', '"ORDER"') }}
{% else %}{{ var('shopify_order_identifier', 'order') }}{% endif %}
Copy link
Contributor

Choose a reason for hiding this comment

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

is quoting necessary for the other warehouses though?

Copy link
Contributor

Choose a reason for hiding this comment

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

like should it be

Suggested change
identifier: >
{% if target.type == 'snowflake' %}{{ var('shopify_order_identifier', '"ORDER"') }}
{% else %}{{ var('shopify_order_identifier', 'order') }}{% endif %}
identifier: "{%- if target.type == 'snowflake' -%} {{ var('shopify_order_identifier', 'ORDER' ) }} {%- else -%} {{ var('shopify_order_identifier', 'order') }} {%- endif -%}"
quoting:
identifier: true

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Made a small change since the identifier was not working with snowflake when quoting was turned on. It's passing now!

@fivetran-jamie
Copy link
Contributor

good to merge once databricks passes!

@fivetran-jamie fivetran-jamie merged commit ab3bee2 into feature/revamp/documentation Jan 30, 2023
@fivetran-jamie fivetran-jamie mentioned this pull request Jan 31, 2023
14 tasks
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.

2 participants