Aliased Table
A component that reads makes the data in a pre-existing table available in the Ascend Flow.
Examples
- aliased_table_reference.yaml
# This YAML configuration is for referencing another table in Ascend
component:
alias:
# Specify the location of the existing table to alias
location: "my_database.my_schema.my_table"