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

[Dataform][CLI] - dataform install still looks for package.json even when workflow-settings.yaml is available. #1749

Open
Murli16 opened this issue May 28, 2024 · 0 comments

Comments

@Murli16
Copy link

Murli16 commented May 28, 2024

With dataform CLI version - 3.0.0-beta.5

The dataform repo consists of the below folder structure
defintions/
workflow_settings.yaml --> This is the new feature introduced to combine dataform.json and package.json I believe

dataform install command returns the below error.

(node:278) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
Dataform encountered an error: Package installation is only supported when specifying @dataform/core version in 'package.json'
Error: Package installation is only supported when specifying @dataform/core version in 'package.json'

For now , I have fixed by removing the core version from workflow_settings.yaml and adding package.json.

Could you please let us know if this is a bug ?

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

No branches or pull requests

1 participant