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

update go sdk sort of #4733

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vijayvuyyuru
Copy link
Member

No description provided.

@viambot viambot added the safe to test This pull request is marked safe to test from a trusted zone label Jan 21, 2025
@@ -438,7 +438,7 @@ func (d *DataClient) TabularDataBySQL(ctx context.Context, organizationID, sqlQu

// TabularDataByMQL queries tabular data with MQL (MongoDB Query Language) queries.
func (d *DataClient) TabularDataByMQL(
ctx context.Context, organizationID string, query []map[string]interface{},
ctx context.Context, organizationID string, query []map[string]interface{}, useRecentData bool,
Copy link
Member

Choose a reason for hiding this comment

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

I know this is only a draft, but just surfacing that I expect this to be a breaking change. But I don't have any context on whether this was already agreed upon or if other options are being weighed.

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh I didn't talk to sdk at all about this yet, good point tho. I think there might be a way to make this optional but we're not near that point yet. I made this draft just to test things on the read side with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test This pull request is marked safe to test from a trusted zone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants