dataform-co / dataform

Dataform is a framework for managing SQL based data operations in BigQuery
https://cloud.google.com/dataform/docs
Apache License 2.0
838 stars 160 forks source link

How to Install other npm Packages in Dataform 3.0.0-beta0 #1757

Closed hiracky16 closed 3 months ago

hiracky16 commented 3 months ago

Hi. I am using Dataform 3.0.0-beta0. https://github.com/dataform-co/dataform/releases/tag/3.0.0-beta.0

Since there is no package.json, I am unsure how to install other npm packages. For example, I would like to use day.js for date manipulation. Could you please advise on how to do this?

hiracky16 commented 3 months ago

I have now read this page https://cloud.google.com/dataform/docs/install-package?hl=ja#install_a_package_in_a_repository and understood the process.

Thank you!