Skip to content

Commit dbe7638

Browse files
committed
minor updates
1 parent 94d30fd commit dbe7638

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/reference/bqtools/functions/automation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _**Attribute**_ | Value
66
_**Function Name**_ | `run_flow`
77
_**ID**_ | `bqtools.[region].run_flow`
88
_**Version**_ | `bqtools:v1.0.0`
9-
_**Description**_ | Runs a single, idempotent execution of a logical flow, defined by a date-partitioned or date-sharded data source, a transformation/augmentation [date-bounded table function](/reference/bqtools/concepts/resources#date-bounded-table-function), a destination table and a set of execution and deployment options.
9+
_**Description**_ | Runs a single, idempotent execution of a logical flow, defined by a date-partitioned or date-sharded data source, a transformation/augmentation [date-bounded table function](../concepts/resources.md#date-bounded-table-function), a destination table and a set of execution and deployment options.
1010
_**Type**_ | `PROCEDURE`
1111
_**Arguments**_ | `source_table_id STRING, transform_resource_id STRING, destination_table_id STRING, execution_options JSON, destination_table_options JSON`
1212
_**Returns**_ | `None`
@@ -51,7 +51,7 @@ _**Dependencies**_ | `bqtools.[region].parse_resource_id`, `bqtools.[region].get
5151
ARGUMENT | DATA TYPE | DESCRIPTION
5252
--- | --- | ---
5353
source_table_id | STRING | The source date-partitioned or date-sharded data table.
54-
transform_resource_id | STRING | The source [date-bounded table function](/reference/bqtools/concepts/resources#date-bounded-table-function) defining the transformation.
54+
transform_resource_id | STRING | The source [date-bounded table function](../concepts/resources.md#date-bounded-table-function) defining the transformation.
5555
destination_table_id | STRING | The destination date-partitioned table.
5656
execution_options | JSON | Options to configure specific executions.
5757
destination_table_options | JSON | Deployment options for the destination table.

mkdocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ nav:
6666
- Publications:
6767
- Medium: publications/medium.md
6868

69+
6970
markdown_extensions:
7071
- admonition
7172
- attr_list
@@ -91,7 +92,7 @@ markdown_extensions:
9192

9293
- pymdownx.emoji:
9394
emoji_index: !!python/name:materialx.emoji.twemoji
94-
emoji_generator: !!python/name:materialx.emoji.to_svg
95+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
9596

9697
extra:
9798
analytics:

0 commit comments

Comments
 (0)