Dataform cross project dependencies
Currently in dataform , the dependencies can be specified either intra-repository or cross-repository. I’d like to specify some dependencies that rely on a dataform repository in a different project. I tried specifying the full name in the dependencies
field in config
object but it did not compile.
Dataform cross project dependencies
Currently in dataform , the dependencies can be specified either intra-repository or cross-repository. I’d like to specify some dependencies that rely on a dataform repository in a different project. I tried specifying the full name in the dependencies
field in config
object but it did not compile.
Dataform cross project dependencies
Currently in dataform , the dependencies can be specified either intra-repository or cross-repository. I’d like to specify some dependencies that rely on a dataform repository in a different project. I tried specifying the full name in the dependencies
field in config
object but it did not compile.
Dataform – How to organize table functions, docs within includes folder?
I saw in the docs (Add table documentation and Reuse variables and functions with includes in Dataform) you can add table documentation to Dataform by creating a file in the includes/ folder.
dataform share code between repo with submodules not working
We are trying to use dataform with submodule to share common javascript code between repository but seems submodules are ignored at compile time. We also see that is possible to use private npm libraries but we prefer to use submodules because the teams has already experience with it.
dataform share code between repo with submodules not working
We are trying to use dataform with submodule to share common javascript code between repository but seems submodules are ignored at compile time. We also see that is possible to use private npm libraries but we prefer to use submodules because the teams has already experience with it.
Is there anyway to download a google dataform repository?
Created a google bigquery dataform repository with few development workspaces in it. Is there a way to download the entire repo?