According to GCP documentation on data soucre declarations there are no such options to create an alias (https://cloud.google.com/dataform/docs/declare-source), however if you have two different data sources with the same table name you can reference them by providing schema and table name in the ref syntax: ${ref("datasource1Schema","datasource1TableName")}
.