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

feat: adding Snowflake profile and destination #20

Merged
merged 4 commits into from
Oct 24, 2023

Conversation

rpawlaszek
Copy link
Contributor

This PR introduces Snowflake as a destination application to the library.

Additionally:

  • A spotted typo in the SalesforceProfile (i.e. refresTokenGrant instead of refreshTokenGrant) has been corrected with the misspelled property set to deprecated.
  • more JSDoc comments have been added to make it easy to navigate the library constructs.

salesforce.accessToken = props.oAuth.accessToken;
salesforce.refreshToken = props.oAuth.flow?.refresTokenGrant.refreshToken ?? 'dummyRefreshToken';
Copy link
Contributor

Choose a reason for hiding this comment

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

should dummy value be there? I'd suggest to use '' instead if want to keep default value.

@mergify mergify bot merged commit c1f17de into main Oct 24, 2023
12 checks passed
@mergify mergify bot deleted the rpawlasz/adding-snowflake-components branch October 24, 2023 11:27
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