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

HCK-7301: try to fix missing dependency #117

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Conversation

Nightlngale
Copy link
Contributor

@Nightlngale Nightlngale commented Jul 19, 2024

Sub-bugHCK-7301 App crashes on SnowFlake target

Copy link

@Nightlngale Nightlngale self-assigned this Jul 19, 2024
@chulanovskyi-bs chulanovskyi-bs added this pull request to the merge queue Jul 19, 2024
Merged via the queue into develop with commit ac47339 Jul 19, 2024
4 checks passed
@chulanovskyi-bs chulanovskyi-bs deleted the HCK-7301 branch July 19, 2024 10:58
const assignTemplates = app.require('@hackolade/ddl-fe-utils').assignTemplates;
const _ = app.require('lodash');
Copy link
Contributor

@bigorn0 bigorn0 Jul 19, 2024

Choose a reason for hiding this comment

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

@Nightlngale The idea was to progressively remove providing lodash from the app not to extend its usage. Isn't it a better way to use the installed version from the plugin? Here we have a hidden usage of a peerDependency from the app.

Copy link
Contributor

Choose a reason for hiding this comment

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

Especially Lodash is part of the deps:

"lodash": "4.17.21",

chulanovskyi-bs added a commit that referenced this pull request Jul 19, 2024
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