dataform icon indicating copy to clipboard operation
dataform copied to clipboard

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

Open Murli16 opened this issue 1 year ago • 0 comments

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 ?

Murli16 avatar May 28 '24 09:05 Murli16