diff --git a/dataflow-bigquery/modules/ROOT/pages/job-specification.adoc b/dataflow-bigquery/modules/ROOT/pages/job-specification.adoc index c28b3e9..b562144 100644 --- a/dataflow-bigquery/modules/ROOT/pages/job-specification.adoc +++ b/dataflow-bigquery/modules/ROOT/pages/job-specification.adoc @@ -1,5 +1,6 @@ :target_property_type-valid-values-extra: Each property type (except byte_array) is also available in its "_array" form (i.e. date_array, string_array, etc) for BigQuery "repeated" column types. :page-toclevels: 3 + = Create a job specification file diff --git a/publish.yml b/publish.yml index 6eee796..9aa1af5 100644 --- a/publish.yml +++ b/publish.yml @@ -6,7 +6,7 @@ site: content: sources: - url: ./ - branches: ['HEAD', '0.1'] + branches: ['HEAD'] start_paths: - dataflow-google-cloud - dataflow-bigquery