Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for "description" overrides in YAML join definitions #8136

Open
IrakliJani opened this issue Nov 29, 2023 · 0 comments
Open

Support for "description" overrides in YAML join definitions #8136

IrakliJani opened this issue Nov 29, 2023 · 0 comments
Labels
✨ feature-request Request for a new feature or functionality

Comments

@IrakliJani
Copy link
Contributor

Description

join definitions in yaml permit overriding "aliases" and "labels", but they do not support overriding "descriptions"

related type:

export type ExploreJoin = {
table: string; // Must match a tableName in containing Explore
sqlOn: string; // Built sql
type?: DbtModelJoinType; // Optional join type
alias?: string; // Optional alias for the joined tableName
label?: string; // Optional UI label override for the underlying table
hidden?: boolean;
fields?: string[]; // Optional list of fields to include from the joined table
};

@IrakliJani IrakliJani added the ✨ feature-request Request for a new feature or functionality label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature-request Request for a new feature or functionality
Projects
None yet
Development

No branches or pull requests

1 participant