You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blueprints/factories/bigquery-factory/README.md
+37-44Lines changed: 37 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,18 @@
1
1
# Google Cloud BQ Factory
2
2
3
-
This module allows creation and management of BigQuery datasets and views as well as tables by defining them in wellformatted `yaml` files.
3
+
This module allows creation and management of BigQuery datasets tables and views by defining them in well-formatted YAML files. YAML abstraction for BQ can simplify users onboarding and also makes creation of tables easier compared to HCL.
4
4
5
-
Yaml abstraction for BQ can simplify users onboarding and also makes creation of tables easier compared to HCL.
5
+
This factory is based on the [BQ dataset module](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/tree/master/modules/bigquery-dataset) which currently only supports tables and views. As soon as external table and materialized view support is added, this factory will be enhanced accordingly.
6
6
7
-
Subfolders distinguish between views and tables and ensures easier navigation for users.
8
-
9
-
This factory is based on the [BQ dataset module](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/tree/master/modules/bigquery-dataset) which currently only supports tables and views. As soon as external table and materialized view support is added, factory will be enhanced accordingly.
10
-
11
-
You can create as many files as you like, the code will loop through it and create the required variables in order to execute everything accordingly.
7
+
You can create as many files as you like, the code will loop through it and create everything accordingly.
0 commit comments