简体   繁体   English

为 Google Dataform 创建的存储库存储在哪里?

[英]Where is the repository stored that is created for Google Dataform?

I created a repository (without link to git) for Google Dataform and a workspace.我为 Google Dataform 和工作区创建了一个存储库(没有指向 git 的链接)。

I initialized a first setup and pushed those first files.我初始化了第一个设置并推送了第一个文件。

Where can I see the repo and all the commits I do in there?我在哪里可以看到回购和我在那里所做的所有提交? Looked in Cloud Storage, Artifact Registry, Cloud Source Repositories but can't find it.在 Cloud Storage、Artifact Registry、Cloud Source Repositories 中查找但找不到。

工作区谷歌数据表单

Dataform does not have all the functionality of Git so without linking to Github you won't be able to see the repository. Dataform 不具备 Git 的所有功能,因此如果不链接到 Github,您将无法看到存储库。 For your requirement, you can create Dataform repositories (Git repositories containing Dataform code, essentially) and create code workspaces attached to those repositories.根据您的要求,您可以创建 Dataform 存储库(本质上是包含 Dataform 代码的 Git 存储库)并创建附加到这些存储库的代码工作区。 Edit code in those workspaces, push the results to the relevant Git repository.在这些工作区中编辑代码,将结果推送到相关的 Git 存储库。 You can also compile the repository/workspace Dataform code to Directed Acyclic Graphs (DAGs) of executable SQL and can also execute the compiled DAGs against BigQuery.您还可以将存储库/工作区数据形式代码编译为可执行文件 SQL 的有向无环图 (DAG),还可以针对 BigQuery 执行编译后的 DAG。

The repositories are listed here , please see the official documentation for more context.存储库在此处列出,请参阅官方文档以获取更多上下文。

You may also explore the possibility of connecting to a remote repository , as the Dataform repository doesn't meet your requirement for viewing commits.您还可以探索连接到远程存储库的可能性,因为 Dataform 存储库不满足您查看提交的要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM