Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-barlow committed Jun 6, 2024
1 parent 94d30fd commit dbe7638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/bqtools/functions/automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _**Attribute**_ | Value
_**Function Name**_ | `run_flow`
_**ID**_ | `bqtools.[region].run_flow`
_**Version**_ | `bqtools:v1.0.0`
_**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.
_**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.
_**Type**_ | `PROCEDURE`
_**Arguments**_ | `source_table_id STRING, transform_resource_id STRING, destination_table_id STRING, execution_options JSON, destination_table_options JSON`
_**Returns**_ | `None`
Expand Down Expand Up @@ -51,7 +51,7 @@ _**Dependencies**_ | `bqtools.[region].parse_resource_id`, `bqtools.[region].get
ARGUMENT | DATA TYPE | DESCRIPTION
--- | --- | ---
source_table_id | STRING | The source date-partitioned or date-sharded data table.
transform_resource_id | STRING | The source [date-bounded table function](/reference/bqtools/concepts/resources#date-bounded-table-function) defining the transformation.
transform_resource_id | STRING | The source [date-bounded table function](../concepts/resources.md#date-bounded-table-function) defining the transformation.
destination_table_id | STRING | The destination date-partitioned table.
execution_options | JSON | Options to configure specific executions.
destination_table_options | JSON | Deployment options for the destination table.
Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ nav:
- Publications:
- Medium: publications/medium.md


markdown_extensions:
- admonition
- attr_list
Expand All @@ -91,7 +92,7 @@ markdown_extensions:

- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_generator: !!python/name:material.extensions.emoji.to_svg

extra:
analytics:
Expand Down

0 comments on commit dbe7638

Please sign in to comment.