Skip to content

Add overview metadata to sqlxconfig#2041

Merged
rahulmadanahalli merged 5 commits intomainfrom
add-metadata-to-sqlxconfig
Nov 5, 2025
Merged

Add overview metadata to sqlxconfig#2041
rahulmadanahalli merged 5 commits intomainfrom
add-metadata-to-sqlxconfig

Conversation

@rahulmadanahalli
Copy link
Collaborator

No description provided.

@rahulmadanahalli rahulmadanahalli requested a review from a team as a code owner November 5, 2025 05:45
@rahulmadanahalli rahulmadanahalli requested review from Ceridan, Tuseeq1, kolina, krushangSk17 and udim and removed request for a team November 5, 2025 05:45
if (config.description) {
this.description(config.description);
}
if (config.metadata) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also add this for Dataprep?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not to expand on data prep as we want to move everything SQL into regular table action.

@rahulmadanahalli rahulmadanahalli merged commit f1cb1ed into main Nov 5, 2025
5 checks passed
@rahulmadanahalli rahulmadanahalli deleted the add-metadata-to-sqlxconfig branch November 5, 2025 19:00

message Metadata {
// A detailed description of the data object.
string overview = 1;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't that we want to allow Metadata to be a map of any key value pairs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants